systemd-repart grows and adds partitions to a partition table, based on
the configuration files described in repart.d.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
http://www.freedesktop.org/software/systemd/man/systemd-random-seed.service.html
+config BR2_PACKAGE_SYSTEMD_REPART
+ bool "enable repart support"
+ select BR2_PACKAGE_OPENSSL
+ select BR2_PACKAGE_UTIL_LINUX_LIBFDISK
+ help
+ systemd-repart grows and adds partitions to a partition table,
+ based on the configuration files described in repart.d.
+
+ https://www.freedesktop.org/software/systemd/man/systemd-repart.html
+
config BR2_PACKAGE_SYSTEMD_RESOLVED
bool "enable resolve daemon"
default y
-Dumount-path=/usr/bin/umount \
-Dnobody-group=nogroup \
-Didn=true \
- -Drepart=false \
-Duserdb=false \
-Dhomed=false \
-Dnss-systemd=true
SYSTEMD_CONF_OPTS += -Dlocaled=false
endif
+ifeq ($(BR2_PACKAGE_SYSTEMD_REPART),y)
+SYSTEMD_CONF_OPTS += -Drepart=true
+SYSTEMD_DEPENDENCIES += openssl
+else
+SYSTEMD_CONF_OPTS += -Drepart=false
+endif
+
ifeq ($(BR2_PACKAGE_SYSTEMD_COREDUMP),y)
SYSTEMD_CONF_OPTS += -Dcoredump=true
SYSTEMD_COREDUMP_USER = systemd-coredump -1 systemd-coredump -1 * /var/lib/systemd/coredump - - Core Dumper