* coreboot.cfg: Add missing file.
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 19 Nov 2013 23:52:23 +0000 (00:52 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Tue, 19 Nov 2013 23:52:23 +0000 (00:52 +0100)
ChangeLog
conf/Makefile.extra-dist
coreboot.cfg [new file with mode: 0644]

index 8c77721..c40963f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 87eb459..72b00c0 100644 (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
diff --git a/coreboot.cfg b/coreboot.cfg
new file mode 100644 (file)
index 0000000..188090d
--- /dev/null
@@ -0,0 +1,3 @@
+if test -f (cbfsdisk)/etc/grub.cfg; then
+   source (cbfsdisk)/etc/grub.cfg
+fi