On Sun, Nov 2, 2008 at 2:16 PM, Antonios Galanopoulos <[EMAIL PROTECTED]> wrote:
> there is no easy way to get rid of it afaik. We will have to look at it
> though.
ah. ok, was just looking at this in /etc/rc0.d/S89live-initramfs :
if [ -z ${QUICKREBOOT} ]; then
if [ -x /usr/bin/eject ]
then
eject -p -m /live/image >/dev/null 2>&1
[ "$prompt" ] || return 0
fi
stty sane < /dev/console
# XXX - i18n
echo "Please remove the disc and close the tray (if any) then press
ENTER: " > /dev/console
if [ -x /sbin/usplash_write ]; then
/sbin/usplash_write "TIMEOUT 86400"
/sbin/usplash_write "TEXT-URGENT Please remove the disc, close
the tray (if any)"
/sbin/usplash_write "TEXT-URGENT and press ENTER to continue"
fi
read x < /dev/console
fi
...thinking that i could just remove this bit, but since youre saying
its not easy i guess it will not solve anything? or?
cheers,
martin
---
[email protected]
irc.goto10.org #pure:dyne