index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-10-10 22:57:29 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-10-10 23:05:26 -0500 |
commit | 9aa96d8b07637705e4d0feecdaf6fe3239a88829 (patch) | |
tree | 936da89ca3af1621aded94bc67e89375acbcca26 /hooks/boot-usb | |
parent | 6b0c16b4bdf7a172ce3b28a2d61b4799f56975b9 (diff) |
-rw-r--r-- | hooks/boot-usb | 2 |
diff --git a/hooks/boot-usb b/hooks/boot-usb index 4645c5a..67e00dd 100644 --- a/hooks/boot-usb +++ b/hooks/boot-usb @@ -3,7 +3,7 @@ run_hook () msg ":: Scanning for boot usb device..." /bin/mkdir -p /tmpfs/bootmnt - bootmnt="/tmpfs/bootmnt/" + bootmnt="/tmpfs/bootmnt" found=0 for usb in /dev/sd[a-z][0-9]; do |