Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archiso/hooks/archiso7
1 files changed, 0 insertions, 7 deletions
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso
index ad86764..9997b38 100644
--- a/archiso/hooks/archiso
+++ b/archiso/hooks/archiso
@@ -15,13 +15,6 @@ _mnt_squashfs() {
img_name="${img_fullname%.*}"
tmp_mnt="/tmpfs/mnt/${img_name}"
- # FIX: This options does not work (see FS#17182)
- if [ "${copytoram}" = "y" ]; then
- msg ":: Copying squashfs image to RAM"
- /bin/cat ${img} > "/tmpfs/${base_img}"
- img="/tmpfs/${base_img}"
- fi
-
msg "::: Adding new aufs branch: ${img_name}"
mkdir -p "${tmp_mnt}"
/bin/mount -r -t squashfs "${img}" "${tmp_mnt}"