diff options
author | Tom Gundersen <teg@jklm.no> | 2015-02-17 20:12:50 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-02-18 15:23:23 +0100 |
commit | e7dd673d1e0acfe5420599588c559fd85a3a9e8f (patch) | |
tree | ecfef02be389745e295322e6a81df481869636c7 /.gitignore | |
parent | 8d4efa540a88b19a475452d8ccc3c9824849fa86 (diff) | |
download | systemd-e7dd673d1e0acfe5420599588c559fd85a3a9e8f.tar.gz |
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/.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
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 |