mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 14:19:21 +01:00
change usr,usr/local to usr in ch06-createdirs as per Jesse's suggestion on lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1981 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
abde8bcdc6
commit
b864e062ce
@ -45,6 +45,11 @@
|
||||
</itemizedlist>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
|
||||
Directories: Changed usr,usr/local to just usr/local as we use the -p
|
||||
option to mkdir which will create the usr directory
|
||||
anyways.</para></listitem>
|
||||
|
||||
<listitem><para>June 7th, 2002 [timothy] - Chapter 06 -
|
||||
Reiserfsprogs: added a description for unpack.</para></listitem>
|
||||
|
||||
|
@ -8,7 +8,7 @@ the FHS standard, which can be found at
|
||||
Issuing the following commands will create a default directory layout:</para>
|
||||
|
||||
<para><screen><userinput>mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc} &&
|
||||
mkdir -p /{root,sbin,tmp,usr,usr/local,var,opt} &&
|
||||
mkdir -p /{root,sbin,tmp,usr/local,var,opt} &&
|
||||
for dirname in /usr /usr/local
|
||||
do
|
||||
mkdir $dirname/{bin,etc,include,lib,sbin,share,src}
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20020607">
|
||||
<!ENTITY releasedate "June 7th, 2002">
|
||||
<!ENTITY version "20020609">
|
||||
<!ENTITY releasedate "June 9th, 2002">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user