summarylogtreecommitdiffstats
path: root/grub.default
diff options
context:
space:
mode:
Diffstat (limited to 'grub.default')
-rw-r--r--grub.default6
1 files changed, 3 insertions, 3 deletions
diff --git a/grub.default b/grub.default
index df7a985a7cb0..d6d41a91345c 100644
--- a/grub.default
+++ b/grub.default
@@ -3,7 +3,7 @@
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
-GRUB_CMDLINE_LINUX_DEFAULT="audit=0 loglevel=3 quiet"
+GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet"
GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
@@ -49,6 +49,6 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
-# Uncomment to make GRUB remember the last selection. This requires to
-# set 'GRUB_DEFAULT=saved' above.
+# Uncomment to make GRUB remember the last selection. This requires
+# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT="true"