diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/network.xml | 4 | ||||
-rw-r--r-- | chapter07/profile.xml | 2 | ||||
-rw-r--r-- | chapter07/udev.xml | 18 |
3 files changed, 18 insertions, 6 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 6462aa16b..e3d227e15 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -75,6 +75,8 @@ ACTION=="add", SUBSYSTEM=="net", BUS=="<replaceable>pci</replaceable>", ID=="<re NAME="<replaceable>intel</replaceable>"</literal> EOF</userinput></screen> + <beginpage/> + <para>These rules will always rename the network cards to <quote>realtek</quote> and <quote>intel</quote>, independently of the original numbering provided by the kernel (i.e.: the original @@ -150,6 +152,8 @@ EOF</userinput></screen> Dynamic Host Configuration Protocol (DHCP), which is addressed in the BLFS book.</para> + <beginpage/> + <para>The <envar>GATEWAY</envar> variable should contain the default gateway IP address, if one is present. If not, then comment out the variable entirely.</para> diff --git a/chapter07/profile.xml b/chapter07/profile.xml index 5f6483133..ebfb8b755 100644 --- a/chapter07/profile.xml +++ b/chapter07/profile.xml @@ -160,6 +160,8 @@ EOF</userinput></screen> 8-bit</quote>). So you can use the <quote>C</quote> locale only if you are sure that you will never need 8-bit characters.</para> + <beginpage/> + <para>UTF-8 based locales are not supported well by many programs. E.g., the <command>watch</command> program displays only ASCII characters in UTF-8 locales and has no such restriction in traditional 8-bit locales like en_US. diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 61bd71cc7..51be13b3a 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -89,6 +89,8 @@ available to userspace processes and to <command>udevd</command> for device node creation.</para> + <beginpage/> + </sect3> <sect3> @@ -180,6 +182,8 @@ generates a uevent. This uevent is then handled by <command>udevd</command> as described above.</para> + <beginpage/> + </sect3> </sect2> @@ -259,6 +263,8 @@ <para>Blacklisted modules can still be loaded manually with the explicit <command>modprobe</command> command.</para> + <beginpage/> + </sect3> <sect3> @@ -331,18 +337,18 @@ <itemizedlist> <listitem> - <para>A Userspace Implementation of <systemitem class="filesystem">devfs</systemitem> - <ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"/></para> + <para remap="verbatin">A Userspace Implementation of <systemitem class="filesystem">devfs</systemitem> +<ulink url="http://www.kroah.com/linux/talks/ols_2003_udev_paper/Reprint-Kroah-Hartman-OLS2003.pdf"/></para> </listitem> <listitem> - <para>udev FAQ - <ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para> + <para remap="verbatin">udev FAQ +<ulink url="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ"/></para> </listitem> <listitem> - <para>The <systemitem class="filesystem">sysfs</systemitem> Filesystem - <ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para> + <para remap="verbatin">The <systemitem class="filesystem">sysfs</systemitem> Filesystem +<ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para> </listitem> </itemizedlist> |