mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 06:39:20 +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>
|
</itemizedlist>
|
||||||
</para></listitem>
|
</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 -
|
<listitem><para>June 7th, 2002 [timothy] - Chapter 06 -
|
||||||
Reiserfsprogs: added a description for unpack.</para></listitem>
|
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>
|
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} &&
|
<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
|
for dirname in /usr /usr/local
|
||||||
do
|
do
|
||||||
mkdir $dirname/{bin,etc,include,lib,sbin,share,src}
|
mkdir $dirname/{bin,etc,include,lib,sbin,share,src}
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20020607">
|
<!ENTITY version "20020609">
|
||||||
<!ENTITY releasedate "June 7th, 2002">
|
<!ENTITY releasedate "June 9th, 2002">
|
||||||
|
|
||||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||||
|
Loading…
Reference in New Issue
Block a user