Merge pull request #232 from cgwalters/machined-compat-true

Start with an empty `/etc/machine-id` to disable `ConditionFirstBoot`
This commit is contained in:
Colin Walters 2024-02-03 08:01:21 -05:00 committed by GitHub
commit 93588bf969
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
# Modern defaults we want # Modern defaults we want
boot-location: modules boot-location: modules
tmp-is-dir: true tmp-is-dir: true
# This one at least historically broke compatibility with Anaconda, but # https://github.com/CentOS/centos-bootc/issues/167
# let's use it by default now. machineid-compat: true
machineid-compat: false
# Be minimal # Be minimal
recommends: false recommends: false