Don't omit systemd module in dracut
This commit is contained in:
parent
fa050ae95a
commit
533ddc22f7
|
@ -139,7 +139,6 @@ function generate_initramfs() {
|
||||||
--no-compress \
|
--no-compress \
|
||||||
--no-hostonly \
|
--no-hostonly \
|
||||||
--ro-mnt \
|
--ro-mnt \
|
||||||
--omit "systemd" \
|
|
||||||
--add "bash ${modules[*]}" \
|
--add "bash ${modules[*]}" \
|
||||||
--force \
|
--force \
|
||||||
"$output"
|
"$output"
|
||||||
|
|
Loading…
Reference in New Issue