summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-07-06 19:11:01 +0200
committerGitHub <noreply@github.com>2022-07-06 19:11:01 +0200
commit132b63bd3131bc72b92adfcfa434fc2ed8648487 (patch)
tree587216e9015b2eb42cdf96fde44b7a8e2a1fb4f7 /meson_options.txt
parent13f4f0fd81eb37b73c0c3c0b5fb70adf8fb8e3ba (diff)
parent93651582aef1ee626dc6f8d032195acd73bc9372 (diff)
downloadsystemd-132b63bd3131bc72b92adfcfa434fc2ed8648487.tar.gz
Merge pull request #15205 from jlebon/pr/preset-all-firstboot
manager: optionally, do a full preset on first boot
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b42ae0d90b..adaedf3ce8 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,6 +27,8 @@ option('link-timesyncd-shared', type: 'boolean',
description : 'link systemd-timesyncd and its helpers to libsystemd-shared.so')
option('link-boot-shared', type: 'boolean',
description : 'link bootctl and systemd-bless-boot against libsystemd-shared.so')
+option('first-boot-full-preset', type: 'boolean', value: false,
+ description : 'during first boot, do full preset-all (default will be changed to true later)')
option('static-libsystemd', type : 'combo',
choices : ['false', 'true', 'pic', 'no-pic'],