Changeset fb40919 for BOOK/bootscripts/common
- Timestamp:
- Jun 21, 2006, 2:53:33 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a702d3f
- Parents:
- 0de816f8
- Location:
- BOOK/bootscripts/common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootscripts/common/console.xml
r0de816f8 rfb40919 27 27 url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. A pre-made 28 28 <filename>/etc/sysconfig/console</filename> file with known settings for 29 several countries was installed with the LFS-Bootscripts package, so the29 several countries was installed with the CLFS-Bootscripts package, so the 30 30 relevant section can be uncommented if the country is supported. If still 31 31 in doubt, look in the <filename class="directory">/usr/share/kbd</filename> -
BOOK/bootscripts/common/introduction.xml
r0de816f8 rfb40919 11 11 <title>Introduction</title> 12 12 13 <para>This chapter details how to install and configure the LFS-Bootscripts13 <para>This chapter details how to install and configure the CLFS-Bootscripts 14 14 package. Most of these scripts will work without modification, but a few 15 15 require additional configuration files because they deal with -
BOOK/bootscripts/common/network.xml
r0de816f8 rfb40919 58 58 59 59 <para>The <envar>SERVICE</envar> variable defines the method used for 60 obtaining the IP address. The LFS-Bootscripts package has a modular IP60 obtaining the IP address. The CLFS-Bootscripts package has a modular IP 61 61 assignment format, and creating additional files in the <filename 62 62 class="directory">/etc/sysconfig/network-devices/services</filename> -
BOOK/bootscripts/common/profile.xml
r0de816f8 rfb40919 119 119 from Glibc.</para> 120 120 121 <para>Some packages beyond LFS may also lack support for your chosen locale.121 <para>Some packages beyond CLFS may also lack support for your chosen locale. 122 122 One example is the X library (part of the X Window System), which outputs 123 123 the following error message:</para> … … 161 161 require additional steps and additional patches because many applications 162 162 tend to not work properly under such conditions. These steps and patches 163 are not included in the LFS book and such locales are not yet supported164 by LFS.</para>163 are not included in the CLFS book and such locales are not yet supported 164 by CLFS.</para> 165 165 166 166 </sect1> -
BOOK/bootscripts/common/udev.xml
r0de816f8 rfb40919 9 9 <?dbhtml filename="udev.html"?> 10 10 11 <title>Device and Module Handling on a nLFS System</title>11 <title>Device and Module Handling on a CLFS System</title> 12 12 13 13 <indexterm zone="ch-scripts-udev"> … … 99 99 the rules specified in the files within the <filename 100 100 class="directory">/etc/udev/rules.d/</filename> directory. These are 101 numbered in a similar fashion to the LFS-Bootscripts package. If101 numbered in a similar fashion to the CLFS-Bootscripts package. If 102 102 <command>udev</command> can't find a rule for the device it is creating, 103 103 it will default permissions to <emphasis>660</emphasis> and ownership to … … 129 129 this method will not work because the device node does not exist until 130 130 the module is loaded. To solve this, the <command>S05modules</command> 131 bootscript was added to the LFS-Bootscripts package, along with the131 bootscript was added to the CLFS-Bootscripts package, along with the 132 132 <filename>/etc/sysconfig/modules</filename> file. By adding module 133 133 names to the <filename>modules</filename> file, these modules will be -
BOOK/bootscripts/common/usage.xml
r0de816f8 rfb40919 19 19 different from one system to another, so it cannot be assumed that 20 20 because things worked in one particular Linux distribution, they should work 21 the same in LFS too.LFS has its own way of doing things, but it21 the same in CLFS too. CLFS has its own way of doing things, but it 22 22 respects generally accepted standards.</para> 23 23 … … 124 124 125 125 <para>Feel free to modify the way the boot process works (after all, 126 it is your own LFS system). The files given here are an example of how126 it is your own CLFS system). The files given here are an example of how 127 127 it can be done.</para> 128 128
Note:
See TracChangeset
for help on using the changeset viewer.