summaryrefslogtreecommitdiff
path: root/archiso
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2009-08-10 12:03:25 -0700
committerAaron Griffin <aaronmgriffin@gmail.com>2009-08-10 12:03:25 -0700
commit2aca746d5809811c079206989dc424cefa907362 (patch)
treed08c7382d34c97345a408f42a9abc668f0d9d064 /archiso
parent34af723fab24dc4697fb6de9f5cb728e5cc29630 (diff)
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 <aaronmgriffin@gmail.com>
Diffstat (limited to 'archiso')
-rw-r--r--archiso/hooks/archiso2
1 files changed, 1 insertions, 1 deletions
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