diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-26 16:40:50 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-09-26 16:40:50 +0000 |
commit | d8efcaddcc8033ed839e7055dfcd788a106bc3b9 (patch) | |
tree | 3331694a7ec7a2f9fba32743da4dd4092b115fcf /packages.ent | |
parent | 240ff150c6a2700866b7cf9505f5af933f3df3e3 (diff) |
Correct syntax in modules boot script
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9603 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'packages.ent')
-rw-r--r-- | packages.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.ent b/packages.ent index a3539db07..b624fe3a3 100644 --- a/packages.ent +++ b/packages.ent @@ -298,7 +298,7 @@ <!ENTITY less-ch6-du "3.5 MB"> <!ENTITY less-ch6-sbu "less than 0.1 SBU"> -<!ENTITY lfs-bootscripts-version "20110923"> <!-- Scripts depend on this format --> +<!ENTITY lfs-bootscripts-version "20110926"> <!-- Scripts depend on this format --> <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2"> <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile --> |