summarylogtreecommitdiffstats
path: root/grub.default
diff options
context:
space:
mode:
Diffstat (limited to 'grub.default')
-rw-r--r--grub.default3
1 files changed, 0 insertions, 3 deletions
diff --git a/grub.default b/grub.default
index 8cf2824e4f4d..fdd1fc381e42 100644
--- a/grub.default
+++ b/grub.default
@@ -4,9 +4,6 @@ GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
-# Disable Sub-menu
-GRUB_DISABLE_SUBMENU=y
-
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"