From 9db0275c53334eb3efd26ea272f81c242af3f79b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 8 Feb 2024 22:56:25 +0100 Subject: runsystem.hurd.sh: Print a newline at boot This helps debugging boot issues. --- daemons/runsystem.hurd.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemons/runsystem.hurd.sh.in b/daemons/runsystem.hurd.sh.in index a2e464a7..58cfbe7b 100644 --- a/daemons/runsystem.hurd.sh.in +++ b/daemons/runsystem.hurd.sh.in @@ -56,6 +56,8 @@ singleuser () exit 127 } +# Print a newline. +echo # See whether pflocal is set up already, and do so if not (install case) # -- cgit v1.2.3