Ignore:
Timestamp:
Feb 21, 2006, 10:27:39 AM (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/glibc.xml

    reb55250 r94e6142  
    6363    source directory in a dedicated build directory:</para>
    6464
    65 <screen os="f"><userinput>mkdir ../glibc-build
     65<screen os="f"><userinput>mkdir -v ../glibc-build
    6666cd ../glibc-build</userinput></screen>
    6767
     
    169169    successfully:</para>
    170170
    171 <screen><userinput>mkdir -p /usr/lib/locale
     171<screen><userinput>mkdir -pv /usr/lib/locale
    172172localedef -i de_DE -f ISO-8859-1 de_DE
    173173localedef -i de_DE@euro -f ISO-8859-15 de_DE@euro
     
    245245    <filename>/etc/localtime</filename> file by running:</para>
    246246
    247 <screen><userinput>cp --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
     247<screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \
    248248    /etc/localtime</userinput></screen>
    249249
Note: See TracChangeset for help on using the changeset viewer.