From d2c332bc21267f5e01cb545d3f01cae1dcacdae3 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 13 Apr 2006 18:45:33 +0000 Subject: Merged the udev_update branch to trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7509 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/creatingdirs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/creatingdirs.xml') diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index b9a269ebc..4e602b356 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -13,7 +13,7 @@ It is time to create some structure in the LFS file system. Create a standard directory tree by issuing the following commands: -install -dv /{bin,boot,dev,etc/opt,home,lib,mnt} +install -dv /{bin,boot,etc/opt,home,lib,mnt} install -dv /{sbin,srv,usr/local,var,opt} install -dv /root -m 0750 install -dv /tmp /var/tmp -m 1777 -- cgit v1.2.3-54-g00ecf