index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | 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 | 918ca3da02bfa4bd68f4a7edbacba8282adaeda5 (patch) | |
tree | 530d4cd90ccd8794ebed85cca000336f5bb052a0 /hooks/boot-usb | |
parent | 0478c062112c3c885d577270f0a47217ac53ce20 (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 |