Changeset 9f403c63


Ignore:
Timestamp:
03/02/2013 01:42:08 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
7.3
Children:
e80d794
Parents:
7348b95
Message:

Make bootscripts data constant

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r7348b95 r9f403c63  
    9292          -o $(RENDERTMP)/lfs-full.xml index.xml
    9393        $(Q)rm -f appendices/*.script
    94         $(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
     94        #$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
    9595        @echo "Validation complete."
    9696
  • packages.ent

    r7348b95 r9f403c63  
    304304
    305305<!ENTITY lfs-bootscripts-version "20130123">                 <!-- Scripts depend on this format -->
    306 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
     306<!ENTITY lfs-bootscripts-size "33 KB">         <!-- Updated in Makefile -->
    307307<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    308 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->
     308<!ENTITY lfs-bootscripts-md5 "2a53fcba68e9f5ed6770c47f05987959">
    309309<!ENTITY lfs-bootscripts-home " ">
    310 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
     310<!ENTITY lfs-bootscripts-ch7-du "256 KB">
    311311<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    312312
Note: See TracChangeset for help on using the changeset viewer.