diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-29 20:21:24 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-29 20:21:24 +0000 |
commit | 1a96a4ed261bf8bc2b2ccc895131e93a6ca2f84a (patch) | |
tree | bdd0cf14b63838426256c227fd768f57062b32f2 /chapter06/creatingdirs.xml | |
parent | e6b6261f915d3ce8a0cea8c30befe06f358ff6e2 (diff) |
Reformat eudev to support jhalfs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10800 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-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 2f5da5920..5572a62cc 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,sysconfig},home,lib,mnt,opt} +<screen><userinput>mkdir -pv /{bin,boot,etc/{opt,sysconfig},home,lib/firmware,mnt,opt} mkdir -pv /{media/{floppy,cdrom},sbin,srv,var} install -dv -m 0750 /root install -dv -m 1777 /tmp /var/tmp |