Files
server/usr/lib/recovery-mode/options/root
2026-01-07 20:52:11 +01:00

14 lines
191 B
Bash
Executable File

#!/bin/sh
. /lib/recovery-mode/l10n.sh
if [ "$1" = "test" ]; then
if [ "$2" = "mode" ]; then
exit 2
fi
echo $(eval_gettext "Drop to root shell prompt")
exit 0
fi
/sbin/sulogin