|
@@ -112,6 +112,30 @@ config BR2_PACKAGE_SYSTEMD_BOOT
|
|
|
|
|
|
https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/
|
|
|
|
|
|
+config BR2_PACKAGE_SYSTEMD_INITRD
|
|
|
+ bool "Services for booting from initrd"
|
|
|
+ help
|
|
|
+ Install various services that are only useful if systemd is
|
|
|
+ run from an initrd.
|
|
|
+
|
|
|
+config BR2_PACKAGE_SYSTEMD_KERNELINSTALL
|
|
|
+ bool "install kernel-install and related files"
|
|
|
+ help
|
|
|
+ kernel-install is used to install and remove kernel and
|
|
|
+ initramfs images to and from the boot loader partition.
|
|
|
+ The boot loader partition will usually be one of
|
|
|
+ /boot, /efi, or /boot/efi.
|
|
|
+
|
|
|
+config BR2_PACKAGE_SYSTEMD_ANALYZE
|
|
|
+ bool "systemd-analyze"
|
|
|
+ help
|
|
|
+ systemd-analyze may be used to determine system boot-up
|
|
|
+ performance statistics and retrieve other state and tracing
|
|
|
+ information from the system and service manager, and to
|
|
|
+ verify the correctness of unit files.
|
|
|
+ It is also used to access special functions useful for
|
|
|
+ advanced system manager debugging.
|
|
|
+
|
|
|
config BR2_PACKAGE_SYSTEMD_BOOT_EFI_ARCH
|
|
|
string
|
|
|
default "ia32" if BR2_i386
|
|
@@ -187,6 +211,7 @@ config BR2_PACKAGE_SYSTEMD_FIRSTBOOT
|
|
|
|
|
|
config BR2_PACKAGE_SYSTEMD_HIBERNATE
|
|
|
bool "enable hibernation support"
|
|
|
+ select BR2_PACKAGE_SYSTEMD_INITRD
|
|
|
help
|
|
|
When this features is enabled, additional tools and services
|
|
|
are built to support suspending and resuming the system.
|