[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Progress boot when booting



Martin Michlmayr wrote:
> * Joey Hess <joeyh@debian.org> [2004-05-05 20:49]:
> > I don't understand why you'd be sing di-utils-reboot to finish a
> > sucessful install; prebaseconfig reboots.
> 
> Oh, you're right.  Well, I temporarily modified prebaseconfig's
> postinst like this:
> 
>         if [ -x "$script" ] ; then
>             log "info: Running $script"
> +           if [ "$script" = "/usr/lib/prebaseconfig.d/99reboot" ]; then
> +               db_progress STOP
> +           fi
>             if "$script" 2> $tmpfile ; then
> 
> This solved my display problem, but is of course not a nice solution.
> Do you have a good solution for this?  Maybe 99reboot could just
> run db_progress STOP ?

Doesn't that result in a blue screen while it's rebooting? i386 users
would then see only this blue screen for a second or two and windows has
burned us about large expanses of the color blue.

Is there any way to conditionalise it? You don't have a framebuffer,
right?

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: