Update boot-usb to use dirs similar to boot-cd

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2008-03-29 15:54:57 -05:00
parent ec9fdb371b
commit 36ed0cce2f

View File

@ -2,8 +2,8 @@ run_hook ()
{ {
msg ":: Scanning for boot usb device..." msg ":: Scanning for boot usb device..."
/bin/mkdir -p /tmpfs/bootmnt /bin/mkdir -p /bootmnt
bootmnt="/tmpfs/bootmnt" bootmnt="/bootmnt"
found=0 found=0
for usb in /dev/sd[a-z][0-9]; do for usb in /dev/sd[a-z][0-9]; do