Fix a typo in the archiso hook
remount,append=: should be remount,append: Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
d3cb36a83d
commit
6be0f68611
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user