Changeset e12115e


Ignore:
Timestamp:
09/26/2001 12:35:10 AM (23 years ago)
Author:
Gerard Beekmans <gerard@…>
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, v3_1, v3_2, v3_3, v4_0, v4_1, v5_0, 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:
a862ce2
Parents:
5f1b1ab
Message:

added <?dbhtml> tag for output redirection into subdir

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

Files:
29 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chapter07.xml

    r5f1b1ab re12115e  
    11<chapter id="chapter07">
    22<title>Creating system boot scripts</title>
     3<?dbhtml filename="chapter07.html" dir="chapter07"?>
    34
    45&c7-introduction;
  • chapter07/checkfs.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-checkfs">
    22<title>Creating the checkfs script</title>
     3<?dbhtml filename="checkfs.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/checkfs</filename> script by running
  • chapter07/createdirs.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-createdirs">
    22<title>Creating directories</title>
     3<?dbhtml filename="createdirs.html" dir="chapter07"?>
    34
    45<para>We need to start by creating a few extra directories that are used by
  • chapter07/ethnet.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-ethnet">
    22<title>Creating the ethnet script</title>
     3<?dbhtml filename="ethnet.html" dir="chapter07"?>
    34
    45<para>This section only applies if a user is going to configure a network card.
  • chapter07/functions.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-functions">
    22<title>Creating the functions script</title>
     3<?dbhtml filename="functions.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/functions</filename> script by running
  • chapter07/halt.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-halt">
    22<title>Creating the halt script</title>
     3<?dbhtml filename="halt.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/halt</filename> script by running the
  • chapter07/hosts.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-hosts">
    22<title>Creating the /etc/hosts file</title>
     3<?dbhtml filename="hosts.html" dir="chapter07"?>
    34
    45<para>If a network card is to be configured, you have to decide on the
  • chapter07/introduction.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-introduction">
    22<title>Introduction</title>
     3<?dbhtml filename="introduction.html" dir="chapter07"?>
    34
    45<para>This chapter will create the necessary scripts that are run at boot time.
  • chapter07/loadkeys.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-loadkeys">
    22<title>Creating the loadkeys script</title>
     3<?dbhtml filename="loadkeys.html" dir="chapter07"?>
    34
    45<para>You only need to create this script if you don't have a
  • chapter07/localnet.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-localnet">
    22<title>Creating the localnet script</title>
     3<?dbhtml filename="localnet.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/localnet</filename> script by running
  • chapter07/mountfs.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-mountfs">
    22<title>Creating the mountfs script</title>
     3<?dbhtml filename="mountfs.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/mountfs</filename> script by running
  • chapter07/network.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-network">
    22<title>Creating the /etc/sysconfig/network file</title>
     3<?dbhtml filename="network.html" dir="chapter07"?>
    34
    45<para>A new file <filename>/etc/sysconfig/network</filename> is created and the
  • chapter07/rc.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-rc">
    22<title>Creating the rc script</title>
     3<?dbhtml filename="rc.html" dir="chapter07"?>
    34
    45<para>The first main boot script is the <filename>/etc/init.d/rc</filename>
  • chapter07/rcS.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-rcS">
    22<title>Creating the rcS script</title>
     3<?dbhtml filename="rcs.html" dir="chapter07"?>
    34
    45<para>The second main boot script is the <filename>rcS</filename> script.
  • chapter07/reboot.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-reboot">
    22<title>Creating the reboot script</title>
     3<?dbhtml filename="reboot.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/reboot</filename> script by running the
  • chapter07/sendsignals.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-sendsignals">
    22<title>Creating the sendsignals script</title>
     3<?dbhtml filename="sendsignals.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/sendsignals</filename> script by running
  • chapter07/setclock.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-setclock">
    22<title>Creating the setclock script</title>
     3<?dbhtml filename="setclock.html" dir="chapter07"?>
     4
    35
    46<para>The following script is only for real use when the hardware clock (also
  • chapter07/symperm.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-symperm">
    22<title>Setting up symlinks and permissions</title>
     3<?dbhtml filename="symperm.html" dir="chapter07"?>
    34
    45<para>These files get the proper permissions and the necessary symlinks
  • chapter07/sysklogd.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-sysklogd">
    22<title>Creating the sysklogd script</title>
     3<?dbhtml filename="sysklogd.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/sysklogd</filename> script by running
  • chapter07/template.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-template">
    22<title>Creating the template script</title>
     3<?dbhtml filename="template.html" dir="chapter07"?>
    34
    45<para>Create the <filename>/etc/init.d/template</filename> script by running
  • chapter07/usage.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch07-usage">
    22<title>How does the booting process with these scripts work?</title>
     3<?dbhtml filename="usage.html" dir="chapter07"?>
    34
    45<para>Linux uses a special booting facility named SysVinit. It's based on a
  • chapter08/chapter08.xml

    r5f1b1ab re12115e  
    11<chapter id="chapter08">
    22<title>Making the LFS system bootable</title>
     3<?dbhtml filename="chapter08.html" dir="chapter08"?>
    34
    45&c8-introduction;
  • chapter08/fstab.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch08-fstab">
    22<title>Creating the /etc/fstab file</title>
     3<?dbhtml filename="fstab.html" dir="chapter08"?>
    34
    45<para>In order for certain programs to be able to determine where certain
  • chapter08/introduction.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch08-introduction">
    22<title>Introduction</title>
     3<?dbhtml filename="introduction.html" dir="chapter08"?>
    34
    45<para>This chapter will make LFS bootable. This chapter deals with creating a
  • chapter08/kernel.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch08-kernel">
    22<title>Installing a kernel</title>
     3<?dbhtml filename="kernel.html" dir="chapter08"?>
    34
    45<screen>Estimated build time:           &kernel-time;
  • chapter08/lilo.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch08-lilo">
    22<title>Making the LFS system bootable</title>
     3<?dbhtml filename="lilo.html" dir="chapter08"?>
    34
    45<para>In order to be able to boot the LFS system, we need to update our
  • chapter09/chapter09.xml

    r5f1b1ab re12115e  
    11<chapter id="chapter09">
    22<title>The End</title>
     3<?dbhtml filename="chapter09.html" dir="chapter09"?>
    34
    45&c9-theend;
  • chapter09/reboot.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch09-reboot">
    22<title>Rebooting the system</title>
     3<?dbhtml filename="reboot.html" dir="chapter09"?>
    34
    45<para>Now that all software has been installed, bootscripts have been created,
  • chapter09/theend.xml

    r5f1b1ab re12115e  
    11<sect1 id="ch09-theend">
    22<title>The End</title>
     3<?dbhtml filename="theend.html" dir="chapter09"?>
    34
    45<para>Well done! You have finished installing your LFS system. It may have
Note: See TracChangeset for help on using the changeset viewer.