Changeset 125db61


Ignore:
Timestamp:
09/21/2010 03:25:00 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.7
Parents:
f9975e9
Message:

Updated for pdf rendering

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.7/BOOK@9381 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/generalinstructions.xml

    rf9975e9 r125db61  
    7676
    7777<screen role="nodump">
    78 1. Place all the sources and patches in a directory that will be accessible from the
    79    chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
     781. Place all the sources and patches in a directory that will be accessible
     79   from the chroot envronment such as /mnt/lfs/sources/.  Do <emphasis>not</emphasis>
     80   put sources in /mnt/lfs/tools/.
    80812. Change to the sources directory.
    81823. For each package:
  • chapter08/grub.xml

    rf9975e9 r125db61  
    130130        set root=(hd0,2)
    131131        search --no-floppy --fs-uuid --set 6b4c0339-5501-4a85-8351-e398e5252be8
    132         linux   /boot/vmlinuz-2.6.28-11-server root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro
     132        linux   /boot/vmlinuz-2.6.28-11-server \
     133                root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro
    133134        initrd  /boot/initrd.img-2.6.28-11-server
    134135}
     
    137138        set root=(hd0,2)
    138139        search --no-floppy --fs-uuid --set 6b4c0339-5501-4a85-8351-e398e5252be8
    139         linux   /boot/vmlinuz-2.6.28-11-server root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro single
     140        linux   /boot/vmlinuz-2.6.28-11-server \
     141                root=UUID=6b4c0339-5501-4a85-8351-e398e5252be8 ro single
    140142        initrd  /boot/initrd.img-2.6.28-11-server
    141143}
  • packages.ent

    rf9975e9 r125db61  
    290290<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    291291
    292 <!ENTITY lfs-bootscripts-version "20100627">                 <!-- Scripts depend on this format -->
    293 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
     292<!ENTITY lfs-bootscripts-version "20100627"> <!-- Scripts depend on this format -->
     293<!ENTITY lfs-bootscripts-size "43 KB">     
    294294<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    295 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->
     295<!ENTITY lfs-bootscripts-md5 "8d9bdd8176ccf4c26a86f76e97c1e9ca">
    296296<!ENTITY lfs-bootscripts-home " ">
    297 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
     297<!ENTITY lfs-bootscripts-ch7-du "468 KB">
    298298<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    299299
     
    529529
    530530<!ENTITY udev-config "udev-config-20100128"> <!-- Scripts depend on this format -->
    531 <!ENTITY udev-config-size "UDEV-SIZE KB">    <!-- Updated in Makefile -->
     531<!ENTITY udev-config-size "7 KB">    <!-- Updated in Makefile -->
    532532<!ENTITY udev-config-url "&downloads-root;&udev-config;.tar.bz2">
    533 <!ENTITY udev-config-md5 "UDEV-MD5SUM">      <!-- Updated in Makefile -->
     533<!ENTITY udev-config-md5 "f417a8c9f43e50fbd43797c0f0a1a7da">
    534534<!ENTITY udev-config-home " ">
    535535
Note: See TracChangeset for help on using the changeset viewer.