Changeset 040521bc for BOOK/final-system/x86
- Timestamp:
- Sep 22, 2006, 8:30:38 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:
- 8953f24
- Parents:
- 5921622
- Location:
- BOOK/final-system/x86
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86/glibc.xml
r5921622 r040521bc 238 238 <filename>/etc/localtime</filename> file by running:</para> 239 239 240 <screen><userinput>cp - fv/usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \240 <screen><userinput>cp -v --remove-destination /usr/share/zoneinfo/<replaceable>[xxx]</replaceable> \ 241 241 /etc/localtime</userinput></screen> 242 242 -
BOOK/final-system/x86/grub.xml
r5921622 r040521bc 54 54 <screen os="g"><userinput>make install 55 55 mkdir -pv /boot/grub 56 cp -v /usr/lib/grub/ i386-pc/stage{1,2} /boot/grub</userinput></screen>56 cp -v /usr/lib/grub/*/stage{1,2} /boot/grub</userinput></screen> 57 57 58 <para os="h">Replace <filename class="directory">i386-pc</filename> with whatever 59 directory is appropriate for the hardware in use.</para> 60 61 <para os="i">The <filename class="directory">i386-pc</filename> directory 62 contains a number of <filename>*stage1_5</filename> files, different 63 ones for different file systems. Review the files available and copy 64 the appropriate ones to the <filename 58 <para os="h">The directory in 59 <filename class="directory">/usr/lib/grub</filename> (its name depends 60 on your arch) contains a number of <filename>*stage1_5</filename> files, 61 different ones for different file systems. Review the files available and 62 copy the appropriate ones to the <filename 65 63 class="directory">/boot/grub</filename> directory. Most users will 66 64 copy the <filename>e2fs_stage1_5</filename> and/or -
BOOK/final-system/x86/linux-headers.xml
r5921622 r040521bc 53 53 54 54 <seglistitem> 55 <seg>/usr/include/{asm, linux}/*.h</seg>55 <seg>/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</seg> 56 56 </seglistitem> 57 57 </segmentedlist> … … 64 64 <varlistentry id="linux-headers"> 65 65 <term><filename 66 class="headerfile">/usr/include/{asm, linux}/*.h</filename></term>66 class="headerfile">/usr/include/{asm,asm-generic,linux,mtd,scsi,sound}/*.h</filename></term> 67 67 <listitem> 68 68 <para>The Linux API headers</para>
Note:
See TracChangeset
for help on using the changeset viewer.