New commits:
commit 63cc8ceb40994de5ef7c545e3fda79258c2f4a6a
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>
grub: Added query for graphical boot screen. Bug 12852.
+config_query GRUB_GRAPHICS "Enable graphical boot screen?" n
&&
config_query GRUB_EXT2 "Enable ext2 support in stage 2?" y
&&
config_query GRUB_FAT "Enable FAT16/32 support in stage 2?" y
&&
config_query GRUB_FFS "Enable FFS support in stage 2?" y
&&
diff --git a/disk/grub/HISTORY b/disk/grub/HISTORY
index 1070c20..dc7a870 100644
--- a/disk/grub/HISTORY
+++ b/disk/grub/HISTORY
@@ -1,3 +1,8 @@
+2007-03-15 George Sherwood <george AT beernabeer.com>
+ * CONFIGURE: Add query to use graphical boot screen. Bug #12852
+ * PRE_BUILD: Added if statement to check if user wants to
+ apply graphics patch
+
2007-03-03 Jeremy Blosser <jblosser-smgl AT firinn.org>
* INSTALL: Replace bad TRACK_ROOT usage (automated).