Changeset 69276a94 for chapter05


Ignore:
Timestamp:
01/27/2004 10:27:44 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a52b2c2
Parents:
daaa0941
Message:

Tweaking the texts for build time and disk space.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="bash.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &bash-time-tools;
    6 Estimated required disk space: &bash-compsize-tools;</screen>
     5<screen>&buildtime; &bash-time-tools;
     6&diskspace; &bash-compsize-tools;</screen>
    77
    88&aa-bash-down;
  • chapter05/binutils-pass1.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="binutils-pass1.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &binutils-time-tools-pass1;
    6 Estimated required disk space: &binutils-compsize-tools-pass1;</screen>
     5<screen>&buildtime; &binutils-time-tools-pass1;
     6&diskspace; &binutils-compsize-tools-pass1;</screen>
    77
    88&aa-binutils-down;
  • chapter05/binutils-pass2.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="binutils-pass2.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &binutils-time-tools-pass2;
    6 Estimated required disk space: &binutils-compsize-tools-pass2;</screen>
     5<screen>&buildtime; &binutils-time-tools-pass2;
     6&diskspace; &binutils-compsize-tools-pass2;</screen>
    77
    88&aa-binutils-down;
  • chapter05/bzip2.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="bzip2.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &bzip2-time-tools;
    6 Estimated required disk space: &bzip2-compsize-tools;</screen>
     5<screen>&buildtime; &bzip2-time-tools;
     6&diskspace; &bzip2-compsize-tools;</screen>
    77
    88&aa-bzip2-down;
  • chapter05/chapter05.xml

    rdaaa0941 r69276a94  
    317317passwd lfs</userinput></screen>
    318318
     319<para>The meaning of the switches:</para>
     320
     321<itemizedlist>
     322<listitem><para><userinput>-s /bin/bash</userinput>: This makes
     323<userinput>bash</userinput> the default shell for user
     324<emphasis>lfs</emphasis>.</para></listitem>
     325
     326<listitem><para><userinput>-m -k /dev/null</userinput>: These create a home
     327directory for <emphasis>lfs</emphasis>, while preventing the files from a
     328possible <filename>/etc/skel</filename> being copied into it.</para></listitem>
     329</itemizedlist>
     330
    319331<para>Now grant this new user <emphasis>lfs</emphasis> full access to
    320332<filename class="directory">$LFS/tools</filename> by giving it ownership
  • chapter05/coreutils.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="coreutils.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &coreutils-time-tools;
    6 Estimated required disk space: &coreutils-compsize-tools;</screen>
     5<screen>&buildtime; &coreutils-time-tools;
     6&diskspace; &coreutils-compsize-tools;</screen>
    77
    88<literallayout>Official download location for Coreutils (&coreutils-version;):
  • chapter05/dejagnu.xml

    rdaaa0941 r69276a94  
    55<para>The DejaGnu package contains a framework for testing other programs.</para>
    66
    7 <screen>Estimated build time:          &dejagnu-time-tools;
    8 Estimated required disk space: &dejagnu-compsize-tools;</screen>
     7<screen>&buildtime; &dejagnu-time-tools;
     8&diskspace; &dejagnu-compsize-tools;</screen>
    99
    1010&aa-dejagnu-down;
  • chapter05/diffutils.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="diffutils.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &diffutils-time-tools;
    6 Estimated required disk space: &diffutils-compsize-tools;</screen>
     5<screen>&buildtime; &diffutils-time-tools;
     6&diskspace; &diffutils-compsize-tools;</screen>
    77
    88&aa-diffutils-down;
  • chapter05/expect.xml

    rdaaa0941 r69276a94  
    66other interactive programs.</para>
    77
    8 <screen>Estimated build time:          &expect-time-tools;
    9 Estimated required disk space: &expect-compsize-tools;</screen>
     8<screen>&buildtime; &expect-time-tools;
     9&diskspace; &expect-compsize-tools;</screen>
    1010
    1111&aa-expect-down;
  • chapter05/findutils.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="findutils.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &findutils-time-tools;
    6 Estimated required disk space: &findutils-compsize-tools;</screen>
     5<screen>&buildtime; &findutils-time-tools;
     6&diskspace; &findutils-compsize-tools;</screen>
    77
    88&aa-findutils-down;
  • chapter05/gawk.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="gawk.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &gawk-time-tools;
    6 Estimated required disk space: &gawk-compsize-tools;</screen>
     5<screen>&buildtime; &gawk-time-tools;
     6&diskspace; &gawk-compsize-tools;</screen>
    77
    88<literallayout>Official download location for Gawk (&gawk-version;):
  • chapter05/gcc-pass1.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="gcc-pass1.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &gcc-time-tools-pass1;
    6 Estimated required disk space: &gcc-compsize-tools-pass1;</screen>
     5<screen>&buildtime; &gcc-time-tools-pass1;
     6&diskspace; &gcc-compsize-tools-pass1;</screen>
    77
    88<literallayout>Official download location for GCC (&gcc-version;):
  • chapter05/gcc-pass2.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="gcc-pass2.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &gcc-time-tools-pass2;
    6 Estimated required disk space: &gcc-compsize-tools-pass2;</screen>
     5<screen>&buildtime; &gcc-time-tools-pass2;
     6&diskspace; &gcc-compsize-tools-pass2;</screen>
    77
    88&aa-gcc-down;
  • chapter05/gettext.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="gettext.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &gettext-time-tools;
    6 Estimated required disk space: &gettext-compsize-tools;</screen>
     5<screen>&buildtime; &gettext-time-tools;
     6&diskspace; &gettext-compsize-tools;</screen>
    77
    88&aa-gettext-down;
  • chapter05/glibc.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="glibc.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &glibc-time-tools;
    6 Estimated required disk space: &glibc-compsize-tools;</screen>
     5<screen>&buildtime; &glibc-time-tools;
     6&diskspace; &glibc-compsize-tools;</screen>
    77
    88&aa-glibc-down;
  • chapter05/grep.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="grep.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &grep-time-tools;
    6 Estimated required disk space: &grep-compsize-tools;</screen>
     5<screen>&buildtime; &grep-time-tools;
     6&diskspace; &grep-compsize-tools;</screen>
    77
    88&aa-grep-down;
  • chapter05/gzip.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="gzip.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &gzip-time-tools;
    6 Estimated required disk space: &gzip-compsize-tools;</screen>
     5<screen>&buildtime; &gzip-time-tools;
     6&diskspace; &gzip-compsize-tools;</screen>
    77
    88&aa-gzip-down;
  • chapter05/kernelheaders.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="kernel-headers.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &kernel-time-headers;
    6 Estimated required disk space: &kernel-compsize-headers;</screen>
     5<screen>&buildtime; &kernel-time-headers;
     6&diskspace; &kernel-compsize-headers;</screen>
    77
    88<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  • chapter05/make.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="make.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &make-time-tools;
    6 Estimated required disk space: &make-compsize-tools;</screen>
     5<screen>&buildtime; &make-time-tools;
     6&diskspace; &make-compsize-tools;</screen>
    77
    88&aa-make-down;
  • chapter05/ncurses.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="ncurses.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &ncurses-time-tools;
    6 Estimated required disk space: &ncurses-compsize-tools;</screen>
     5<screen>&buildtime; &ncurses-time-tools;
     6&diskspace; &ncurses-compsize-tools;</screen>
    77
    88&aa-ncurses-down;
  • chapter05/patch.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="patch.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &patch-time-tools;
    6 Estimated required disk space: &patch-compsize-tools;</screen>
     5<screen>&buildtime; &patch-time-tools;
     6&diskspace; &patch-compsize-tools;</screen>
    77
    88&aa-patch-down;
  • chapter05/perl.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="perl.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &perl-time-tools;
    6 Estimated required disk space: &perl-compsize-tools;</screen>
     5<screen>&buildtime; &perl-time-tools;
     6&diskspace; &perl-compsize-tools;</screen>
    77
    88&aa-perl-down;
  • chapter05/sed.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="sed.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &sed-time-tools;
    6 Estimated required disk space: &sed-compsize-tools;</screen>
     5<screen>&buildtime; &sed-time-tools;
     6&diskspace; &sed-compsize-tools;</screen>
    77
    88&aa-sed-down;
  • chapter05/tar.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="tar.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &tar-time-tools;
    6 Estimated required disk space: &tar-compsize-tools;</screen>
     5<screen>&buildtime; &tar-time-tools;
     6&diskspace; &tar-compsize-tools;</screen>
    77
    88&aa-tar-down;
  • chapter05/tcl.xml

    rdaaa0941 r69276a94  
    55<para>The Tcl package contains the Tool Command Language.</para>
    66
    7 <screen>Estimated build time:          &tcl-time-tools;
    8 Estimated required disk space: &tcl-compsize-tools;</screen>
     7<screen>&buildtime; &tcl-time-tools;
     8&diskspace; &tcl-compsize-tools;</screen>
    99
    1010&aa-tcl-down;
  • chapter05/texinfo.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="texinfo.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &texinfo-time-tools;
    6 Estimated required disk space: &texinfo-compsize-tools;</screen>
     5<screen>&buildtime; &texinfo-time-tools;
     6&diskspace; &texinfo-compsize-tools;</screen>
    77
    88&aa-texinfo-down;
  • chapter05/utillinux.xml

    rdaaa0941 r69276a94  
    33<?dbhtml filename="util-linux.html" dir="chapter05"?>
    44
    5 <screen>Estimated build time:          &util-linux-time-tools;
    6 Estimated required disk space: &util-linux-compsize-tools;</screen>
     5<screen>&buildtime; &util-linux-time-tools;
     6&diskspace; &util-linux-compsize-tools;</screen>
    77
    88&aa-utillinux-down;
Note: See TracChangeset for help on using the changeset viewer.