From 6be0f68611e8796093e8091de32707d43885cb67 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Fri, 12 Jun 2009 07:28:57 -0700 Subject: Fix a typo in the archiso hook remount,append=: should be remount,append: Signed-off-by: Aaron Griffin --- archiso/hooks/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso') 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 -- cgit v1.2.3-54-g00ecf