From 533ddc22f74677bda2fca4885e0bfb874af08859 Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 31 May 2021 16:30:02 +0200 Subject: [PATCH] Don't omit systemd module in dracut --- scripts/main.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index 4dfbd25..004a00d 100644 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -139,7 +139,6 @@ function generate_initramfs() { --no-compress \ --no-hostonly \ --ro-mnt \ - --omit "systemd" \ --add "bash ${modules[*]}" \ --force \ "$output"