Changeset 1a167e4


Ignore:
Timestamp:
07/16/2001 05:17:16 PM (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_0, 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:
a0c1071
Parents:
60bbc31
Message:

Old explanation tells you to create a new file containing, instead of
telling you to create the files by running the command

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

Location:
chapter07
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • chapter07/checkfs.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/checkfs</filename> is created containing
    6 the following:
     5Create the <filename>/etc/init.d/checkfs</filename> script by running
     6the following command:
    77</para>
    88
  • chapter07/ethnet.xml

    r60bbc31 r1a167e4  
    88
    99<para>
    10 A new file <filename>/etc/init.d/ethnet</filename> is created containing the
    11 following:
     10Create the <filename>/etc/init.d/ethnet</filename> script by running the
     11following command:
    1212</para>
    1313
     
    167167
    168168Now, new files are created in that directory containing the following.
    169 This creates a sample file ifcfg-eth0:
     169The following command creates a sample file ifcfg-eth0:
    170170</para>
    171171
  • chapter07/functions.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/functions</filename> is created containing
    6 the following:
     5Create the <filename>/etc/init.d/functions</filename> script by running
     6the following command:
    77</para>
    88
  • chapter07/halt.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/halt</filename> is created containing the
    6 following:
     5Create the <filename>/etc/init.d/halt</filename> script by running the
     6following command:
    77</para>
    88
  • chapter07/hosts.xml

    r60bbc31 r1a167e4  
    5858<para>
    5959If a network card is to be configured, a new file
    60 <filename>/etc/hosts</filename> is created containing:
     60<filename>/etc/hosts</filename> is created by running:
    6161</para>
    6262
  • chapter07/loadkeys.xml

    r60bbc31 r1a167e4  
    44<para>
    55A user only needs to create this script if he don't have a default 101 keys
    6 US keyboard layout. A new file
    7 <filename>/etc/init.d/loadkeys</filename> containing  the following has to be
    8 created:
     6US keyboard layout. Create the
     7<filename>/etc/init.d/loadkeys</filename> script by running the
     8following command:
    99</para>
    1010
  • chapter07/localnet.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/localnet</filename> is created containing
    6 the following:
     5Create the <filename>/etc/init.d/localnet</filename> script by running
     6the following command:
    77</para>
    88
  • chapter07/mountfs.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/mountfs</filename> is created containing
    6 the following:
     5Create the <filename>/etc/init.d/mountfs</filename> script by running
     6the following command:
    77</para>
    88
  • chapter07/rc.xml

    r60bbc31 r1a167e4  
    44<para>
    55The first main boot script is the <filename>/etc/init.d/rc</filename> script.
    6 A new file <filename>/etc/init.d/rc</filename> is created containing the
    7 following: </para>
     6Create the <filename>/etc/init.d/rc</filename> script by running the
     7following command:
     8</para>
    89
    910<para>
  • chapter07/rcS.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 The second main boot script is the <filename>rcS</filename> script. Create a
    6 new file <filename>/etc/init.d/rcS</filename> containing the following:
     5The second main boot script is the <filename>rcS</filename> script. Create 
     6the <filename>/etc/init.d/rcS</filename> script by running the following
     7command:
    78</para>
    89
  • chapter07/reboot.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 Create a new file <filename>/etc/init.d/reboot</filename> containing the
    6 following:
     5Create the <filename>/etc/init.d/reboot</filename> script by running the
     6following command:
    77</para>
    88
  • chapter07/sendsignals.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 Create a new file <filename>/etc/init.d/sendsignals</filename>
    6 containing the following:
     5Creat the <filename>/etc/init.d/sendsignals</filename> script by running
     6the following command:
    77</para>
    88
  • chapter07/setclock.xml

    r60bbc31 r1a167e4  
    1616<para>
    1717If you want to use this script on your system even if the
    18 hardware clock is set to GMT, then the UTC variable below has to be changed
    19  to the
    20 value of <emphasis>1</emphasis>.
     18hardware clock is set to GMT, then the UTC variable below has to be
     19changed to the value of <emphasis>1</emphasis>.
     20</para>
     21
     22<para>
     23Creat the <filename>/etc/init.d/setclock</filename> script by running
     24the following command:
    2125</para>
    2226
  • chapter07/sysklogd.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/sysklogd</filename> is created containing
    6 the following:
     5Create the <filename>/etc/init.d/sysklogd</filename> script by running
     6the following command:
    77</para>
    88
  • chapter07/template.xml

    r60bbc31 r1a167e4  
    33
    44<para>
    5 A new file <filename>/etc/init.d/template</filename> is created containing
    6 the following:
     5Create the <filename>/etc/init.d/template</filename> script by running
     6the following command:
    77</para>
    88
Note: See TracChangeset for help on using the changeset viewer.