Changeset fb40919 for BOOK/bootable/x86
- Timestamp:
- Jun 21, 2006, 2:53:33 PM (19 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/bootable/x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/x86/grub.xml
r0de816f8 rfb40919 9 9 <?dbhtml filename="grub.html"?> 10 10 11 <title>Making the LFS System Bootable</title>11 <title>Making the CLFS System Bootable</title> 12 12 13 13 <indexterm zone="ch-bootable-grub"> … … 16 16 </indexterm> 17 17 18 <para os="a">Your shiny new LFS system is almost complete. One of the last18 <para os="a">Your shiny new CLFS system is almost complete. One of the last 19 19 things to do is to ensure that the system can be properly booted. The 20 20 instructions below apply only to computers of IA-32 architecture, … … 71 71 a third party boot manager to manage the Master Boot Record (MBR). 72 72 In this scenario, it would make more sense to install GRUB into the 73 <quote>boot sector</quote> of the LFS partition. In this case, this73 <quote>boot sector</quote> of the CLFS partition. In this case, this 74 74 next command would become <userinput>setup (hd0,3)</userinput>.</para> 75 75 </warning> … … 101 101 color green/black light-green/black 102 102 103 # The first entry is for LFS.104 title LFS &version;103 # The first entry is for CLFS. 104 title CLFS &version; 105 105 root (hd0,3) 106 106 kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal> -
BOOK/bootable/x86/kernel.xml
r0de816f8 rfb40919 51 51 enabled and built into the kernel, not as modules. BLFS has 52 52 some information regarding particular kernel configuration requirements of 53 packages outside of LFS at <ulink53 packages outside of CLFS at <ulink 54 54 url="&blfs-root;view/svn/longindex.html#kernel-config-index"/>:</para> 55 55 … … 144 144 <filename class="symlink">/usr/src/linux</filename> pointing to the 145 145 kernel source directory. This is specific to kernels prior to the 146 2.6 series and <emphasis>must not</emphasis> be created on a nLFS146 2.6 series and <emphasis>must not</emphasis> be created on a CLFS 147 147 system as it can cause problems for packages you may wish to build 148 once your base LFS system is complete.</para>148 once your base CLFS system is complete.</para> 149 149 150 150 <para>Also, the headers in the system's <filename
Note:
See TracChangeset
for help on using the changeset viewer.