CVS: moonbase/kernel/linux-beta POST_INSTALL,1.3,1.4
    Jaime Buffery 
    nestu at lunar-linux.org
       
    Wed Nov 19 21:17:09 GMT 2003
    
    
  
Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13705
Modified Files:
	POST_INSTALL 
Log Message:
changed message to show "[y|N]" as it should
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	6 Aug 2003 11:52:06 -0000	1.3
+++ POST_INSTALL	19 Nov 2003 21:17:07 -0000	1.4
@@ -124,7 +124,7 @@
           ;;
   esac
 
-  message "Install GRUB into MBR of first drive? [y|Y]"
+  message "Install GRUB into MBR of first drive? [y|N]"
   read GRUB_FIRST_DRIVE
   case $GRUB_FIRST_DRIVE in
     y|Y) GRUB_BOOT_DEVICE="(hd0)" ;; 
    
    
More information about the Lunar-commits
mailing list