From 2aca746d5809811c079206989dc424cefa907362 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Mon, 10 Aug 2009 12:03:25 -0700 Subject: Ensure bootmnt is bound properly into device root Missing slash caused bootmnt to be bound to /real_rootbootmnt instead of /real_root/bootmnt See FS#15356 Signed-off-by: Aaron Griffin --- archiso/hooks/archiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso/hooks') diff --git a/archiso/hooks/archiso b/archiso/hooks/archiso index 688a880..61bb586 100644 --- a/archiso/hooks/archiso +++ b/archiso/hooks/archiso @@ -104,7 +104,7 @@ run_hook () done < "/bootmnt/isomounts" # Bind our bootmnt dir into the live system - _mnt_bind /bootmnt bootmnt + _mnt_bind /bootmnt /bootmnt if [ -d /proc/sys/dev/cdrom ]; then echo 0 > /proc/sys/dev/cdrom/lock -- cgit v1.2.3-54-g00ecf