Martin . said :
> 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?

Or... nothing :)
Anton used "not easy" meaning there were no config file or GUI box to
tick to do this.
If you can:
- find yourself the script that has the relevant code
- and read/hack shell scripting

... then yes it's easy to make a quick fix ;)

(still, the proper "future" solution will be to detect whether or not this 
is run from a HD)


> cheers,
> martin
> 
> ---
> [email protected]
> irc.goto10.org #pure:dyne
> 

---
[email protected]
irc.goto10.org #pure:dyne

Reply via email to