summaryrefslogtreecommitdiff
path: root/hooks/boot-usb
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/boot-usb')
-rw-r--r--hooks/boot-usb4
1 files changed, 2 insertions, 2 deletions
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