From 23ba7a0025fbefcc9d32215ae256e07fe230dfff Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 28 Jan 2010 22:12:29 +0000 Subject: Fix typo/omission in creation of /etc/modprobe.d directory git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter08/kernel.xml') diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 8cb0b89c7..9d8c23437 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -197,7 +197,7 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version; Create a new file /etc/modprobe.d/usb.conf by running the following: -install -v -m755 /etc/modprobe.d +install -v -m755 -d /etc/modprobe.d cat > /etc/modprobe.d/usb.conf << "EOF" # Begin /etc/modprobe.d/usb.conf -- cgit v1.2.3-54-g00ecf