diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:23 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:23 +0200 |
| commit | 9a7f83110cfb153d853f5d074968a661121d4e07 (patch) | |
| tree | 37a8942eea32494575437686d615af4f8a7060eb /debian/init.d | |
| parent | f3299e0f07d9c0207db455cb9ea131e3b3c13784 (diff) | |
| download | live-boot-9a7f83110cfb153d853f5d074968a661121d4e07.tar.gz live-boot-9a7f83110cfb153d853f5d074968a661121d4e07.zip | |
Adding casper 1.63+debian-1.
Diffstat (limited to 'debian/init.d')
| -rw-r--r-- | debian/init.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/init.d b/debian/init.d index 6d2d6d3..bed1b89 100644 --- a/debian/init.d +++ b/debian/init.d @@ -25,10 +25,10 @@ for path in $(which halt) $(which reboot) /etc/rc?.d /etc/default; do cache_path "$path" done -eject -p -m /cdrom >/dev/null 2>&1 +eject -p -m /live_media >/dev/null 2>&1 # XXX - i18n -echo -n "Please remove the disc, close the tray (if any) and press ENTER: " +echo -n "Please remove the disc (if any), close the tray (if any) and press ENTER: " if [ -x /sbin/usplash_write ]; then /sbin/usplash_write "TIMEOUT 0" /sbin/usplash_write "TEXT Please remove the disc, close the tray (if any)" |
