[SCM] Debian Live initramfs hook branch, master, updated. upstream/1.154.8-1-11-g401f283

Daniel Baumann daniel at debian.org
Sat Feb 7 23:52:43 UTC 2009


The following commit has been merged in the master branch:
commit 139518cc530acb7445a46675f9b2da7eb48f8a4e
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 00:30:46 2009 +0100

    Correcting medium eject message in initscript.

diff --git a/debian/live-initramfs.init b/debian/live-initramfs.init
index b976c74..6a97b45 100644
--- a/debian/live-initramfs.init
+++ b/debian/live-initramfs.init
@@ -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

-- 
Debian Live initramfs hook



More information about the debian-live-changes mailing list