Changeset b71fa50 for bootscripts
- Timestamp:
- Jun 21, 2006, 2:53:33 PM (18 years ago)
- Children:
- 73c89fd
- Parents:
- 9fcb5e4
- Location:
- bootscripts
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/common/console.xml
r9fcb5e4 rb71fa50 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> -
bootscripts/common/introduction.xml
r9fcb5e4 rb71fa50 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 -
bootscripts/common/network.xml
r9fcb5e4 rb71fa50 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> -
bootscripts/common/profile.xml
r9fcb5e4 rb71fa50 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> -
bootscripts/common/udev.xml
r9fcb5e4 rb71fa50 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 -
bootscripts/common/usage.xml
r9fcb5e4 rb71fa50 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 -
bootscripts/mips/bootscripts.xml
r9fcb5e4 rb71fa50 9 9 <?dbhtml filename="bootscripts.html"?> 10 10 11 <title> LFS-Bootscripts-&lfs-bootscripts-version;</title>11 <title>CLFS-Bootscripts-&lfs-bootscripts-version;</title> 12 12 13 13 <indexterm zone="ch-scripts-bootscripts"> … … 20 20 21 21 <sect2 role="installation"> 22 <title>Installation of LFS-Bootscripts</title>22 <title>Installation of CLFS-Bootscripts</title> 23 23 24 24 <para>Need to update the current bootscripts to handle LCD
Note:
See TracChangeset
for help on using the changeset viewer.