Merge pull request #275937 from jmbaur/amend-ukify-assertion
systemd: Add withBootloader to ukify assertion
This commit is contained in:
commit
d0a5a9ecd9
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ assert withImportd -> withCompression;
|
|||
assert withCoredump -> withCompression;
|
||||
assert withHomed -> withCryptsetup;
|
||||
assert withHomed -> withPam;
|
||||
assert withUkify -> withEfi;
|
||||
assert withUkify -> (withEfi && withBootloader);
|
||||
assert withRepart -> withCryptsetup;
|
||||
assert withBootloader -> withEfi;
|
||||
# passwdqc is not packaged in nixpkgs yet, if you want to fix this, please submit a PR.
|
||||
|
|
Loading…
Reference in a new issue