From ed38b6fc09a845048bd92f38686d1e97a6461f52 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 16 Dec 2017 11:39:05 +0100 Subject: [PATCH] Remove /boot/efiboot.img via 'make upgrade'. This is needed in our ISOs only to allow booting in EFI mode from CD-ROM. In the installed system it is not needed anymore, so it can be removed. --- Makefile_upgrade.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 6258517b64..e2ecdb3aed 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -3359,6 +3359,7 @@ TO_REMOVE+=/usr/share/man/man4/faith.4.gz TO_REMOVE+=/usr/share/man/man4/if_faith.4.gz TO_REMOVE+=/usr/share/man/man8/faithd.8.gz TO_REMOVE+=/usr/share/man/man8/adding_user.8.gz +TO_REMOVE+=/boot/efiboot.img .if !defined(WANT_INSTALLER) TO_REMOVE+=/usr/sbin/dfuibe_installer -- 2.11.4.GIT