* coreboot.cfg: Add missing file.
This commit is contained in:
parent
7f20dbbcd2
commit
48eb35cd78
3 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
3
coreboot.cfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
if test -f (cbfsdisk)/etc/grub.cfg; then
|
||||
source (cbfsdisk)/etc/grub.cfg
|
||||
fi
|
Loading…
Reference in a new issue