Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
e63113c
Parents:
287d7b9
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chroot/common/creatingdirs.xml

    r287d7b9 rdd9906e  
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    17 <screen><userinput>install -d /{bin,boot,dev,etc/opt,home,lib,mnt}
    18 install -d /{sbin,srv,usr/local,var,opt,proc,sys}
    19 install -d /root -m 0750
    20 install -d /tmp /var/tmp -m 1777
    21 install -d /media/{floppy,cdrom}
    22 install -d /usr/{bin,include,lib,sbin,share,src}
    23 ln -s share/{man,doc,info} /usr
    24 install -d /usr/share/{doc,info,locale,man}
    25 install -d /usr/share/{misc,terminfo,zoneinfo}
    26 install -d /usr/share/man/man{1,2,3,4,5,6,7,8}
    27 install -d /usr/local/{bin,etc,include,lib,sbin,share,src}
    28 ln -s share/{man,doc,info} /usr/local
    29 install -d /usr/local/share/{doc,info,locale,man}
    30 install -d /usr/local/share/{misc,terminfo,zoneinfo}
    31 install -d /usr/local/share/man/man{1,2,3,4,5,6,7,8}
    32 install -d /var/{lock,log,mail,run,spool}
    33 install -d /var/{opt,cache,lib/{misc,locate},local}
    34 install -d /opt/{bin,doc,include,info}
    35 install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
     17<screen><userinput>install -dv /{bin,boot,dev,etc/opt,home,lib,mnt}
     18install -dv /{sbin,srv,usr/local,var,opt,proc,sys}
     19install -dv /root -m 0750
     20install -dv /tmp /var/tmp -m 1777
     21install -dv /media/{floppy,cdrom}
     22install -dv /usr/{bin,include,lib,sbin,share,src}
     23ln -sv share/{man,doc,info} /usr
     24install -dv /usr/share/{doc,info,locale,man}
     25install -dv /usr/share/{misc,terminfo,zoneinfo}
     26install -dv /usr/share/man/man{1,2,3,4,5,6,7,8}
     27install -dv /usr/local/{bin,etc,include,lib,sbin,share,src}
     28ln -sv share/{man,doc,info} /usr/local
     29install -dv /usr/local/share/{doc,info,locale,man}
     30install -dv /usr/local/share/{misc,terminfo,zoneinfo}
     31install -dv /usr/local/share/man/man{1,2,3,4,5,6,7,8}
     32install -dv /var/{lock,log,mail,run,spool}
     33install -dv /var/{opt,cache,lib/{misc,locate},local}
     34install -dv /opt/{bin,doc,include,info}
     35install -dv /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>
    3636
    3737  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.