#!/bin/sh

. /lib/recovery-mode/l10n.sh

if [ "$1" = "test" ]; then
  echo $(eval_gettext "Drop to root shell prompt")
  exit 0
fi

/sbin/sulogin
