* coreboot.cfg: Add missing file.

This commit is contained in:
Vladimir Serbinenko 2013-11-20 00:52:23 +01:00
parent 7f20dbbcd2
commit 48eb35cd78
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-11-20 Vladimir Serbinenko <phcoder@gmail.com>
* coreboot.cfg: Add missing file.
2013-11-19 Vladimir Serbinenko <phcoder@gmail.com>
* Makefile.am: Allow STRIP to be empty when creating windowszip.

View file

@ -110,3 +110,4 @@ EXTRA_DIST += grub-core/osdep/windows/sleep.c
EXTRA_DIST += tests/dfly-mbr-mbexample.mbr.img.gz
EXTRA_DIST += tests/dfly-mbr-mbexample.dfly.img.gz
EXTRA_DIST += coreboot.cfg

3
coreboot.cfg Normal file
View file

@ -0,0 +1,3 @@
if test -f (cbfsdisk)/etc/grub.cfg; then
source (cbfsdisk)/etc/grub.cfg
fi