remove empty line

This commit is contained in:
Tobias Powalowski 2023-10-09 20:29:07 +02:00
parent 0ee9030d12
commit f9595df99d

View file

@ -180,5 +180,4 @@ echo FONT=ter-v${SIZE}n >> /sysroot/etc/vconsole.conf
printf "\ec" printf "\ec"
echo "Launching systemd $(udevadm --version)..." echo "Launching systemd $(udevadm --version)..."
exec switch_root /sysroot /usr/bin/init "$@" exec switch_root /sysroot /usr/bin/init "$@"
# vim: set ft=sh ts=4 sw=4 et: # vim: set ft=sh ts=4 sw=4 et: