diff --git a/ChangeLog b/ChangeLog index 8c777215e..c40963fdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-20 Vladimir Serbinenko + + * coreboot.cfg: Add missing file. + 2013-11-19 Vladimir Serbinenko * Makefile.am: Allow STRIP to be empty when creating windowszip. diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index 87eb45954..72b00c043 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -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 diff --git a/coreboot.cfg b/coreboot.cfg new file mode 100644 index 000000000..188090d3a --- /dev/null +++ b/coreboot.cfg @@ -0,0 +1,3 @@ +if test -f (cbfsdisk)/etc/grub.cfg; then + source (cbfsdisk)/etc/grub.cfg +fi