]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
Merge pull request #15205 from jlebon/pr/preset-all-firstboot
[thirdparty/systemd.git] / meson_options.txt
index b42ae0d90be5af9254690a1eb0ecc044403b631d..adaedf3ce80f5a5e685311645682ee686b9377e5 100644 (file)
@@ -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'],