From f5e06bf914150e2500edba33d529dce81840e845 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sun, 7 Apr 2024 09:48:50 +0300 Subject: [PATCH] m --- os/linux/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/linux/README.md b/os/linux/README.md index e52282dda..196d417f2 100644 --- a/os/linux/README.md +++ b/os/linux/README.md @@ -82,6 +82,7 @@ https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Bo * [nomodeset-quiet-splash](https://microsin.net/adminstuff/xnix/nomodeset-quiet-splash-kernel-parameters.html) ``` +$ info -f grub -n 'Simple configuration' $ sudo dpkg-reconfigure grub-pc $ sudo update-grub @@ -106,6 +107,7 @@ diverted by base-files to: /lib.usr-is-merged $ cat /etc/default/grub.d/timeout GRUB_TIMEOUT=5 +GRUB_TIMEOUT_STYLE="countdown" ```