[Lunar-commits] CVS: moonbase/utils/grub BUILD, 1.4, 1.5 DETAILS, 1.10, 1.11

Terry Chan tchan at lunar-linux.org
Sun Jan 30 15:42:51 UTC 2005


Update of /var/cvs/lunar/moonbase/utils/grub
In directory espresso.foo-projects.org:/tmp/cvs-serv14526

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump to grub-0.96. Compiled/tested with gcc-3.3.3, glibc-2.3.4,
kernel headers 2.4.x.  Adds the "new" features grub-set-default, default saved,
fallback, savedefault.  So now grub can be used to test boot kernels remotely
with various fallbacks. Read the info pages!  Especially Section 4.3.2. Booting
fallback systems.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/grub/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	26 Jan 2004 19:14:24 -0000	1.4
+++ BUILD	30 Jan 2005 15:42:48 -0000	1.5
@@ -8,6 +8,6 @@
   if [ ! -d /boot/grub ] ; then
     mkdir -p /boot/grub
   fi
-  cp /usr/share/grub/i386-pc/*1_5 /usr/share/grub/i386-pc/stage* /boot/grub
+  cp /usr/lib/grub/i386-pc/*1_5 /usr/lib/grub/i386-pc/stage* /boot/grub
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/grub/DETAILS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DETAILS	6 Oct 2004 09:09:19 -0000	1.10
+++ DETAILS	30 Jan 2005 15:42:49 -0000	1.11
@@ -1,13 +1,12 @@
           MODULE=grub
-         VERSION=0.95
-        #VERSION=0.94
+         VERSION=0.96
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=ftp://alpha.gnu.org/gnu/grub/
    SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/grub/
-      SOURCE_VFY=md5:4ca8e4363d5f1980f2c63b7f5cdbe0d1
+      SOURCE_VFY=sha1:2520b03c8990ffe900cfc4fabd800d1056014f48
         WEB_SITE=http://www.gnu.org/software/grub
          ENTERED=20020310
-         UPDATED=20040614
+         UPDATED=20050130
       MAINTAINER=tchan at lunar-linux.org
            SHORT="GNU GRUB boot loader"
 



More information about the Lunar-commits mailing list