From e7dd673d1e0acfe5420599588c559fd85a3a9e8f Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 17 Feb 2015 20:12:50 +0100 Subject: gummiboot/sd-boot/systemd-boot: rename galore What used to be gummiboot, was renamed sd-boot when it was merged into systemd. Let's try to be a bit more consistent with the rest of systemd and rename it again as follows: The EFI bootloader is now called 'systemd-bootx64.efi', and its sources are in 'src/boot/efi/'. The drop-in directory where bootctl will find EFI loaders is now /usr/lib/systemd/boot/efi/. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 75699ca33b..2afbed4ff8 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ /mtd_probe /networkctl /linuxx64.efi.stub -/sd-bootx64.efi +/systemd-bootx64.efi /test-efi-disk.img /scsi_id /systemadm -- cgit v1.2.3-54-g00ecf