mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Updated for pdf rendering
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.7/BOOK@9381 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f9975e9153
commit
125db611fb
@ -75,8 +75,9 @@
|
||||
<para>To re-emphasize the build process:</para>
|
||||
|
||||
<screen role="nodump">
|
||||
1. Place all the sources and patches in a directory that will be accessible from the
|
||||
chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
|
||||
1. Place all the sources and patches in a directory that will be accessible
|
||||
from the chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis>
|
||||
put sources in /mnt/lfs/tools/.
|
||||
2. Change to the sources directory.
|
||||
3. For each package:
|
||||
a. Using the tar program, extract the package to be built.
|
||||
|
@ -129,14 +129,16 @@ menuentry "GNU/Linux, Linux 2.6.28-11-server" {
|
||||
insmod ext2
|
||||
set root=(hd0,2)
|
||||
search --no-floppy --fs-uuid --set 6b4c0339-5501-4a85-8351-e398e5252be8
|
||||
linux /boot/vmlinuz-2.6.28-11-server root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro
|
||||
linux /boot/vmlinuz-2.6.28-11-server \
|
||||
root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro
|
||||
initrd /boot/initrd.img-2.6.28-11-server
|
||||
}
|
||||
menuentry "GNU/Linux, Linux 2.6.28-11-server (recovery mode)" {
|
||||
insmod ext2
|
||||
set root=(hd0,2)
|
||||
search --no-floppy --fs-uuid --set 6b4c0339-5501-4a85-8351-e398e5252be8
|
||||
linux /boot/vmlinuz-2.6.28-11-server root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro single
|
||||
linux /boot/vmlinuz-2.6.28-11-server \
|
||||
root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro single
|
||||
initrd /boot/initrd.img-2.6.28-11-server
|
||||
}
|
||||
### END /etc/grub.d/10_linux ###
|
||||
|
12
packages.ent
12
packages.ent
@ -289,12 +289,12 @@
|
||||
<!ENTITY less-ch6-du "2.9 MB">
|
||||
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY lfs-bootscripts-version "20100627"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
|
||||
<!ENTITY lfs-bootscripts-version "20100627"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY lfs-bootscripts-size "43 KB">
|
||||
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
||||
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
|
||||
<!ENTITY lfs-bootscripts-md5 "8d9bdd8176ccf4c26a86f76e97c1e9ca">
|
||||
<!ENTITY lfs-bootscripts-home " ">
|
||||
<!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
|
||||
<!ENTITY lfs-bootscripts-ch7-du "468 KB">
|
||||
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY libtool-version "2.2.10">
|
||||
@ -528,9 +528,9 @@
|
||||
<!ENTITY udev-testfiles-du "37 MB">
|
||||
|
||||
<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY udev-config-size "UDEV-SIZE KB"> <!-- Updated in Makefile -->
|
||||
<!ENTITY udev-config-size "7 KB"> <!-- Updated in Makefile -->
|
||||
<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
|
||||
<!ENTITY udev-config-md5 "UDEV-MD5SUM"> <!-- Updated in Makefile -->
|
||||
<!ENTITY udev-config-md5 "f417a8c9f43e50fbd43797c0f0a1a7da">
|
||||
<!ENTITY udev-config-home " ">
|
||||
|
||||
<!ENTITY util-linux-ng-version "2.18">
|
||||
|
Loading…
Reference in New Issue
Block a user