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

Re: Progress boot when booting



Martin Michlmayr wrote:
> When rebooting after the 1st stage is finished, my serial console is
> messed up because shutdown is down while the screen is blue/red;
> everything printed afterwards is in the colour of d-i... since
> shutdown happens really quickly, I don't really see the need of a
> progress bar.  Removing it means that the console is not messed up.
> OK to apply?
> 
> 
> Index: debian/di-utils-reboot.postinst
> ===================================================================
> --- debian/di-utils-reboot.postinst (revision 14840)
> +++ debian/di-utils-reboot.postinst (working copy)
> @@ -8,8 +8,5 @@
>  db_get di-utils-reboot/really_reboot
> 
>  if [ "$RET" = true ]; then
> -       db_progress START 0 1 di-utils-reboot/progress
> -       db_progress STEP 1
>         /sbin/shutdown
> -       db_progress STOP
>  fi

I don't understand why you'd be sing di-utils-reboot to finish a
sucessful install; prebaseconfig reboots.

I added that progress bar because otherwise you get a screen with the
main menu on it and this is displayed while it's rebooting which can
look ugly or like it's hung. But we don't have the shutdown text
displayed at all on i386.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: