diff -Nru casper-1.393/bin/casper-stop casper-1.394/bin/casper-stop --- casper-1.393/bin/casper-stop 2018-04-04 10:52:07.000000000 +0000 +++ casper-1.394/bin/casper-stop 2018-04-25 18:04:21.000000000 +0000 @@ -101,10 +101,13 @@ # XXX - i18n MSG="Please remove the installation medium, then press ENTER: " + MSG_FALLBACK="Please remove the installation medium, then reboot." if [ "$prompt" ]; then if [ -x /bin/plymouth ] && plymouth --ping; then plymouth message --text="$MSG" + clear > /dev/tty1 + echo $MSG_FALLBACK > /dev/tty1 else stty sane < /dev/console echo $MSG > /dev/console diff -Nru casper-1.393/debian/changelog casper-1.394/debian/changelog --- casper-1.393/debian/changelog 2018-04-04 10:55:32.000000000 +0000 +++ casper-1.394/debian/changelog 2018-04-25 18:04:21.000000000 +0000 @@ -1,3 +1,10 @@ +casper (1.394) bionic; urgency=medium + + * Echo a fallback message to nudge users to reboot, in the case when + they do not see the pretty plymouth cause it 💩 itself. + + -- Dimitri John Ledkov Wed, 25 Apr 2018 19:04:21 +0100 + casper (1.393) bionic; urgency=medium * Cache Ubuntu fonts for plymouth on shutdown. LP: #1760598