[Lunar-commits] CVS: moonbase/kernel/linux-beta POST_INSTALL, 1.8, 1.9

Veerappan watryac04 at lunar-linux.org
Sat Jan 10 22:44:50 GMT 2004


Update of /var/cvs/lunar/moonbase/kernel/linux-beta
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2015

Modified Files:
	POST_INSTALL 
Log Message:
Added aboot to the list of bootloaders to update after kernel 
installation.  As of yet, this does nothing.  After changing the 
CONFIGURE script, this will prevent linux-beta from trying to update 
grub on Alphas.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-beta/POST_INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- POST_INSTALL	6 Jan 2004 12:39:32 -0000	1.8
+++ POST_INSTALL	10 Jan 2004 22:44:48 -0000	1.9
@@ -4,6 +4,7 @@
 case  $BOOT_LOADER  in
   lilo)  update_lilo   ${VERSION}-beta  b-${LABEL} ;;
   grub)  update_grub   ${VERSION}-beta  b-${LABEL} ;;
+  aboot)  update_aboot   ${VERSION}-beta  b-${LABEL} ;;
 esac
 
 



More information about the Lunar-commits mailing list