From b3d8310dcbddf6f31fa39cad4f70f20aeaa81f98 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Fri, 30 Jan 2009 10:50:43 -0800 Subject: Fix a typo in the archiso-early hook Wrong slash! No idea how that happened :) Signed-off-by: Aaron Griffin --- archiso/hooks/archiso-early | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archiso/hooks') 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 } -- cgit v1.2.2