summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2020-02-06 19:45:51 -0800
committerLlewelyn Trahaearn2020-02-06 19:45:51 -0800
commitc86a6d79ce214f4ad439cf49ce7ab578e6ceb8b4 (patch)
treecc7c499aa472d750bfe6767329cdb9b8322f59d2
parent1e660ed8dd92829794081d275b0e6d322442206b (diff)
downloadaur-c86a6d79ce214f4ad439cf49ce7ab578e6ceb8b4.tar.gz
Mirror changes to grub.default in [Core]
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--grub.default6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc3408c04f0..0fe651eb6860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -42,7 +42,7 @@ pkgbase = grub-git
sha256sums = SKIP
sha256sums = 171415ab075d1ac806f36c454feeb060f870416f24279b70104bba94bd6076d4
sha256sums = a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29
- sha256sums = fd2e5f5453f3e44a2cb640c796b85cd70da8359c703f94cd531d457ede8c77fa
+ sha256sums = 690adb7943ee9fedff578a9d482233925ca3ad3e5a50fffddd27cf33300a89e3
pkgname = grub-git
diff --git a/PKGBUILD b/PKGBUILD
index 65c67c0b778c..d0f6ad20f35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ sha256sums=('SKIP'
'SKIP'
'171415ab075d1ac806f36c454feeb060f870416f24279b70104bba94bd6076d4'
'a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29'
- 'fd2e5f5453f3e44a2cb640c796b85cd70da8359c703f94cd531d457ede8c77fa')
+ '690adb7943ee9fedff578a9d482233925ca3ad3e5a50fffddd27cf33300a89e3')
prepare() {
cd grub
@@ -77,7 +77,7 @@ prepare() {
# Pull in latest language files
./linguas.sh
-
+
# Remove lua module from grub-extras as it is incompatible with changes to grub_file_open
# http://git.savannah.gnu.org/cgit/grub.git/commit/?id=ca0a4f689a02c2c5a5e385f874aaaa38e151564e
rm -rf "$srcdir"/grub-extras/lua
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"