diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-30 21:25:16 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-08-30 21:25:16 -0400 |
commit | f521673b3628cb62585f2e74252d1431394da09d (patch) | |
tree | 2af5994682bf9ce28f9daf5f3f65851ecf3a20c9 /projects/grub/configs | |
parent | 37878745c500adf0c7e8242845eefc1ff95deaec (diff) | |
download | librebootfr-f521673b3628cb62585f2e74252d1431394da09d.tar.gz librebootfr-f521673b3628cb62585f2e74252d1431394da09d.zip |
Add configuration files to GRUB UEFI target dir
The added files (and, later, module lists) are mostly the same as
their BIOS/Coreboot targets 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/configs')
-rw-r--r-- | projects/grub/configs/uefi/arch | 1 | ||||
-rw-r--r-- | projects/grub/configs/uefi/config | 4 | ||||
-rw-r--r-- | projects/grub/configs/uefi/format | 1 | ||||
-rw-r--r-- | projects/grub/configs/uefi/platform | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/projects/grub/configs/uefi/arch b/projects/grub/configs/uefi/arch new file mode 100644 index 00000000..5a9a476a --- /dev/null +++ b/projects/grub/configs/uefi/arch @@ -0,0 +1 @@ +i386 diff --git a/projects/grub/configs/uefi/config b/projects/grub/configs/uefi/config new file mode 100644 index 00000000..e3792e94 --- /dev/null +++ b/projects/grub/configs/uefi/config @@ -0,0 +1,4 @@ +set prefix=(cbfsdisk)/fallback + +set root=(cbfsdisk) +source (cbfsdisk)/fallback/grub.cfg diff --git a/projects/grub/configs/uefi/format b/projects/grub/configs/uefi/format new file mode 100644 index 00000000..c723d7f2 --- /dev/null +++ b/projects/grub/configs/uefi/format @@ -0,0 +1 @@ +i386-efi diff --git a/projects/grub/configs/uefi/platform b/projects/grub/configs/uefi/platform new file mode 100644 index 00000000..9d3492ad --- /dev/null +++ b/projects/grub/configs/uefi/platform @@ -0,0 +1 @@ +efi |