From 71d8575faebfbb2a73bad50cd7a22b01dc6bdea8 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 8 Jun 2009 12:36:28 -0700 Subject: Replace aufs 'add' with 'append' Change via AUR package Signed-off-by: Aaron Griffin --- archiso/hooks/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index cf3b161..6b9aa6c 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,add=:/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