index : archiso32 | |
Archlinux32 iso tools | 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 | 6be0f68611e8796093e8091de32707d43885cb67 (patch) | |
tree | fe13384324c414dac473203f1d2c3ed9f04778f6 | |
parent | d3cb36a83d2ec577071a7bffe4aaf672aefeed82 (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 |