fixed setup to 'set up'

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1883 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-05-16 18:40:04 +00:00
parent 02ef5b5866
commit 34a2f0ce88
10 changed files with 13 additions and 13 deletions

View File

@ -39,7 +39,7 @@ device.</para></sect4>
or aren't network based.</para></sect4> or aren't network based.</para></sect4>
<sect4><title>network</title> <sect4><title>network</title>
<para>The network script setup network interfaces (such as network cards) <para>The network script sets up network interfaces (such as network cards)
and sets up the default gateway where applicable.</para></sect4> and sets up the default gateway where applicable.</para></sect4>
<sect4><title>rc</title> <sect4><title>rc</title>

View File

@ -243,7 +243,7 @@ binutils-2.12</para></listitem>
here hinted towards the fact that you could skip configuring this step here hinted towards the fact that you could skip configuring this step
which isn't true unless the entire script would be removed. So the text was which isn't true unless the entire script would be removed. So the text was
changed a bit to just have them create the file no matter how the hardware changed a bit to just have them create the file no matter how the hardware
clock is setup.</para></listitem> clock is set up.</para></listitem>
<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed <listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed
the need to configure a <filename>/etc/sysconfig/keyboard</filename> file. the need to configure a <filename>/etc/sysconfig/keyboard</filename> file.
@ -497,7 +497,7 @@ files (dependencies, download location, descriptions)</para></listitem>
installation.</para></listitem> installation.</para></listitem>
<listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the <listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the
scripts, only left the part of a few where we setup up config files in scripts, only left the part of a few where we set up config files in
/etc/sysconfig.</para></listitem> /etc/sysconfig.</para></listitem>
<listitem><para>January 15th, 2002 [gerard]: Chapter 6 - Configuring <listitem><para>January 15th, 2002 [gerard]: Chapter 6 - Configuring

View File

@ -29,8 +29,8 @@ still use your host system. While software is being installed you can
simply switch to a different VC (Virtual Console) or X desktop and simply switch to a different VC (Virtual Console) or X desktop and
continue using your computer as you normally would.</para> continue using your computer as you normally would.</para>
<para>When all the software is installed, chapter 7 will setup the boot <para>When all the software is installed, chapter 7 will set up the boot
scripts. Chapter 8 will setup the Linux boot loader and in chapter 9 scripts. Chapter 8 will set up the Linux boot loader and in chapter 9
there are some pointers what you can do after you finish the book. Then there are some pointers what you can do after you finish the book. Then
you can finally reboot your system into your new LFS system, and start you can finally reboot your system into your new LFS system, and start
to really use it.</para> to really use it.</para>

View File

@ -11,7 +11,7 @@ makes sense because you would still have access to those files when you boot
into the LFS system. $LFS/usr/src is just a logical place to store source into the LFS system. $LFS/usr/src is just a logical place to store source
code, but by no means a requirement. You may even want to create a code, but by no means a requirement. You may even want to create a
subdirectory under $LFS/usr/src for tarball storage. That way you can subdirectory under $LFS/usr/src for tarball storage. That way you can
seperate tarballs from temporary build directories, but again that's up separate tarballs from temporary build directories, but again that's up
to you.</para> to you.</para>
<para>The next chapter contains a list of all the packages that need to be <para>The next chapter contains a list of all the packages that need to be

View File

@ -25,7 +25,7 @@ as root to change the ownership of the LFS partition to user "lfs":</para>
<para>Now you can login as user "lfs". You can do this two ways: either <para>Now you can login as user "lfs". You can do this two ways: either
the normal way through the console or the display manager, or with the normal way through the console or the display manager, or with
<userinput>su - lfs</userinput>. When you're working as user "lfs", type <userinput>su - lfs</userinput>. When you're working as user "lfs", type
the following commands to setup a good environment to work in:</para> the following commands to set up a good environment to work in:</para>
<para><screen><userinput>cat &gt; ~/.bash_profile &lt;&lt; "EOF" <para><screen><userinput>cat &gt; ~/.bash_profile &lt;&lt; "EOF"
umask 022 umask 022

View File

@ -31,7 +31,7 @@ about improper use of the C or C++ syntax, but not illegal use. It's just
that, often, C standards changed and packages still use the old standard that, often, C standards changed and packages still use the old standard
which is not a problem).</para> which is not a problem).</para>
<para>Before we start, make sure the LFS environment variable is setup <para>Before we start, make sure the LFS environment variable is set up
properly if you decided to make use of it. Run the following:</para> properly if you decided to make use of it. Run the following:</para>
<para><screen><userinput>echo $LFS</userinput></screen></para> <para><screen><userinput>echo $LFS</userinput></screen></para>

View File

@ -15,7 +15,7 @@ example, if you have a Dutch keyboard, you would run:</para>
<para><screen><userinput>ln -s i386/qwerty/nl.map.gz /usr/share/kbd/keymaps/defkeymap.map.gz</userinput></screen></para> <para><screen><userinput>ln -s i386/qwerty/nl.map.gz /usr/share/kbd/keymaps/defkeymap.map.gz</userinput></screen></para>
<para>An second option to configure your keyboard's layout is to compile <para>A second option to configure your keyboard's layout is to compile
the keymap directly into the kernel. This will make sure that your the keymap directly into the kernel. This will make sure that your
keyboard always works as expected, even when you have booted into keyboard always works as expected, even when you have booted into
maintenance mode (by passing `init=/bin/sh' to the kernel) in which case maintenance mode (by passing `init=/bin/sh' to the kernel) in which case

View File

@ -2,9 +2,9 @@
<title>Introduction</title> <title>Introduction</title>
<?dbhtml filename="introduction.html" dir="chapter07"?> <?dbhtml filename="introduction.html" dir="chapter07"?>
<para>This chapter will setup the bootscripts that you installed in chapter <para>This chapter will set up the bootscripts that you installed in chapter
6. Most of these scripts will work without needing to modify them, but a 6. Most of these scripts will work without needing to modify them, but a
few do require additional configuration files setup as they deal with few do require additional configuration files set up as they deal with
hardware dependent information.</para> hardware dependent information.</para>
</sect1> </sect1>

View File

@ -4,7 +4,7 @@
<para>If you decided to compile your keymap file directly into the kernel <para>If you decided to compile your keymap file directly into the kernel
back at the end of chapter 6, then you strictly speaking don't need to run back at the end of chapter 6, then you strictly speaking don't need to run
this loadkeys script, since the kernel has already setup the keymap for this loadkeys script, since the kernel has already set up the keymap for
you. You can still run it if you want, it isn't going to hurt you. It could you. You can still run it if you want, it isn't going to hurt you. It could
even be beneficial to keep it in case you run a lot of different kernels even be beneficial to keep it in case you run a lot of different kernels
and don't remember or want to compile the keymap into every kernel you lay and don't remember or want to compile the keymap into every kernel you lay

View File

@ -14,7 +14,7 @@ runlevel directories
<sect2> <sect2>
<title>Configuring default gateway</title> <title>Configuring default gateway</title>
<para>If you're on a network you may need to setup the default gateway for <para>If you're on a network you may need to set up the default gateway for
this machine. This is done by adding the proper values to the this machine. This is done by adding the proper values to the
/etc/sysconfig/network file by running the following:</para> /etc/sysconfig/network file by running the following:</para>