Move bootctl to its own source subdirectory
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Nov 2024 11:24:40 +0000 (12:24 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Nov 2024 13:15:00 +0000 (14:15 +0100)
commit0b676aab33be2fa8b092f1bf5f1f4e04f072eda4
tree6e7dfcbfad46cfedef38e7fc031c3dcac7c479a0
parentbb5936f7f39d3d6d5340cba440d638faeabb1293
Move bootctl to its own source subdirectory

It's been split into a bunch of files and deserves its own subdirectory
similarly to systemctl.
39 files changed:
meson.build
src/boot/bootctl-install.c [deleted file]
src/boot/bootctl-install.h [deleted file]
src/boot/bootctl-random-seed.c [deleted file]
src/boot/bootctl-random-seed.h [deleted file]
src/boot/bootctl-reboot-to-firmware.c [deleted file]
src/boot/bootctl-reboot-to-firmware.h [deleted file]
src/boot/bootctl-set-efivar.c [deleted file]
src/boot/bootctl-set-efivar.h [deleted file]
src/boot/bootctl-status.c [deleted file]
src/boot/bootctl-status.h [deleted file]
src/boot/bootctl-systemd-efi-options.c [deleted file]
src/boot/bootctl-systemd-efi-options.h [deleted file]
src/boot/bootctl-uki.c [deleted file]
src/boot/bootctl-uki.h [deleted file]
src/boot/bootctl-util.c [deleted file]
src/boot/bootctl-util.h [deleted file]
src/boot/bootctl.c [deleted file]
src/boot/bootctl.h [deleted file]
src/boot/meson.build
src/bootctl/bootctl-install.c [new file with mode: 0644]
src/bootctl/bootctl-install.h [new file with mode: 0644]
src/bootctl/bootctl-random-seed.c [new file with mode: 0644]
src/bootctl/bootctl-random-seed.h [new file with mode: 0644]
src/bootctl/bootctl-reboot-to-firmware.c [new file with mode: 0644]
src/bootctl/bootctl-reboot-to-firmware.h [new file with mode: 0644]
src/bootctl/bootctl-set-efivar.c [new file with mode: 0644]
src/bootctl/bootctl-set-efivar.h [new file with mode: 0644]
src/bootctl/bootctl-status.c [new file with mode: 0644]
src/bootctl/bootctl-status.h [new file with mode: 0644]
src/bootctl/bootctl-systemd-efi-options.c [new file with mode: 0644]
src/bootctl/bootctl-systemd-efi-options.h [new file with mode: 0644]
src/bootctl/bootctl-uki.c [new file with mode: 0644]
src/bootctl/bootctl-uki.h [new file with mode: 0644]
src/bootctl/bootctl-util.c [new file with mode: 0644]
src/bootctl/bootctl-util.h [new file with mode: 0644]
src/bootctl/bootctl.c [new file with mode: 0644]
src/bootctl/bootctl.h [new file with mode: 0644]
src/bootctl/meson.build [new file with mode: 0644]