From 7e0b76b895e4d61bf9aa6ecb43838f55df4b8017 Mon Sep 17 00:00:00 2001 From: eshanized Date: Wed, 1 Jan 2025 03:28:59 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20perf:=20enahced=20the=20gr?= =?UTF-8?q?ub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archiso/airootfs/etc/default/grub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiso/airootfs/etc/default/grub b/archiso/airootfs/etc/default/grub index 73a7c10..078ce88 100644 --- a/archiso/airootfs/etc/default/grub +++ b/archiso/airootfs/etc/default/grub @@ -14,7 +14,7 @@ GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Set to 'countdown' or 'hidden' to change timeout behavior, # press ESC key to display menu. -GRUB_TIMEOUT_STYLE=menu +# GRUB_TIMEOUT_STYLE=menu # Uncomment to use basic console GRUB_TERMINAL_INPUT=console @@ -60,4 +60,4 @@ GRUB_DISABLE_RECOVERY=true # documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this # functionality install os-prober and uncomment to detect and include other # operating systems. -#GRUB_DISABLE_OS_PROBER=false +GRUB_DISABLE_OS_PROBER=false