[Lunar-commits] CVS: moonbase/kernel/linux-2.6-ck CONFIGURE, 1.3, 1.4

Jaime Buffery nestu at lunar-linux.org
Sat Jan 15 11:02:06 UTC 2005


Update of /var/cvs/lunar/moonbase/kernel/linux-2.6-ck
In directory espresso.foo-projects.org:/tmp/cvs-serv11314

Modified Files:
	CONFIGURE 
Log Message:
Adding the questions that ask about editing the conf file after linning


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-2.6-ck/CONFIGURE,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CONFIGURE	8 Jan 2005 00:08:50 -0000	1.3
+++ CONFIGURE	15 Jan 2005 11:02:02 -0000	1.4
@@ -2,8 +2,14 @@
 
 if [ "`get_module_config USE_GRUB`" = "y" ]; then 
     set_module_config "USE_LILO" "n" ; 
+
+    mquery CONFIG_GRUB "Configure grub?" n
 else 
     mquery USE_LILO "Configure this kernel to load from lilo?" n
+    
+    if [ "`get_module_config USE_LILO`" = "y" ]; then
+	mquery CONFIG_LILO "Configure lilo?" n    
+    fi     		  
 fi
 
 mquery PREFER_XCONFIG "Do you prefer xconfig over menuconfig?" n



More information about the Lunar-commits mailing list