Ignore:
Timestamp:
Feb 21, 2006, 2:27:09 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
dd9906e
Parents:
61f8f69
Message:

r1166@server (orig r1164): chris | 2006-02-10 22:07:07 -0800
Added -v to the rest of the temp-system pages, and various other text updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/common/creatingdirs.xml

    r61f8f69 r287d7b9  
    1414  standard directory tree by issuing the following commands:</para>
    1515
    16 <screen><userinput>install -d ${LFS}/{bin,boot,dev,etc/opt,home,lib,mnt}
    17 install -d ${LFS}/{sbin,srv,usr/local,var,opt,proc,sys}
    18 install -d ${LFS}/root -m 0750
    19 install -d ${LFS}/tmp ${LFS}/var/tmp -m 1777
    20 install -d ${LFS}/media/{floppy,cdrom}
    21 install -d ${LFS}/usr/{bin,include,lib,sbin,share,src}
    22 ln -s share/{man,doc,info} ${LFS}/usr
    23 install -d ${LFS}/usr/share/{doc,info,locale,man}
    24 install -d ${LFS}/usr/share/{misc,terminfo,zoneinfo}
    25 install -d ${LFS}/usr/share/man/man{1,2,3,4,5,6,7,8}
    26 install -d ${LFS}/usr/local/{bin,etc,include,lib,sbin,share,src}
    27 ln -s share/{man,doc,info} ${LFS}/usr/local
    28 install -d ${LFS}/usr/local/share/{doc,info,locale,man}
    29 install -d ${LFS}/usr/local/share/{misc,terminfo,zoneinfo}
    30 install -d ${LFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8}
    31 install -d ${LFS}/var/{lock,log,mail,run,spool}
    32 install -d ${LFS}/var/{opt,cache,lib/{misc,locate},local}
    33 install -d ${LFS}/opt/{bin,doc,include,info}
    34 install -d ${LFS}/opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
     16<screen><userinput>install -dv ${LFS}/{bin,boot,dev,etc/opt,home,lib,mnt}
     17install -dv ${LFS}/{sbin,srv,usr/local,var,opt,proc,sys}
     18install -dv ${LFS}/root -m 0750
     19install -dv ${LFS}/tmp ${LFS}/var/tmp -m 1777
     20install -dv ${LFS}/media/{floppy,cdrom}
     21install -dv ${LFS}/usr/{bin,include,lib,sbin,share,src}
     22ln -sv share/{man,doc,info} ${LFS}/usr
     23install -dv ${LFS}/usr/share/{doc,info,locale,man}
     24install -dv ${LFS}/usr/share/{misc,terminfo,zoneinfo}
     25install -dv ${LFS}/usr/share/man/man{1,2,3,4,5,6,7,8}
     26install -dv ${LFS}/usr/local/{bin,etc,include,lib,sbin,share,src}
     27ln -sv share/{man,doc,info} ${LFS}/usr/local
     28install -dv ${LFS}/usr/local/share/{doc,info,locale,man}
     29install -dv ${LFS}/usr/local/share/{misc,terminfo,zoneinfo}
     30install -dv ${LFS}/usr/local/share/man/man{1,2,3,4,5,6,7,8}
     31install -dv ${LFS}/var/{lock,log,mail,run,spool}
     32install -dv ${LFS}/var/{opt,cache,lib/{misc,locate},local}
     33install -dv ${LFS}/opt/{bin,doc,include,info}
     34install -dv ${LFS}/opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
    3535
    3636  <para os="b">Directories are, by default, created with permission mode 755,
Note: See TracChangeset for help on using the changeset viewer.