[Lunar-commits] <moonbase-core> Grub2: update to stable version
samuel verstraete
samuel.verstraete at gmail.com
Sat Aug 4 17:51:57 CEST 2012
commit 6e2474866618ab3b748f02ee1e7047e9124e1d5c
Author: samuel verstraete <samuel.verstraete at gmail.com>
Date: Sat, 04 Aug 2012 08:51:57 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/6e2474866618ab3b748f02ee1e7047e9124e1d5c
Grub2: update to stable version
---
system/grub2/BUILD +14/-2
system/grub2/DEPENDS +2/-0
system/grub2/DETAILS +4/-7
3 files changed, 20 insertions (+), 9 deletions (-)
--- a/system/grub2/BUILD
+++ b/system/grub2/BUILD
@@ -1,4 +1,16 @@
(
- patch_it $MODULE-$VERSION-lunar.patch 1 &&
- default_build
+
+ unset CPP CXX CC CFLAGS CXXFLAGS CPPFLAGS LDFLAGS &&
+
+ OPTS+=" --with-platform="pc" \
+ --enable-mm-debug \
+ --enable-nls \
+ --enable-cache-stats \
+ --enable-grub-mkfont \
+ --disable-werror \
+ --with-bootdir=/boot \
+ --with-grubdir=grub " &&
+
+ default_build
+
) > $C_FIFO 2>&1
--- a/system/grub2/DEPENDS
+++ b/system/grub2/DEPENDS
@@ -3,3 +3,5 @@ depends gettext
depends bison
optional_depends "os-prober" "" "" "for OS auto-detection on other partitions"
+optional_depends "lvm2" "--enable-device-mapper" "--disable-device-mapper" "enable Linux device-mapper support"
+optional_depends "fuse" "--enable-grub-mount" "--disable-grub-mount" "build and install the grub-mount utility"
--- a/system/grub2/DETAILS
+++ b/system/grub2/DETAILS
@@ -1,16 +1,13 @@
MODULE=grub2
- VERSION=1.98
+ VERSION=2.00
SOURCE=grub-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-lunar.patch
- SOURCE_URL[0]=ftp://alpha.gnu.org/gnu/grub
+ SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/grub
SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/grub
- SOURCE2_URL=$PATCH_URL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/grub-$VERSION
- SOURCE_VFY=sha1:e83a2c438f4773a2e272c225983c0145e1ffd641
- SOURCE2_VFY=sha1:9bb228113d7a56270034414dea74f2c8b9c9affa
+ SOURCE_VFY=sha1:fcb39b621680caf34071abcb9ec913d5da458554
WEB_SITE=http://www.gnu.org/software/grub
ENTERED=20100112
- UPDATED=20100112
+ UPDATED=20120802
MAINTAINER=dagbrown at lunar-linux.org
SHORT="GNU GRUB boot loader"
More information about the Lunar-commits
mailing list