diff options
Diffstat (limited to 'daemons/runsystem.hurd.sh.in')
-rw-r--r-- | daemons/runsystem.hurd.sh.in | 4 |
1 files 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 |