Open kapouer opened 4 years ago
Which package did you rebuilt ? grub-efi-amd64 ? grub2-common ?
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
For those around here knowing how to properly rebuild a debian package, it's worth knowing that inserting in
debian/rules
before
will achieve a better result.