SPECS (LINUX_2_6): kernel.spec - fix nfsroot bcond

baggins baggins at pld-linux.org
Mon May 8 18:56:06 CEST 2006


Author: baggins                      Date: Mon May  8 16:56:06 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- fix nfsroot bcond

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1538 -> 1.441.2.1539) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1538 SPECS/kernel.spec:1.441.2.1539
--- SPECS/kernel.spec:1.441.2.1538	Mon May  8 18:54:40 2006
+++ SPECS/kernel.spec	Mon May  8 18:56:00 2006
@@ -892,8 +892,8 @@
 	echo "CONFIG_FB_SPLASH=y" >> arch/%{_target_base_arch}/defconfig
 
 %if %{with nfsroot}
-	sed -i "s:CONFIG_NFS_FS=m:CONFIG_NFS_FS=y:" $1
-	echo "CONFIG_ROOT_NFS=y" >>$1
+	sed -i "s:CONFIG_NFS_FS=m:CONFIG_NFS_FS=y:" arch/%{_target_base_arch}/defconfig
+	echo "CONFIG_ROOT_NFS=y" >> arch/%{_target_base_arch}/defconfig
 %endif
 
 %{?debug:sed -i "s:# CONFIG_DEBUG_SLAB is not set:CONFIG_DEBUG_SLAB=y:" arch/%{_target_base_arch}/defconfig}
@@ -1607,6 +1607,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1539  2006/05/08 16:56:00  baggins
+- fix nfsroot bcond
+
 Revision 1.441.2.1538  2006/05/08 16:54:40  baggins
 - added nfsroot bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1538&r2=1.441.2.1539&f=u



More information about the pld-cvs-commit mailing list