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
This commit is contained in:
Gerard Beekmans 2001-07-16 17:17:16 +00:00
parent 60bbc310cb
commit 1a167e4f33
15 changed files with 38 additions and 32 deletions

View File

@ -2,8 +2,8 @@
<title>Creating the checkfs script</title> <title>Creating the checkfs script</title>
<para> <para>
A new file <filename>/etc/init.d/checkfs</filename> is created containing Create the <filename>/etc/init.d/checkfs</filename> script by running
the following: the following command:
</para> </para>
<para> <para>

View File

@ -7,8 +7,8 @@ If not, this section can be skipped.
</para> </para>
<para> <para>
A new file <filename>/etc/init.d/ethnet</filename> is created containing the Create the <filename>/etc/init.d/ethnet</filename> script by running the
following: following command:
</para> </para>
<para> <para>
@ -166,7 +166,7 @@ First the nic-config directory is created by running:
<para> <para>
Now, new files are created in that directory containing the following. Now, new files are created in that directory containing the following.
This creates a sample file ifcfg-eth0: The following command creates a sample file ifcfg-eth0:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the functions script</title> <title>Creating the functions script</title>
<para> <para>
A new file <filename>/etc/init.d/functions</filename> is created containing Create the <filename>/etc/init.d/functions</filename> script by running
the following: the following command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the halt script</title> <title>Creating the halt script</title>
<para> <para>
A new file <filename>/etc/init.d/halt</filename> is created containing the Create the <filename>/etc/init.d/halt</filename> script by running the
following: following command:
</para> </para>
<para> <para>

View File

@ -57,7 +57,7 @@ If a network card is not going to be configured, a new file
<para> <para>
If a network card is to be configured, a new file If a network card is to be configured, a new file
<filename>/etc/hosts</filename> is created containing: <filename>/etc/hosts</filename> is created by running:
</para> </para>
<para> <para>

View File

@ -3,9 +3,9 @@
<para> <para>
A user only needs to create this script if he don't have a default 101 keys A user only needs to create this script if he don't have a default 101 keys
US keyboard layout. A new file US keyboard layout. Create the
<filename>/etc/init.d/loadkeys</filename> containing the following has to be <filename>/etc/init.d/loadkeys</filename> script by running the
created: following command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the /etc/init.d/localnet boot script</title> <title>Creating the /etc/init.d/localnet boot script</title>
<para> <para>
A new file <filename>/etc/init.d/localnet</filename> is created containing Create the <filename>/etc/init.d/localnet</filename> script by running
the following: the following command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the mountfs script</title> <title>Creating the mountfs script</title>
<para> <para>
A new file <filename>/etc/init.d/mountfs</filename> is created containing Create the <filename>/etc/init.d/mountfs</filename> script by running
the following: the following command:
</para> </para>
<para> <para>

View File

@ -3,8 +3,9 @@
<para> <para>
The first main boot script is the <filename>/etc/init.d/rc</filename> script. The first main boot script is the <filename>/etc/init.d/rc</filename> script.
A new file <filename>/etc/init.d/rc</filename> is created containing the Create the <filename>/etc/init.d/rc</filename> script by running the
following: </para> following command:
</para>
<para> <para>
<screen> <screen>

View File

@ -2,8 +2,9 @@
<title>Creating the rcS script</title> <title>Creating the rcS script</title>
<para> <para>
The second main boot script is the <filename>rcS</filename> script. Create a The second main boot script is the <filename>rcS</filename> script. Create
new file <filename>/etc/init.d/rcS</filename> containing the following: the <filename>/etc/init.d/rcS</filename> script by running the following
command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the reboot script</title> <title>Creating the reboot script</title>
<para> <para>
Create a new file <filename>/etc/init.d/reboot</filename> containing the Create the <filename>/etc/init.d/reboot</filename> script by running the
following: following command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the sendsignals script</title> <title>Creating the sendsignals script</title>
<para> <para>
Create a new file <filename>/etc/init.d/sendsignals</filename> Creat the <filename>/etc/init.d/sendsignals</filename> script by running
containing the following: the following command:
</para> </para>
<para> <para>

View File

@ -15,9 +15,13 @@ the /etc/localtime symlink.
<para> <para>
If you want to use this script on your system even if the If you want to use this script on your system even if the
hardware clock is set to GMT, then the UTC variable below has to be changed hardware clock is set to GMT, then the UTC variable below has to be
to the changed to the value of <emphasis>1</emphasis>.
value of <emphasis>1</emphasis>. </para>
<para>
Creat the <filename>/etc/init.d/setclock</filename> script by running
the following command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the sysklogd script</title> <title>Creating the sysklogd script</title>
<para> <para>
A new file <filename>/etc/init.d/sysklogd</filename> is created containing Create the <filename>/etc/init.d/sysklogd</filename> script by running
the following: the following command:
</para> </para>
<para> <para>

View File

@ -2,8 +2,8 @@
<title>Creating the template script</title> <title>Creating the template script</title>
<para> <para>
A new file <filename>/etc/init.d/template</filename> is created containing Create the <filename>/etc/init.d/template</filename> script by running
the following: the following command:
</para> </para>
<para> <para>