From bf31ca575f80849dac9af994e5fab283d3e226dd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 8 Feb 2024 22:55:16 +0100 Subject: runsystem.hurd.sh: Make emergency really an emergency emergency means we want to get a shell as quickly as possible, so we do not want any daemon at all. --- daemons/runsystem.hurd.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/runsystem.hurd.sh.in b/daemons/runsystem.hurd.sh.in index c5e3c9ff..d8c1ccbd 100644 --- a/daemons/runsystem.hurd.sh.in +++ b/daemons/runsystem.hurd.sh.in @@ -94,10 +94,10 @@ while [ $# -gt 0 ]; do -*) flags="${flags}${arg#-}" ;; - 'single'|'emergency') # Linux compat + 'single') flags="${flags}s" ;; - 'fastboot') + 'fastboot'|'emergency') flags="${flags}f" ;; esac -- cgit v1.2.3