Fix a typo in the archiso-early hook
Wrong slash! No idea how that happened :) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
02ea49a5d4
commit
b3d8310dcb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue