index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-30 10:50:43 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-30 10:50:43 -0800 |
commit | b3d8310dcbddf6f31fa39cad4f70f20aeaa81f98 (patch) | |
tree | 9f627a3a4b94ce892cd4ea585ce95c109e5d8a81 | |
parent | 02ea49a5d40e87a4564cc9cca9e4820888e577a8 (diff) |
-rw-r--r-- | archiso/hooks/archiso-early | 6 |
diff --git a/archiso/hooks/archiso-early b/archiso/hooks/archiso-early index 0a83218..884c4be 100644 --- a/archiso/hooks/archiso-early +++ b/archiso/hooks/archiso-early @@ -2,7 +2,7 @@ run_hook () { # Set our usbdelay time. Default: 0 - /bin/mkdir -p /etc/modprobe.d/ - echo "options usb-storage delay_use=${usbdelay:-0}" >/ - /etc/modprobe.d/usb-delay + cd / + /bin/mkdir -p etc/modprobe.d/ + echo "options usb-storage delay_use=${usbdelay:-0}" > /etc/modprobe.d/usb-delay } |