Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3793118a
Parents:
eb55250
Message:

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

Location:
BOOK/final-system/x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86/grub.xml

    reb55250 r94e6142  
    2323
    2424      <seglistitem>
    25         <seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
     25        <seg>Autoconf, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep,
    2626        Make, Ncurses, and Sed</seg>
    2727      </seglistitem>
     
    5353
    5454<screen os="g"><userinput>make install
    55 mkdir /boot/grub
    56 cp /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
     55mkdir -v /boot/grub
     56cp -v /usr/lib/grub/i386-pc/stage{1,2} /boot/grub</userinput></screen>
    5757
    5858    <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever
  • BOOK/final-system/x86/linux-libc-headers.xml

    reb55250 r94e6142  
    5353    <systemitem class="username">root</systemitem>:</para>
    5454
    55 <screen os="d"><userinput>chown -R root:root /usr/include/{asm,linux,mtd,scsi}</userinput></screen>
     55<screen os="d"><userinput>chown -Rv root:root /usr/include/{asm,linux,mtd,scsi}</userinput></screen>
    5656
    5757    <para os="e">Make sure the users can read the headers:</para>
    5858
    59 <screen os="f"><userinput>find /usr/include/{asm,linux,mtd,scsi} -type d -exec chmod 755 {} \;
    60 find /usr/include/{asm,linux,mtd,scsi} -type f -exec chmod 644 {} \;</userinput></screen>
     59<screen os="f"><userinput>find /usr/include/{asm,linux,mtd,scsi} -type d -exec chmod -v 755 {} \;
     60find /usr/include/{asm,linux,mtd,scsi} -type f -exec chmod -v 644 {} \;</userinput></screen>
    6161
    6262  </sect2>
Note: See TracChangeset for help on using the changeset viewer.