From 69276a949a1782f6fbff97e1ee26424a11c89cd4 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 27 Jan 2004 22:27:44 +0000 Subject: 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 --- chapter05/bash.xml | 4 ++-- chapter05/binutils-pass1.xml | 4 ++-- chapter05/binutils-pass2.xml | 4 ++-- chapter05/bzip2.xml | 4 ++-- chapter05/chapter05.xml | 12 ++++++++++++ chapter05/coreutils.xml | 4 ++-- chapter05/dejagnu.xml | 4 ++-- chapter05/diffutils.xml | 4 ++-- chapter05/expect.xml | 4 ++-- chapter05/findutils.xml | 4 ++-- chapter05/gawk.xml | 4 ++-- chapter05/gcc-pass1.xml | 4 ++-- chapter05/gcc-pass2.xml | 4 ++-- chapter05/gettext.xml | 4 ++-- chapter05/glibc.xml | 4 ++-- chapter05/grep.xml | 4 ++-- chapter05/gzip.xml | 4 ++-- chapter05/kernelheaders.xml | 4 ++-- chapter05/make.xml | 4 ++-- chapter05/ncurses.xml | 4 ++-- chapter05/patch.xml | 4 ++-- chapter05/perl.xml | 4 ++-- chapter05/sed.xml | 4 ++-- chapter05/tar.xml | 4 ++-- chapter05/tcl.xml | 4 ++-- chapter05/texinfo.xml | 4 ++-- chapter05/utillinux.xml | 4 ++-- 27 files changed, 64 insertions(+), 52 deletions(-) (limited to 'chapter05') diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 579e518a1..01fd720de 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -2,8 +2,8 @@ Installing Bash-&bash-version; -Estimated build time: &bash-time-tools; -Estimated required disk space: &bash-compsize-tools; +&buildtime; &bash-time-tools; +&diskspace; &bash-compsize-tools; &aa-bash-down; &aa-bash-dep; diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 15dc47cc1..00a824fd9 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -2,8 +2,8 @@ Installing Binutils-&binutils-version; - Pass 1 -Estimated build time: &binutils-time-tools-pass1; -Estimated required disk space: &binutils-compsize-tools-pass1; +&buildtime; &binutils-time-tools-pass1; +&diskspace; &binutils-compsize-tools-pass1; &aa-binutils-down; &aa-binutils-dep; diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index de0280e47..36cb2f228 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -2,8 +2,8 @@ Installing Binutils-&binutils-version; - Pass 2 -Estimated build time: &binutils-time-tools-pass2; -Estimated required disk space: &binutils-compsize-tools-pass2; +&buildtime; &binutils-time-tools-pass2; +&diskspace; &binutils-compsize-tools-pass2; &aa-binutils-down; &aa-binutils-dep; diff --git a/chapter05/bzip2.xml b/chapter05/bzip2.xml index fb65ad101..a7d0d1a1e 100644 --- a/chapter05/bzip2.xml +++ b/chapter05/bzip2.xml @@ -2,8 +2,8 @@ Installing Bzip2-&bzip2-version; -Estimated build time: &bzip2-time-tools; -Estimated required disk space: &bzip2-compsize-tools; +&buildtime; &bzip2-time-tools; +&diskspace; &bzip2-compsize-tools; &aa-bzip2-down; &aa-bzip2-dep; diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index b49c41468..365fd3ef7 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -316,6 +316,18 @@ issue the following commands to add the new user: useradd -s /bin/bash -m -k /dev/null lfs passwd lfs +The meaning of the switches: + + +-s /bin/bash: This makes +bash the default shell for user +lfs. + +-m -k /dev/null: These create a home +directory for lfs, while preventing the files from a +possible /etc/skel being copied into it. + + Now grant this new user lfs full access to $LFS/tools by giving it ownership of the directory: diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index bd273a6f7..a9c90c3e2 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -2,8 +2,8 @@ Installing Coreutils-&coreutils-version; -Estimated build time: &coreutils-time-tools; -Estimated required disk space: &coreutils-compsize-tools; +&buildtime; &coreutils-time-tools; +&diskspace; &coreutils-compsize-tools; Official download location for Coreutils (&coreutils-version;): diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index d4b3143cc..e8b2b3cd7 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -4,8 +4,8 @@ The DejaGnu package contains a framework for testing other programs. -Estimated build time: &dejagnu-time-tools; -Estimated required disk space: &dejagnu-compsize-tools; +&buildtime; &dejagnu-time-tools; +&diskspace; &dejagnu-compsize-tools; &aa-dejagnu-down; &aa-dejagnu-dep; diff --git a/chapter05/diffutils.xml b/chapter05/diffutils.xml index 2316576e5..123be7682 100644 --- a/chapter05/diffutils.xml +++ b/chapter05/diffutils.xml @@ -2,8 +2,8 @@ Installing Diffutils-&diffutils-version; -Estimated build time: &diffutils-time-tools; -Estimated required disk space: &diffutils-compsize-tools; +&buildtime; &diffutils-time-tools; +&diskspace; &diffutils-compsize-tools; &aa-diffutils-down; &aa-diffutils-dep; diff --git a/chapter05/expect.xml b/chapter05/expect.xml index 1fdd78b4f..81a175a8a 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -5,8 +5,8 @@ The Expect package contains a program for doing scripted dialogues with other interactive programs. -Estimated build time: &expect-time-tools; -Estimated required disk space: &expect-compsize-tools; +&buildtime; &expect-time-tools; +&diskspace; &expect-compsize-tools; &aa-expect-down; &aa-expect-dep; diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml index 53fd69bc0..f91c4caa1 100644 --- a/chapter05/findutils.xml +++ b/chapter05/findutils.xml @@ -2,8 +2,8 @@ Installing Findutils-&findutils-version; -Estimated build time: &findutils-time-tools; -Estimated required disk space: &findutils-compsize-tools; +&buildtime; &findutils-time-tools; +&diskspace; &findutils-compsize-tools; &aa-findutils-down; &aa-findutils-dep; diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 02c614071..a805e5d91 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -2,8 +2,8 @@ Installing Gawk-&gawk-version; -Estimated build time: &gawk-time-tools; -Estimated required disk space: &gawk-compsize-tools; +&buildtime; &gawk-time-tools; +&diskspace; &gawk-compsize-tools; Official download location for Gawk (&gawk-version;): diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 525da689f..cbd70989d 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -2,8 +2,8 @@ Installing GCC-&gcc-version; - Pass 1 -Estimated build time: &gcc-time-tools-pass1; -Estimated required disk space: &gcc-compsize-tools-pass1; +&buildtime; &gcc-time-tools-pass1; +&diskspace; &gcc-compsize-tools-pass1; Official download location for GCC (&gcc-version;): diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index f25add08b..145345399 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -2,8 +2,8 @@ Installing GCC-&gcc-version; - Pass 2 -Estimated build time: &gcc-time-tools-pass2; -Estimated required disk space: &gcc-compsize-tools-pass2; +&buildtime; &gcc-time-tools-pass2; +&diskspace; &gcc-compsize-tools-pass2; &aa-gcc-down; &aa-gcc-dep; diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 726e1d6e4..3229af9e6 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -2,8 +2,8 @@ Installing Gettext-&gettext-version; -Estimated build time: &gettext-time-tools; -Estimated required disk space: &gettext-compsize-tools; +&buildtime; &gettext-time-tools; +&diskspace; &gettext-compsize-tools; &aa-gettext-down; &aa-gettext-dep; diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 58f198917..67b99eb2a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -2,8 +2,8 @@ Installing Glibc-&glibc-version; -Estimated build time: &glibc-time-tools; -Estimated required disk space: &glibc-compsize-tools; +&buildtime; &glibc-time-tools; +&diskspace; &glibc-compsize-tools; &aa-glibc-down; &aa-glibc-dep; diff --git a/chapter05/grep.xml b/chapter05/grep.xml index cdeff1166..9728609ee 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -2,8 +2,8 @@ Installing Grep-&grep-version; -Estimated build time: &grep-time-tools; -Estimated required disk space: &grep-compsize-tools; +&buildtime; &grep-time-tools; +&diskspace; &grep-compsize-tools; &aa-grep-down; &aa-grep-dep; diff --git a/chapter05/gzip.xml b/chapter05/gzip.xml index 746be866e..cd9f13d14 100644 --- a/chapter05/gzip.xml +++ b/chapter05/gzip.xml @@ -2,8 +2,8 @@ Installing Gzip-&gzip-version; -Estimated build time: &gzip-time-tools; -Estimated required disk space: &gzip-compsize-tools; +&buildtime; &gzip-time-tools; +&diskspace; &gzip-compsize-tools; &aa-gzip-down; &aa-gzip-dep; diff --git a/chapter05/kernelheaders.xml b/chapter05/kernelheaders.xml index 8d4d2b40e..5bac98be5 100644 --- a/chapter05/kernelheaders.xml +++ b/chapter05/kernelheaders.xml @@ -2,8 +2,8 @@ Installing Linux-&kernel-version; headers -Estimated build time: &kernel-time-headers; -Estimated required disk space: &kernel-compsize-headers; +&buildtime; &kernel-time-headers; +&diskspace; &kernel-compsize-headers;    diff --git a/chapter05/make.xml b/chapter05/make.xml index a330b02fa..c166116b7 100644 --- a/chapter05/make.xml +++ b/chapter05/make.xml @@ -2,8 +2,8 @@ Installing Make-&make-version; -Estimated build time: &make-time-tools; -Estimated required disk space: &make-compsize-tools; +&buildtime; &make-time-tools; +&diskspace; &make-compsize-tools; &aa-make-down; &aa-make-dep; diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index 8fdbf856b..b7c71f2c6 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -2,8 +2,8 @@ Installing Ncurses-&ncurses-version; -Estimated build time: &ncurses-time-tools; -Estimated required disk space: &ncurses-compsize-tools; +&buildtime; &ncurses-time-tools; +&diskspace; &ncurses-compsize-tools; &aa-ncurses-down; &aa-ncurses-dep; diff --git a/chapter05/patch.xml b/chapter05/patch.xml index f80e0aedd..fe3ff0e40 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -2,8 +2,8 @@ Installing Patch-&patch-version; -Estimated build time: &patch-time-tools; -Estimated required disk space: &patch-compsize-tools; +&buildtime; &patch-time-tools; +&diskspace; &patch-compsize-tools; &aa-patch-down; &aa-patch-dep; diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 81f619c21..20e3d2562 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -2,8 +2,8 @@ Installing Perl-&perl-version; -Estimated build time: &perl-time-tools; -Estimated required disk space: &perl-compsize-tools; +&buildtime; &perl-time-tools; +&diskspace; &perl-compsize-tools; &aa-perl-down; &aa-perl-dep; diff --git a/chapter05/sed.xml b/chapter05/sed.xml index 297f788b9..abee6d58c 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -2,8 +2,8 @@ Installing Sed-&sed-version; -Estimated build time: &sed-time-tools; -Estimated required disk space: &sed-compsize-tools; +&buildtime; &sed-time-tools; +&diskspace; &sed-compsize-tools; &aa-sed-down; &aa-sed-dep; diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 422da02ad..4906cb51e 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -2,8 +2,8 @@ Installing Tar-&tar-version; -Estimated build time: &tar-time-tools; -Estimated required disk space: &tar-compsize-tools; +&buildtime; &tar-time-tools; +&diskspace; &tar-compsize-tools; &aa-tar-down; &aa-tar-dep; diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 92250ecec..75f1338b8 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -4,8 +4,8 @@ The Tcl package contains the Tool Command Language. -Estimated build time: &tcl-time-tools; -Estimated required disk space: &tcl-compsize-tools; +&buildtime; &tcl-time-tools; +&diskspace; &tcl-compsize-tools; &aa-tcl-down; &aa-tcl-dep; diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml index 14bbcfba2..92b737105 100644 --- a/chapter05/texinfo.xml +++ b/chapter05/texinfo.xml @@ -2,8 +2,8 @@ Installing Texinfo-&texinfo-version; -Estimated build time: &texinfo-time-tools; -Estimated required disk space: &texinfo-compsize-tools; +&buildtime; &texinfo-time-tools; +&diskspace; &texinfo-compsize-tools; &aa-texinfo-down; &aa-texinfo-dep; diff --git a/chapter05/utillinux.xml b/chapter05/utillinux.xml index 302255758..ba18e33e9 100644 --- a/chapter05/utillinux.xml +++ b/chapter05/utillinux.xml @@ -2,8 +2,8 @@ Installing Util-linux-&util-linux-version; -Estimated build time: &util-linux-time-tools; -Estimated required disk space: &util-linux-compsize-tools; +&buildtime; &util-linux-time-tools; +&diskspace; &util-linux-compsize-tools; &aa-utillinux-down; &aa-utillinux-dep; -- cgit v1.2.3-54-g00ecf