mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
systemd: don't build systemd-firstboot by default
systemd-firstboot is never invoked since systemd's first boot detection logic checks whether /etc/machine-id exists. Since the file is created automatically by systemd.mk, systemd will never detect first boot and therefore the systemd-firstboot.service unit file will never get run. Additionally, if /etc/machine-id is removed to allow systemd-firstboot to run, it interactively prompts for the system locale. This makes it seem unlikely that an embedded system would want to use it. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6bf74a1124
commit
447d364144
@ -106,7 +106,6 @@ config BR2_PACKAGE_SYSTEMD_COREDUMP
|
|||||||
|
|
||||||
config BR2_PACKAGE_SYSTEMD_FIRSTBOOT
|
config BR2_PACKAGE_SYSTEMD_FIRSTBOOT
|
||||||
bool "enable firstboot support"
|
bool "enable firstboot support"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
systemd-firstboot initializes the most basic system settings
|
systemd-firstboot initializes the most basic system settings
|
||||||
interactively on the first boot.
|
interactively on the first boot.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user