]> git.ipfire.org Git - thirdparty/systemd.git/commit
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.
21 files changed:
meson.build
src/boot/meson.build
src/bootctl/bootctl-install.c [moved from src/boot/bootctl-install.c with 100% similarity]
src/bootctl/bootctl-install.h [moved from src/boot/bootctl-install.h with 100% similarity]
src/bootctl/bootctl-random-seed.c [moved from src/boot/bootctl-random-seed.c with 100% similarity]
src/bootctl/bootctl-random-seed.h [moved from src/boot/bootctl-random-seed.h with 100% similarity]
src/bootctl/bootctl-reboot-to-firmware.c [moved from src/boot/bootctl-reboot-to-firmware.c with 100% similarity]
src/bootctl/bootctl-reboot-to-firmware.h [moved from src/boot/bootctl-reboot-to-firmware.h with 100% similarity]
src/bootctl/bootctl-set-efivar.c [moved from src/boot/bootctl-set-efivar.c with 100% similarity]
src/bootctl/bootctl-set-efivar.h [moved from src/boot/bootctl-set-efivar.h with 100% similarity]
src/bootctl/bootctl-status.c [moved from src/boot/bootctl-status.c with 100% similarity]
src/bootctl/bootctl-status.h [moved from src/boot/bootctl-status.h with 100% similarity]
src/bootctl/bootctl-systemd-efi-options.c [moved from src/boot/bootctl-systemd-efi-options.c with 100% similarity]
src/bootctl/bootctl-systemd-efi-options.h [moved from src/boot/bootctl-systemd-efi-options.h with 100% similarity]
src/bootctl/bootctl-uki.c [moved from src/boot/bootctl-uki.c with 100% similarity]
src/bootctl/bootctl-uki.h [moved from src/boot/bootctl-uki.h with 100% similarity]
src/bootctl/bootctl-util.c [moved from src/boot/bootctl-util.c with 100% similarity]
src/bootctl/bootctl-util.h [moved from src/boot/bootctl-util.h with 100% similarity]
src/bootctl/bootctl.c [moved from src/boot/bootctl.c with 100% similarity]
src/bootctl/bootctl.h [moved from src/boot/bootctl.h with 100% similarity]
src/bootctl/meson.build [new file with mode: 0644]