New commits:
commit d9827e06a5b14d430182755124b3e27d579bf120
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
grub2 - force minimise size of kernel.img
diff --git a/disk/grub2/BUILD b/disk/grub2/BUILD
index e9092c9..564f1c6 100755
--- a/disk/grub2/BUILD
+++ b/disk/grub2/BUILD
@@ -1,4 +1,5 @@
OPTS="${OPTS} ${GRUB2_OPTS} -disable-werror" &&
CFLAGS=${CFLAGS/-m64/} &&
+CFLAGS=${CFLAGS/-O?/-Os} &&
disable_pic force &&
default_build
diff --git a/disk/grub2/DEPENDS b/disk/grub2/DEPENDS
index 3891283..d21f5d9 100755
--- a/disk/grub2/DEPENDS
+++ b/disk/grub2/DEPENDS
@@ -10,6 +10,11 @@ if [[ "${GRUB2_SVN}" = 'y' ]]; then
depends RUBY
fi &&
+optional_depends lvm \
+ '--enable-device-mapper' \
+ '--disable-device-mapper' \
+ 'device Mapper/ RAID support' &&
+
optional_depends freetype2 \
'--enable-grub-mkfont' \
'--disable-grub-mkfont' \
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 45ae6ce..8e6c388 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,9 @@
+2012-01-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: explicity disable device mapper/ LVM support
+ * BUILD: force -Os
+ without this, the kernel image is too big to install on one of my
machines
+ * grub-default: update to latest syntax
+
2012-01-11 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: force disable_pic for all architectures