mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
added <?dbhtml> tag for output redirection into subdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1266 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9ac3d35d3a
commit
576e206a1f
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-aboutdebug">
|
||||
<title>About debugging symbols</title>
|
||||
<?dbhtml filename="aboutdebug.html" dir="chapter06"?>
|
||||
|
||||
<para>Most programs and libraries by default are compiled with debugging
|
||||
symbols (gcc option -g).</para>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-autoconf">
|
||||
<title>Installing Autoconf-&autoconf-version;</title>
|
||||
<?dbhtml filename="autoconf.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &autoconf-time;
|
||||
Estimated required disk space: &autoconf-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-automake">
|
||||
<title>Installing Automake-&automake-version;</title>
|
||||
<?dbhtml filename="automake.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &automake-time;
|
||||
Estimated required disk space: &automake-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-bash">
|
||||
<title>Installing Bash-&bash-version;</title>
|
||||
<?dbhtml filename="bash.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &bash-time;
|
||||
Estimated required disk space: &bash-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-bashprofile">
|
||||
<title>Creating $LFS/root/.bash_profile</title>
|
||||
<?dbhtml filename="bashprofile.html" dir="chapter06"?>
|
||||
|
||||
<para>When we have entered the chroot'ed environment in the next section we
|
||||
want to export a couple of environment variables in that shell such as
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-bin86">
|
||||
<title>Installing Bin86-&bin86-version;</title>
|
||||
<?dbhtml filename="bin86.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &bin86-time;
|
||||
Estimated required disk space: &bin86-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-binutils">
|
||||
<title>Installing Binutils-&binutils-version;</title>
|
||||
<?dbhtml filename="binutils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &binutils-time;
|
||||
Estimated required disk space: &binutils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-bison">
|
||||
<title>Installing Bison-&bison-version;</title>
|
||||
<?dbhtml filename="bison.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &bison-time;
|
||||
Estimated required disk space: &bison-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-bzip2">
|
||||
<title>Installing Bzip2-&bzip2-version;</title>
|
||||
<?dbhtml filename="bzip2.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &bzip2-time;
|
||||
Estimated required disk space: &bzip2-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<chapter id="chapter06">
|
||||
<title>Installing basic system software</title>
|
||||
<?dbhtml filename="chapter06.html" dir="chapter06"?>
|
||||
|
||||
&c6-introduction;
|
||||
&c6-aboutdebug;
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-chroot">
|
||||
<title>Entering the chroot'ed environment</title>
|
||||
<?dbhtml filename=".html" dir="chapter06"?>
|
||||
|
||||
<para>It's time to enter our chroot'ed environment in order to install the
|
||||
rest of the software we need.</para>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-configure">
|
||||
<title>Configuring essential software</title>
|
||||
<?dbhtml filename="configure.html" dir="chapter06"?>
|
||||
|
||||
<para>Now that all software is installed, all that we need to do to get a few
|
||||
programs running properly is to create their configuration files.</para>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-diffutils">
|
||||
<title>Installing Diffutils-&diffutils-version;</title>
|
||||
<?dbhtml filename="diffutils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &diffutils-time;
|
||||
Estimated required disk space: &diffutils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-e2fsprogs">
|
||||
<title>Installing E2fsprogs-&e2fsprogs-version;</title>
|
||||
<?dbhtml filename="e2fsprogs.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &e2fsprogs-time;
|
||||
Estimated required disk space: &e2fsprogs-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-ed">
|
||||
<title>Installing Ed-&ed-version;</title>
|
||||
<?dbhtml filename="ed.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &ed-time;
|
||||
Estimated required disk space: &ed-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-file">
|
||||
<title>Installing File-&file-version;</title>
|
||||
<?dbhtml filename="file.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &file-time;
|
||||
Estimated required disk space: &file-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-fileutils">
|
||||
<title>Installing Fileutils-&fileutils-version;</title>
|
||||
<?dbhtml filename="fileutils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &fileutils-time;
|
||||
Estimated required disk space: &fileutils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-findutils">
|
||||
<title>Installing Findutils-&findutils-version;</title>
|
||||
<?dbhtml filename="findutils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &findutils-time;
|
||||
Estimated required disk space: &findutils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-flex">
|
||||
<title>Installing Flex-&flex-version;</title>
|
||||
<?dbhtml filename="flex.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &flex-time;
|
||||
Estimated required disk space: &flex-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-gcc">
|
||||
<title>Installing GCC-&gcc-version;</title>
|
||||
<?dbhtml filename="gcc.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &gcc-time;
|
||||
Estimated required disk space: &gcc-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-gettext">
|
||||
<title>Installing Gettext-&gettext-version;</title>
|
||||
<?dbhtml filename="gettext.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &gettext-time;
|
||||
Estimated required disk space: &gettext-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-glibc">
|
||||
<title>Installing Glibc-&glibc-version;</title>
|
||||
<?dbhtml filename="glibc.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &glibc-time;
|
||||
Estimated required disk space: &glibc-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-grep">
|
||||
<title>Installing Grep-&grep-version;</title>
|
||||
<?dbhtml filename="grep.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &grep-time;
|
||||
Estimated required disk space: &grep-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-groff">
|
||||
<title>Installing Groff-&groff-version;</title>
|
||||
<?dbhtml filename="groff.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &groff-time;
|
||||
Estimated required disk space: &groff-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-gzip">
|
||||
<title>Installing Gzip-&gzip-version;</title>
|
||||
<?dbhtml filename="gzip.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &gzip-time;
|
||||
Estimated required disk space: &gzip-compsize;</screen>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<sect1 id="ch06-introduction">
|
||||
<title>Introduction</title>
|
||||
|
||||
<?dbhtml filename="introduction.html" dir="chapter06"?>
|
||||
|
||||
<para>The installation of all the software is pretty straightforward and
|
||||
you will probably think it's so much easier and shorter to give the generic
|
||||
installation instructions for each package and only explain how to
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-kbd">
|
||||
<title>Installing Kbd-&kbd-version;</title>
|
||||
<?dbhtml filename="kbd.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &kbd-time;
|
||||
Estimated required disk space: &kbd-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-less">
|
||||
<title>Installing Less-&less-version;</title>
|
||||
<?dbhtml filename="less.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &less-time;
|
||||
Estimated required disk space: &less-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-libtool">
|
||||
<title>Installing Libtool-&libtool-version;</title>
|
||||
<?dbhtml filename="libtool.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &libtool-time;
|
||||
Estimated required disk space: &libtool-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-lilo">
|
||||
<title>Installing Lilo-&lilo-version;</title>
|
||||
<?dbhtml filename="lilo.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &lilo-time;
|
||||
Estimated required disk space: &lilo-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-m4">
|
||||
<title>Installing M4-&m4-version;</title>
|
||||
<?dbhtml filename="m4.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &m4-time;
|
||||
Estimated required disk space: &m4-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-make">
|
||||
<title>Installing Make-&make-version;</title>
|
||||
<?dbhtml filename="make.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &make-time;
|
||||
Estimated required disk space: &make-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-makedev">
|
||||
<title>Creating devices (Makedev-&makedev-version;)</title>
|
||||
<?dbhtml filename="makedev.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &makedev-time;
|
||||
Estimated required disk space: &makedev-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-man">
|
||||
<title>Installing Man-&man-version;</title>
|
||||
<?dbhtml filename="man.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &man-time;
|
||||
Estimated required disk space: &man-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-manpages">
|
||||
<title>Installing Man-pages-&man-pages-version;</title>
|
||||
<?dbhtml filename="man-pages.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &man-pages-time;
|
||||
Estimated required disk space: &man-pages-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-mawk">
|
||||
<title>Installing Mawk-&mawk-version;</title>
|
||||
<?dbhtml filename="mawk.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &mawk-time;
|
||||
Estimated required disk space: &mawk-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-modutils">
|
||||
<title>Installing Modutils-&modutils-version;</title>
|
||||
<?dbhtml filename="modutils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &modutils-time;
|
||||
Estimated required disk space: &modutils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-ncurses">
|
||||
<title>Installing Ncurses-&ncurses-version;</title>
|
||||
<?dbhtml filename="ncurses.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &ncurses-time;
|
||||
Estimated required disk space: &ncurses-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-netkitbase">
|
||||
<title>Installing Netkit-base-&netkit-base-version;</title>
|
||||
<?dbhtml filename="netkit-base.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &netkit-base-time;
|
||||
Estimated required disk space: &netkit-base-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-nettools">
|
||||
<title>Installing Net-tools-&net-tools-version;</title>
|
||||
<?dbhtml filename="net-tools.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &net-tools-time;
|
||||
Estimated required disk space: &net-tools-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-patch">
|
||||
<title>Installing Patch-&patch-version;</title>
|
||||
<?dbhtml filename="patch.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &patch-time;
|
||||
Estimated required disk space: &patch-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-perl">
|
||||
<title>Installing Perl-&perl-version;</title>
|
||||
<?dbhtml filename="perl.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &perl-time;
|
||||
Estimated required disk space: &perl-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-procinfo">
|
||||
<title>Installing Procinfo-&procinfo-version;</title>
|
||||
<?dbhtml filename="procinfo.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &procinfo-time;
|
||||
Estimated required disk space: &procinfo-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-procps">
|
||||
<title>Installing Procps-&procps-version;</title>
|
||||
<?dbhtml filename="procps.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &procps-time;
|
||||
Estimated required disk space: &procps-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-psmisc">
|
||||
<title>Installing Psmisc-&psmisc-version;</title>
|
||||
<?dbhtml filename="psmisc.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &psmisc-time;
|
||||
Estimated required disk space: &psmisc-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-removeoldnss">
|
||||
<title>Removing old NSS library files</title>
|
||||
<?dbhtml filename="removeoldnss.html" dir="chapter06"?>
|
||||
|
||||
<para>If you have copied the NSS Library files from the normal Linux system
|
||||
to the LFS system (because the normal system runs Glibc-2.0) it's time to remove
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-sed">
|
||||
<title>Installing Sed-&sed-version;</title>
|
||||
<?dbhtml filename="sed.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &sed-time;
|
||||
Estimated required disk space: &sed-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-shadow">
|
||||
<title>Installing Shadow-&shadow-version;</title>
|
||||
<?dbhtml filename="shadow.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &shadow-time;
|
||||
Estimated required disk space: &shadow-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-shutils">
|
||||
<title>Installing Sh-utils-&sh-utils-version;</title>
|
||||
<?dbhtml filename="sh-utils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &sh-utils-time;
|
||||
Estimated required disk space: &sh-utils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-sysklogd">
|
||||
<title>Installing Sysklogd-&sysklogd-version;</title>
|
||||
<?dbhtml filename="sysklogd.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &sysklogd-time;
|
||||
Estimated required disk space: &sysklogd-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-sysvinit">
|
||||
<title>Installing Sysvinit-&sysvinit-version;</title>
|
||||
<?dbhtml filename="sysvinit.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &sysvinit-time;
|
||||
Estimated required disk space: &sysvinit-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-tar">
|
||||
<title>Installing Tar-&tar-version;</title>
|
||||
<?dbhtml filename="tar.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &tar-time;
|
||||
Estimated required disk space: &tar-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-texinfo">
|
||||
<title>Installing Texinfo-&texinfo-version;</title>
|
||||
<?dbhtml filename="texinfo.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &texinfo-time;
|
||||
Estimated required disk space: &texinfo-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-textutils">
|
||||
<title>Installing Textutils-&textutils-version;</title>
|
||||
<?dbhtml filename="textutils.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &textutils-time;
|
||||
Estimated required disk space: &textutils-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-utillinux">
|
||||
<title>Installing Util-linux-&util-linux-version;</title>
|
||||
<?dbhtml filename="util-linux.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &util-linux-time;
|
||||
Estimated required disk space: &util-linux-compsize;</screen>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<sect1 id="ch06-vim">
|
||||
<title>Installing Vim-&vim-version;</title>
|
||||
<?dbhtml filename="vim.html" dir="chapter06"?>
|
||||
|
||||
<screen>Estimated build time: &vim-time;
|
||||
Estimated required disk space: &vim-compsize;</screen>
|
||||
|
Loading…
Reference in New Issue
Block a user