index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-03-29 15:54:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-29 15:54:57 -0500 |
commit | 36ed0cce2fd42b0166b15cad5c48066e4e5f427f (patch) | |
tree | b088240d3fcca50089b49c214d1f27d259440c85 /hooks | |
parent | ec9fdb371bda2c55344dcf2f7f41917305475bbb (diff) |
-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 |