index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | hooks/boot-usb | 4 |
diff --git a/hooks/boot-usb b/hooks/boot-usb index 67e00dd..97ad2a9 100644 --- a/hooks/boot-usb +++ b/hooks/boot-usb @@ -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 |