diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 21:24:21 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-29 23:43:13 -0400 |
commit | e8673ebffab5b2715d0e7715738586e0484ee566 (patch) | |
tree | 361e0dd4930a5d646828169d2658a192faa47654 /projects/grub | |
parent | a099162ed39a82bd9778f245c860482aec97cfef (diff) | |
download | librebootfr-e8673ebffab5b2715d0e7715738586e0484ee566.tar.gz librebootfr-e8673ebffab5b2715d0e7715738586e0484ee566.zip |
Add configuration files to GRUB Coreboot target dir
The added files are mostly the same as their BIOS target counterparts
because the base configuration for each GRUB image produced is
intended to be quite similar (for greater malleability down the line).
The purpose of each file remains the same.
Diffstat (limited to 'projects/grub')
-rw-r--r-- | projects/grub/configs/coreboot/arch | 1 | ||||
-rw-r--r-- | projects/grub/configs/coreboot/config | 4 | ||||
-rw-r--r-- | projects/grub/configs/coreboot/format | 1 | ||||
-rw-r--r-- | projects/grub/configs/coreboot/platform | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/projects/grub/configs/coreboot/arch b/projects/grub/configs/coreboot/arch new file mode 100644 index 00000000..5a9a476a --- /dev/null +++ b/projects/grub/configs/coreboot/arch @@ -0,0 +1 @@ +i386 diff --git a/projects/grub/configs/coreboot/config b/projects/grub/configs/coreboot/config new file mode 100644 index 00000000..e3792e94 --- /dev/null +++ b/projects/grub/configs/coreboot/config @@ -0,0 +1,4 @@ +set prefix=(cbfsdisk)/fallback + +set root=(cbfsdisk) +source (cbfsdisk)/fallback/grub.cfg diff --git a/projects/grub/configs/coreboot/format b/projects/grub/configs/coreboot/format new file mode 100644 index 00000000..0a387787 --- /dev/null +++ b/projects/grub/configs/coreboot/format @@ -0,0 +1 @@ +i386-coreboot diff --git a/projects/grub/configs/coreboot/platform b/projects/grub/configs/coreboot/platform new file mode 100644 index 00000000..9e67dee0 --- /dev/null +++ b/projects/grub/configs/coreboot/platform @@ -0,0 +1 @@ +coreboot |