From be521f865831871c811e903a7a94feac2dedf988 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 17 Feb 2010 19:24:27 -0300 Subject: Removed a non-working option: copytoram Keep the code clean. For more reference see FS#17182 to view what is the issue Signed-off-by: Gerardo Exequiel Pozzi --- archiso/hooks/archiso | 7 ------- 1 file changed, 7 deletions(-) (limited to 'archiso') 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}" -- cgit v1.2.3-54-g00ecf