[Lunar-commits] CVS: moonbase/utils/grub BUILD, 1.3, 1.4 DETAILS,
1.5, 1.6 menu.lst, 1.5, 1.6
Terry Chan
tchan at lunar-linux.org
Mon Jan 26 19:14:26 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/grub
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24981
Modified Files:
BUILD DETAILS menu.lst
Log Message:
Version bump to 0.94 from florin. He tested on gcc-3.3.2. I tested on
gcc-3.2.3. Works fine on all my x86 lunar boxes.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/grub/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 18 May 2003 07:03:15 -0000 1.3
+++ BUILD 26 Jan 2004 19:14:24 -0000 1.4
@@ -1,7 +1,5 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
unset CFLAGS CXXFLAGS CPPFLAGS &&
default_build &&
gzip -9 ChangeLog &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/grub/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 6 Nov 2003 02:55:11 -0000 1.5
+++ DETAILS 26 Jan 2004 19:14:24 -0000 1.6
@@ -1,17 +1,17 @@
MODULE=grub
- VERSION=0.93
- #VERSION=0.92
+ VERSION=0.94
+ #VERSION=0.93
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-type-fix.patch.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=ftp://alpha.gnu.org/gnu/grub/$SOURCE
SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/grub/$SOURCE
- SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+ SOURCE_VFY=md5:299672a99cf59656e653d8ffd7851b56
WEB_SITE=http://www.gnu.org/software/grub
ENTERED=20020310
- UPDATED=20030518
- SHORT="GNU GRUB boot loader"
- MAINTAINER=tchan at lunar-linux.com
+ UPDATED=20040126
+ MAINTAINER=tchan at lunar-linux.com
+ SHORT="GNU GRUB boot loader"
+
cat << EOF
GNU GRUB is a Multiboot boot loader. It was derived from GRUB, GRand
Unified Bootloader, which was originally designed and implemented by
@@ -33,8 +33,8 @@
default 0
timeout 30
-title=Lunar kernel 2.4.22
+title=Lunar kernel 2.4.24
root (hd0,0)
-kernel /vmlinubz-2.4.22 root=/dev/hda3 devfs=nomount
+kernel /vmlinubz-2.4.24 root=/dev/hda3 devfs=nomount
EOF
Index: menu.lst
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/grub/menu.lst,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- menu.lst 6 Nov 2003 02:55:11 -0000 1.5
+++ menu.lst 26 Jan 2004 19:14:24 -0000 1.6
@@ -1,6 +1,6 @@
default 0
timeout 30
color white/blue white/black
-title=Lunar kernel 2.4.22
+title=Lunar kernel 2.4.24
root (hd0,0)
-kernel /vmlinubz-2.4.22 root=/dev/hda3 devfs=nomount
+kernel /vmlinubz-2.4.24 root=/dev/hda3 devfs=nomount
More information about the Lunar-commits
mailing list