diff options
author | Gabe Evans <gabe@hashrabbit.co> | 2016-07-01 23:51:03 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-02 12:28:29 +0200 |
commit | 9dd9a00109070f62d7c99e369cc929f70f67ea45 (patch) | |
tree | cf3094acac77590cec1240f55fc405a806bc6034 /package/systemd/Config.in | |
parent | fbb4d119da6b3586ee5fbcaee7bc0a9921bb7606 (diff) | |
download | buildroot-9dd9a00109070f62d7c99e369cc929f70f67ea45.tar.gz buildroot-9dd9a00109070f62d7c99e369cc929f70f67ea45.zip |
package/systemd: add optional support for firstboot
Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Maxime: Add default y]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/systemd/Config.in')
-rw-r--r-- | package/systemd/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/systemd/Config.in b/package/systemd/Config.in index 20b4e28068..a2cf4be671 100644 --- a/package/systemd/Config.in +++ b/package/systemd/Config.in @@ -150,6 +150,15 @@ config BR2_PACKAGE_SYSTEMD_SYSUSERS http://www.freedesktop.org/software/systemd/man/systemd-sysusers.html +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. + + http://www.freedesktop.org/software/systemd/man/systemd-firstboot.html + config BR2_PACKAGE_SYSTEMD_NETWORKD bool "enable network manager" help |