index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Sven-Hendrik Haase <sh@lutzhaase.com> | 2009-06-12 07:28:57 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-06-12 07:28:57 -0700 |
commit | 2657105f3b18684ea4f4c52db6c5ec90bc0dd3e8 (patch) | |
tree | 33bc7e8671f4b1145ca88af60527b80eeb0d8ec2 | |
parent | 801922a1e0246f61471cf50dd982ec6bd216cf49 (diff) |
-rw-r--r-- | archiso/hooks/archiso | 2 |
diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 6b9aa6c..d779478 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -33,7 +33,7 @@ _mnt_squashfs() fi /bin/mount -r -t squashfs "/dev/loop${LOOP_NUM}" "/tmpfs/mnt/loop${LOOP_NUM}" if [ "${mnt}" = "/" ]; then - /bin/mount -t aufs -o remount,append=:/tmpfs/mnt/loop${LOOP_NUM}=ro none "/real_root" + /bin/mount -t aufs -o remount,append:/tmpfs/mnt/loop${LOOP_NUM}=ro none "/real_root" else _mnt_bind "/tmpfs/mnt/loop${LOOP_NUM}" "${mnt}" fi |