index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-10 12:03:25 -0700 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-08-10 12:03:25 -0700 |
commit | 2aca746d5809811c079206989dc424cefa907362 (patch) | |
tree | d08c7382d34c97345a408f42a9abc668f0d9d064 /archiso/hooks | |
parent | 34af723fab24dc4697fb6de9f5cb728e5cc29630 (diff) |
-rw-r--r-- | archiso/hooks/archiso | 2 |
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 |