remove double systemd

This commit is contained in:
Tobias Powalowski 2024-02-28 11:24:14 +01:00
parent e69df4e46f
commit 55092042b2

View file

@ -142,5 +142,5 @@ _initrd_stage | _dialog --title " Initializing System " --gauge "${_KEEP} Search
_clear
_msg "The boot medium can be safely removed now."
echo ""
_msg "Launching systemd $(systemctl --version | head -n1)..."
_msg "Launching $(systemctl --version | head -n1)..."
# vim: set ft=sh ts=4 sw=4 et: