Hi.

I've started to compile BLFS 6.1 using the svn-profile. Attached is a
svn-diff of the updates I had to make to the profile (config & chapter 3). 

This includes

- entitiy updates
- configure-fix for autofs
- change of wget.blfs to the way it is used in lfs-svn-profile (suggested by
me some time ago...)


I intend to send diffs for the following chapters as I complete them. Don't
now how fast this will be. Please let me know if I do this the wrong way or
if it isn't wanted at all.

Regards, 

Torsten.
Index: config_standard/general.ent
===================================================================
--- config_standard/general.ent	(revision 2000)
+++ config_standard/general.ent	(working copy)
@@ -1,9 +1,9 @@
 <!ENTITY real-amp "&#38;#38;">
 
-<!ENTITY blfs-version "SVN-r4742">
+<!ENTITY blfs-version "6.1">
 
 <!ENTITY ldconfig "<execute command='/sbin/ldconfig' />">
 
-<!ENTITY blfs-bootscripts-version "20050531">
+<!ENTITY blfs-bootscripts-version "6.1">
 <!ENTITY blfs-bootscripts-package "blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
 <!ENTITY blfs-bootscripts-directory "blfs-bootscripts-&blfs-bootscripts-version;">
Index: config_standard/config.ent
===================================================================
--- config_standard/config.ent	(revision 2000)
+++ config_standard/config.ent	(working copy)
@@ -5,10 +5,10 @@
 <!ENTITY build_dir "/usr/src/build">
 
 <!-- Your kernel version -->
-<!ENTITY kernel-version "2.6.8.1">
+<!ENTITY kernel-version "2.6.11.12">
 
 <!-- Your kernel directory -->
-<!ENTITY kernel-directory "/usr/src/linux-2.6.8.1">
+<!ENTITY kernel-directory "/usr/src/linux-2.6.11.12">
 
 <!-- Network device -->
 <!ENTITY network-interface "eth0">
Index: config_standard/etc/issue
===================================================================
--- config_standard/etc/issue	(revision 2000)
+++ config_standard/etc/issue	(working copy)
@@ -1,2 +1,2 @@
-Linux From Scratch 5.0
+Linux From Scratch 6.1 
 Running Linux Kernel Version \r on an \m
Index: chapter03/autofs.xml
===================================================================
--- chapter03/autofs.xml	(revision 2000)
+++ chapter03/autofs.xml	(working copy)
@@ -49,7 +49,7 @@
       <base>&build_dir;/&autofs-directory;</base>
     </stageinfo>
     <configure>
-      <param>--prefix=/usr</param>
+      <param>--prefix=/</param>
       <param>--mandir=/usr/share/man</param>
     </configure>
     <make />
Index: wget.blfs
===================================================================
--- wget.blfs	(revision 2000)
+++ wget.blfs	(working copy)
@@ -5,4 +5,4 @@
 	exit 1
 fi
 
-wget -nc -P $1 -i $2
+wget -N -r -nd -P $1 -i $2
Index: wget/bootscripts.urls
===================================================================
--- wget/bootscripts.urls	(revision 2000)
+++ wget/bootscripts.urls	(working copy)
@@ -1 +1 @@
-http://www.linuxfromscratch.org/blfs/downloads/svn/blfs-bootscripts-20050531.tar.bz2
+http://www.linuxfromscratch.org/blfs/downloads/6.1/blfs-bootscripts-6.1.tar.bz2
-- 
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to