mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: Switch to KernelInitrdModules=
No change in behavior, just switching to the new setting implemented by @keszybz.
This commit is contained in:
@@ -58,6 +58,7 @@ ExtraTrees=
|
||||
%O/exitrd:/exitrd
|
||||
|
||||
Initrds=%O/initrd
|
||||
KernelInitrdModules=default
|
||||
|
||||
# Disable relabeling by default as it only matters for TEST-06-SELINUX, takes a non-trivial amount of time
|
||||
# and results in lots of errors when building images as a regular user.
|
||||
@@ -85,9 +86,6 @@ KernelCommandLine=
|
||||
panic_on_warn=0
|
||||
psi=1
|
||||
|
||||
KernelModulesInitrdExclude=.*
|
||||
KernelModulesInitrdInclude=default
|
||||
|
||||
Packages=
|
||||
acl
|
||||
attr
|
||||
|
||||
Reference in New Issue
Block a user