chiark / gitweb /
gummiboot/sd-boot/systemd-boot: rename galore
authorTom Gundersen <teg@jklm.no>
Tue, 17 Feb 2015 19:12:50 +0000 (20:12 +0100)
committerTom Gundersen <teg@jklm.no>
Wed, 18 Feb 2015 14:23:23 +0000 (15:23 +0100)
commite7dd673d1e0acfe5420599588c559fd85a3a9e8f
treeecfef02be389745e295322e6a81df481869636c7
parent8d4efa540a88b19a475452d8ccc3c9824849fa86
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/.
18 files changed:
.gitignore
Makefile.am
man/bootctl.xml
src/boot/bootctl.c
src/boot/efi/.gitignore [moved from src/sd-boot/.gitignore with 100% similarity]
src/boot/efi/boot.c [moved from src/sd-boot/sd-boot.c with 99% similarity]
src/boot/efi/console.c [moved from src/sd-boot/console.c with 100% similarity]
src/boot/efi/console.h [moved from src/sd-boot/console.h with 100% similarity]
src/boot/efi/graphics.c [moved from src/sd-boot/graphics.c with 100% similarity]
src/boot/efi/graphics.h [moved from src/sd-boot/graphics.h with 100% similarity]
src/boot/efi/linux.c [moved from src/sd-boot/linux.c with 100% similarity]
src/boot/efi/linux.h [moved from src/sd-boot/linux.h with 100% similarity]
src/boot/efi/pefile.c [moved from src/sd-boot/pefile.c with 100% similarity]
src/boot/efi/pefile.h [moved from src/sd-boot/pefile.h with 100% similarity]
src/boot/efi/stub.c [moved from src/sd-boot/stub.c with 100% similarity]
src/boot/efi/util.c [moved from src/sd-boot/util.c with 100% similarity]
src/boot/efi/util.h [moved from src/sd-boot/util.h with 100% similarity]
test/test-efi-create-disk.sh