Blame SOURCES/0030-Makefile.am-default_payload.elf-Add-modules-multiboo.patch

23d2ea
From 62d74eb68cebd48250469a1bfd4a042267fb04c9 Mon Sep 17 00:00:00 2001
39700a
From: Vladimir Serbinenko <phcoder@gmail.com>
39700a
Date: Sat, 18 Jan 2014 19:43:19 +0100
23d2ea
Subject: [PATCH 030/198] * Makefile.am (default_payload.elf): Add modules
23d2ea
 multiboot cbmemc linux16 gzio echo help.
39700a
39700a
---
39700a
 ChangeLog   | 7 ++++++-
39700a
 Makefile.am | 2 +-
39700a
 2 files changed, 7 insertions(+), 2 deletions(-)
39700a
39700a
diff --git a/ChangeLog b/ChangeLog
39700a
index edceb66..cff9386 100644
39700a
--- a/ChangeLog
39700a
+++ b/ChangeLog
39700a
@@ -1,4 +1,9 @@
39700a
-2014-01-01  Mike Gilbert <floppym@gentoo.org>
39700a
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
39700a
+
39700a
+	* Makefile.am (default_payload.elf): Add modules
39700a
+	multiboot cbmemc linux16 gzio echo help.
39700a
+
39700a
+2014-01-18  Mike Gilbert <floppym@gentoo.org>
39700a
 
39700a
 	* Makefile.util.def: Link grub-ofpathname with zfs libs.
39700a
 
39700a
diff --git a/Makefile.am b/Makefile.am
39700a
index aa526f5..97c062d 100644
39700a
--- a/Makefile.am
39700a
+++ b/Makefile.am
39700a
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
39700a
 
39700a
 if COND_i386_coreboot
39700a
 default_payload.elf: grub-mkstandalone grub-mkimage
39700a
-	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard usbms part_msdos xfs ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' --install-modules='ls linux search configfile normal cbtime cbls memrw iorw minicmd lsmmap lspci halt reboot hexdump pcidump regexp setpci lsacpi chain test serial' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
39700a
+	pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci pata ehci uhci ohci usb_keyboard usbms part_msdos xfs ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' --install-modules='ls linux search configfile normal cbtime cbls memrw iorw minicmd lsmmap lspci halt reboot hexdump pcidump regexp setpci lsacpi chain test serial multiboot cbmemc linux16 gzio echo help' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
39700a
 endif
39700a
 
39700a
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows
39700a
-- 
23d2ea
2.7.4
39700a