Update boot-usb to use dirs similar to boot-cd
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
ec9fdb371b
commit
36ed0cce2f
@ -2,8 +2,8 @@ run_hook ()
|
||||
{
|
||||
msg ":: Scanning for boot usb device..."
|
||||
|
||||
/bin/mkdir -p /tmpfs/bootmnt
|
||||
bootmnt="/tmpfs/bootmnt"
|
||||
/bin/mkdir -p /bootmnt
|
||||
bootmnt="/bootmnt"
|
||||
found=0
|
||||
|
||||
for usb in /dev/sd[a-z][0-9]; do
|
||||
|
Loading…
Reference in New Issue
Block a user