ccontavalli / grub-shusher

Makes grub's boot quiet, with no need for recompiling or patching the source code.
Other
54 stars 7 forks source link

FLICKER_FREE_BOOT and rebuild debian package #7

Open kapouer opened 4 years ago

kapouer commented 4 years ago

For those around here knowing how to properly rebuild a debian package, it's worth knowing that inserting in debian/rules

FLICKER_FREE_BOOT := yes

before

ifeq ($(FLICKER_FREE_BOOT),yes)

will achieve a better result.

benintech commented 1 year ago

Which package did you rebuilt ? grub-efi-amd64 ? grub2-common ?

kapouer commented 1 year ago

Probably more than just grub2-common, since it enables those flags:

DEFAULT_HIDDEN_TIMEOUT := 0
DEFAULT_HIDDEN_TIMEOUT_BOOL := true
confflags += \
  --enable-quiet-boot \
  --enable-quick-boot \
  --enable-gfxpayload-dynamic \
  --enable-vt-handoff