diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index bee7ec59..21c86edf 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -24,7 +24,6 @@ install() { dracut_install -o \ $systemdutildir/systemd \ $systemdutildir/systemd-cgroups-agent \ - $systemdutildir/systemd-initctl \ $systemdutildir/systemd-shutdown \ $systemdutildir/systemd-reply-password \ $systemdutildir/systemd-fsck \ @@ -51,13 +50,11 @@ install() { $systemdsystemunitdir/sigpwr.target \ $systemdsystemunitdir/sockets.target \ $systemdsystemunitdir/swap.target \ - $systemdsystemunitdir/systemd-initctl.socket \ $systemdsystemunitdir/systemd-ask-password-console.path \ $systemdsystemunitdir/systemd-udevd-control.socket \ $systemdsystemunitdir/systemd-udevd-kernel.socket \ $systemdsystemunitdir/systemd-ask-password-plymouth.path \ $systemdsystemunitdir/systemd-journald.socket \ - $systemdsystemunitdir/systemd-initctl.service \ $systemdsystemunitdir/systemd-ask-password-console.service \ $systemdsystemunitdir/halt.service \ $systemdsystemunitdir/poweroff.service \ @@ -74,7 +71,6 @@ install() { $systemdsystemunitdir/sysinit.target.wants/systemd-ask-password-console.path \ $systemdsystemunitdir/sysinit.target.wants/systemd-vconsole-setup.service \ $systemdsystemunitdir/sysinit.target.wants/systemd-journald.service \ - $systemdsystemunitdir/sockets.target.wants/systemd-initctl.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \ $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \