Skip to content

Commit

Permalink
Correcting medium eject message in initscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Feb 7, 2009
1 parent 7318491 commit 7a851de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions debian/live-initramfs.init
Expand Up @@ -124,11 +124,9 @@ do_stop ()
else
# ejecting is a very good idea here
eject -p -m /live/image >/dev/null 2>&1
# TODO: detect CD
MEDIUM="DVD"
MESSAGE="Please remove the ${MEDIUM}, close the ${MEDIUM} tray (if any)"
MESSAGE="Please remove the disc, close the the tray (if any)"
fi
MESSAGE="${MESSAGE} and press ENTER:"
MESSAGE="${MESSAGE} and press ENTER to continue:"

[ "$prompt" ] || return 0
fi
Expand Down

0 comments on commit 7a851de

Please sign in to comment.