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

Progress boot when booting



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

-- 
Martin Michlmayr
tbm@cyrius.com



Reply to: