diff --git a/usr/share/archboot/base/init b/usr/share/archboot/base/init index 8559fd6b8..430d86779 100755 --- a/usr/share/archboot/base/init +++ b/usr/share/archboot/base/init @@ -180,5 +180,4 @@ echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf printf "\ec" echo "Launching systemd $(udevadm --version)..." exec switch_root /sysroot /usr/bin/init "$@" - # vim: set ft=sh ts=4 sw=4 et: