index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | 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 | ac1369543f795da44b540ab961f0bc859786edd9 (patch) | |
tree | ca6b0001b4b80890fd63bfd85cd99ac78ed4278c /archiso | |
parent | dc33bbe9cdc1e03b5217f029387b50e3152b4dd5 (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 |