[SM-Commit] GIT changes to master grimoire by Arjan Bouter (162e1e6ecb9ed60a6f9cefe9e368a136941b15f9)

Arjan Bouter scm at sourcemage.org
Tue Sep 20 04:56:03 EDT 2011


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 disk/grub2/CONFIGURE |    2 ++
 disk/grub2/HISTORY   |    3 +++
 2 files changed, 5 insertions(+)

New commits:
commit 8e58cbc0e640d6dbd5a4647d5737cf39a39065a1
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    grub2: remove unused options left in GRUB2_OPTS. fixes bug #212

diff --git a/disk/grub2/CONFIGURE b/disk/grub2/CONFIGURE
index f565465..f79d5ef 100755
--- a/disk/grub2/CONFIGURE
+++ b/disk/grub2/CONFIGURE
@@ -2,6 +2,8 @@
 # mkfont moved to an optional dependency
 #
 list_remove  GRUB2_OPTS  '--enable-grub-mkfont'  &&
+list_remove  GRUB2_OPTS  '--enable-grub-emu'  &&
+list_remove  GRUB2_OPTS  '--enable-grub-pe2elf'  &&
 
 config_query_option GRUB2_OPTS 'include memory manger debugging?' n \
                              '--enable-mm-debug' \
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 66b290d..2bbdb30 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,6 @@
+2011-09-20 Arjan Bouter <abouter at sourcemage.org>
+	* CONFIGURE: remove obsolete emu and pe2elf options from GRUB_OPTS (fixes bug #212)
+
 2011-08-17 Robin Cook <rcook at wyrms.net>
 	* BUILD: added configure switch to disable -Werror
 


More information about the SM-Commit mailing list