From 2d4b9f3e341c9e61d3728fc7308ec19f238d3323 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 23 Jun 2020 20:44:29 +0200 Subject: Removing custom UEFI shell boot loader configs configs/releng/build.sh: Copying the edk2-shell based Shell_Full.efi to the root of the iso/ efi image as 'shellx64.efi' is automatically picked up by certain hardware and by systemd-boot. This makes all custom UEFI shell configuration obsolete. configs/releng/efiboot/loader/entries/uefi-shell-*.conf: Removing obsolete custom UEFI shell boot loader configuration. Closes #14 --- configs/releng/efiboot/loader/entries/uefi-shell-full-x86_64.conf | 2 -- configs/releng/efiboot/loader/entries/uefi-shell-x86_64.conf | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 configs/releng/efiboot/loader/entries/uefi-shell-full-x86_64.conf delete mode 100644 configs/releng/efiboot/loader/entries/uefi-shell-x86_64.conf (limited to 'configs/releng/efiboot/loader') diff --git a/configs/releng/efiboot/loader/entries/uefi-shell-full-x86_64.conf b/configs/releng/efiboot/loader/entries/uefi-shell-full-x86_64.conf deleted file mode 100644 index 054fa52..0000000 --- a/configs/releng/efiboot/loader/entries/uefi-shell-full-x86_64.conf +++ /dev/null @@ -1,2 +0,0 @@ -title UEFI Shell (Full) x86_64 -efi /EFI/Shell_Full_x64.efi diff --git a/configs/releng/efiboot/loader/entries/uefi-shell-x86_64.conf b/configs/releng/efiboot/loader/entries/uefi-shell-x86_64.conf deleted file mode 100644 index b5dfbf2..0000000 --- a/configs/releng/efiboot/loader/entries/uefi-shell-x86_64.conf +++ /dev/null @@ -1,2 +0,0 @@ -title UEFI Shell x86_64 -efi /EFI/Shell_x64.efi -- cgit v1.2.3-54-g00ecf