summaryrefslogtreecommitdiffstats
path: root/meson.build
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.build
parentmkosi: Update to latest release (diff)
parentmanager: optionally, do a full preset on first boot (diff)
downloadsystemd-132b63bd3131bc72b92adfcfa434fc2ed8648487.tar.xz
systemd-132b63bd3131bc72b92adfcfa434fc2ed8648487.zip
Merge pull request #15205 from jlebon/pr/preset-all-firstboot
manager: optionally, do a full preset on first boot
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 54f4b8f4aa..7db7e5ea1d 100644
--- a/meson.build
+++ b/meson.build
@@ -308,6 +308,8 @@ conf.set10('MEMORY_ACCOUNTING_DEFAULT', memory_accounting_
conf.set('STATUS_UNIT_FORMAT_DEFAULT', 'STATUS_UNIT_FORMAT_' + status_unit_format_default.to_upper())
conf.set_quoted('STATUS_UNIT_FORMAT_DEFAULT_STR', status_unit_format_default)
+conf.set10('FIRST_BOOT_FULL_PRESET', get_option('first-boot-full-preset'))
+
#####################################################################
cc = meson.get_compiler('c')
@@ -4328,6 +4330,7 @@ foreach tuple : [
['link-networkd-shared', get_option('link-networkd-shared')],
['link-timesyncd-shared', get_option('link-timesyncd-shared')],
['link-boot-shared', get_option('link-boot-shared')],
+ ['first-boot-full-preset'],
['fexecve'],
['standalone-binaries', get_option('standalone-binaries')],
['coverage', get_option('b_coverage')],