Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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
commitac1369543f795da44b540ab961f0bc859786edd9 (patch)
treeca6b0001b4b80890fd63bfd85cd99ac78ed4278c /archiso
parentdc33bbe9cdc1e03b5217f029387b50e3152b4dd5 (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