From f521673b3628cb62585f2e74252d1431394da09d Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Wed, 30 Aug 2017 21:25:16 -0400 Subject: 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. --- projects/grub/configs/uefi/arch | 1 + projects/grub/configs/uefi/config | 4 ++++ projects/grub/configs/uefi/format | 1 + projects/grub/configs/uefi/platform | 1 + 4 files changed, 7 insertions(+) create mode 100644 projects/grub/configs/uefi/arch create mode 100644 projects/grub/configs/uefi/config create mode 100644 projects/grub/configs/uefi/format create mode 100644 projects/grub/configs/uefi/platform (limited to 'projects/grub/configs') 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 -- cgit v1.2.3-70-g09d2