]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.am (default_payload.elf): Add pata to loaded modules.
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 15:05:47 +0000 (16:05 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 18 Nov 2013 15:05:47 +0000 (16:05 +0100)
Load config file from (cbfsdisk)/etc/grub.cfg.

ChangeLog
Makefile.am

index ff2c821e3eb87127498f81338f7c68362d4172bc..68694c7bd463ab6926704870c6a8a53ea95f90aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-18  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * Makefile.am (default_payload.elf): Add pata to loaded modules.
+       Load config file from (cbfsdisk)/etc/grub.cfg.
+
 2013-11-18  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-install-common.c (grub_install_copy_files): Fix module
index 114c2004598904db7cec686ab3b049c367e51f0e..5063256930f5e7031353fea7fd7658a1631e9a7d 100644 (file)
@@ -394,7 +394,7 @@ bootcheck: $(BOOTCHECKS)
 
 if COND_i386_coreboot
 default_payload.elf: grub-mkstandalone grub-mkimage
-       pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o $@ --modules='ahci 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 setpci lsacpi chain' --fonts= --themes= --locales= -d grub-core/
+       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' --fonts= --themes= --locales= -d grub-core/ /boot/grub/grub.cfg=$(srcdir)/coreboot.cfg
 endif
 
 windowsdir=$(top_builddir)/$(PACKAGE)-$(VERSION)-for-windows