summaryrefslogtreecommitdiff
path: root/archiso/hooks
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-17 19:24:27 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-17 19:24:27 -0300
commitbe521f865831871c811e903a7a94feac2dedf988 (patch)
tree5a52d952d41f16e14da5c412759d9ad38b06b7e3 /archiso/hooks
parent6462dc6e70fe2e7ec38d04cf1fdbe38937da7849 (diff)
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 <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/hooks')
-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}"