Added the rc-abort command, #175106 thanks to Daniel Drake.

This commit is contained in:
Roy Marples
2007-04-20 13:12:21 +00:00
parent a316a1fa72
commit c52f216450
7 changed files with 128 additions and 117 deletions

View File

@@ -104,8 +104,8 @@ start() {
retval=$?
else
eend 2 "Filesystem couldn't be fixed :("
[ "${RC_UNAME}" = "Linux" ] || return 1
sulogin "${CONSOLE}"
rc-abort
exit 1
fi
if [ ${retval} != "0" ] ; then
einfo "Unmounting filesystems"