index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-17 19:24:27 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-17 19:24:27 -0300 |
commit | 1f70f4947b2ead4e14663d43696fa70314288e5d (patch) | |
tree | 12c7a2e996065ae4e5932707e898b475ce326114 /archiso | |
parent | 3d398ac16173f99601979ac1a0279dde8e16046d (diff) |
-rw-r--r-- | archiso/hooks/archiso | 7 |
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}" |