--- trunk/magellan-initscripts/etc/rc.d/init.d/mountfs 2006/02/25 12:23:28 342 +++ trunk/magellan-initscripts/etc/rc.d/init.d/mountfs 2006/03/25 13:06:53 354 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/mountfs,v 1.5 2006-02-25 12:23:28 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/mountfs,v 1.6 2006-03-25 13:06:53 niro Exp $ #%rlevels: 7:s 0:k 6:k #%start: 40 @@ -103,7 +103,7 @@ if [ -e /.bootdev ] && [ -x /usr/bin/eject ] then - echo -e ${COLOREDSTAR}"Ejecting livecd disc ..." + echo -e ${COLOREDSTAR}"Trying to eject the live-media ..." eject -m /mnt/cdrom &> /dev/null evaluate_retval fi