[arch-releng] [PATCH 10/10] Removed a non-working option: copytoram

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Wed Feb 17 17:52:07 EST 2010


Keep the code clean.
For more reference see FS#17182 to view what is the issue

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 archiso/hooks/archiso |    7 -------
 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}"
-- 
1.6.6.1




More information about the arch-releng mailing list