diff options
author | Frank Hunleth <fhunleth@troodon-software.com> | 2016-10-26 13:18:04 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-08 22:46:42 +0100 |
commit | 447d364144cad9e02f01d8cfefe3e0bc43cbf2bc (patch) | |
tree | 9bdec051c6f0fe855b8914b92d8196fe4bdd89e9 /package/systemd | |
parent | 6bf74a11246ad70e8075db10c4d72ffa73ab62c7 (diff) | |
download | buildroot-447d364144cad9e02f01d8cfefe3e0bc43cbf2bc.tar.gz buildroot-447d364144cad9e02f01d8cfefe3e0bc43cbf2bc.zip |
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>
Diffstat (limited to 'package/systemd')
-rw-r--r-- | package/systemd/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index ddaf3e23b0..1aedb7b4a4 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -106,7 +106,6 @@ config BR2_PACKAGE_SYSTEMD_COREDUMP config BR2_PACKAGE_SYSTEMD_FIRSTBOOT bool "enable firstboot support" - default y help systemd-firstboot initializes the most basic system settings interactively on the first boot. |