dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

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

4fe85b
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
4fe85b
From: Vladimir Serbinenko <phcoder@gmail.com>
4fe85b
Date: Sat, 18 Jan 2014 19:43:19 +0100
4fe85b
Subject: [PATCH] * Makefile.am (default_payload.elf): Add modules multiboot
4fe85b
 cbmemc linux16 gzio echo help.
4fe85b
4fe85b
---
4fe85b
 Makefile.am | 2 +-
4fe85b
 ChangeLog   | 7 ++++++-
4fe85b
 2 files changed, 7 insertions(+), 2 deletions(-)
4fe85b
4fe85b
diff --git a/Makefile.am b/Makefile.am
4fe85b
index aa526f573c3..97c062d7d35 100644
4fe85b
--- a/Makefile.am
4fe85b
+++ b/Makefile.am
4fe85b
@@ -399,7 +399,7 @@ bootcheck: $(BOOTCHECKS)
4fe85b
 
4fe85b
 if COND_i386_coreboot
4fe85b
 default_payload.elf: grub-mkstandalone grub-mkimage
4fe85b
-	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
4fe85b
+	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
4fe85b
 endif
4fe85b
 
4fe85b
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows
4fe85b
diff --git a/ChangeLog b/ChangeLog
4fe85b
index edceb66dbcc..cff9386d3d2 100644
4fe85b
--- a/ChangeLog
4fe85b
+++ b/ChangeLog
4fe85b
@@ -1,4 +1,9 @@
4fe85b
-2014-01-01  Mike Gilbert <floppym@gentoo.org>
4fe85b
+2014-01-18  Vladimir Serbinenko  <phcoder@gmail.com>
4fe85b
+
4fe85b
+	* Makefile.am (default_payload.elf): Add modules
4fe85b
+	multiboot cbmemc linux16 gzio echo help.
4fe85b
+
4fe85b
+2014-01-18  Mike Gilbert <floppym@gentoo.org>
4fe85b
 
4fe85b
 	* Makefile.util.def: Link grub-ofpathname with zfs libs.
4fe85b