diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 16:28:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-08-02 16:28:02 +0000 |
commit | a2e555d8d6b335d27d51b675a77ac3758a931533 (patch) | |
tree | ffcf2cd97deeeb5d1fd2682d043d0b22102e2cd7 /chapter06 | |
parent | 0cda8984a835f37a573c0e2eb31676ff52773d16 (diff) |
Add /etc/sysconfig to Creating Directories
Update boot logging to remove terminal escape sequences
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9575 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 6dc5d3455..121a2c8f5 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -13,7 +13,7 @@ <para>It is time to create some structure in the LFS file system. Create a standard directory tree by issuing the following commands:</para> -<screen><userinput>mkdir -pv /{bin,boot,etc/opt,home,lib,mnt,opt,run} +<screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib,mnt,opt,run} mkdir -pv /{media/{floppy,cdrom},sbin,srv,var} install -dv -m 0750 /root install -dv -m 1777 /tmp /var/tmp |