summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-08 22:56:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-08 22:56:57 +0100
commit9db0275c53334eb3efd26ea272f81c242af3f79b (patch)
treef9d8143a55d6023af5fc7a3c9d455465eb680059
parent0f4f2cf45ad5f8a501ccf91154d7595f8a3a3813 (diff)
runsystem.hurd.sh: Print a newline at boot
This helps debugging boot issues.
-rw-r--r--daemons/runsystem.hurd.sh.in2
1 files changed, 2 insertions, 0 deletions
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)
#