summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2018-01-26 17:35:55 -0800
committerLlewelyn Trahaearn2018-01-26 17:35:55 -0800
commit1bcef4fd84ec8ddd27671e0924c47ebf73658008 (patch)
treee6de3ccd4549b5e11f6448992283142174140cca
parent74c7952f4593f1991726ec09f98f43c2d40b5b91 (diff)
downloadaur-1bcef4fd84ec8ddd27671e0924c47ebf73658008.tar.gz
Update Unifont to 10.0.06
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--grub.default13
3 files changed, 20 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99087aa1fce0..e6046f2034e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 4 20:17:41 UTC 2017
+# Sat Jan 27 01:34:16 UTC 2018
pkgbase = grub-git
pkgdesc = GNU GRand Unified Bootloader (2)
- pkgver = 2.02.r65.g666237205
+ pkgver = 2.02.r86.gb4d709b6e
pkgrel = 1
url = https://www.gnu.org/software/grub/
install = grub-git.install
@@ -49,8 +49,8 @@ pkgbase = grub-git
backup = etc/grub.d/40_custom
source = grub::git+git://git.savannah.gnu.org/grub.git
source = grub-extras::git+git://git.savannah.gnu.org/grub-extras.git
- source = https://ftp.gnu.org/gnu/unifont/unifont-9.0.06/unifont-9.0.06.bdf.gz
- source = https://ftp.gnu.org/gnu/unifont/unifont-9.0.06/unifont-9.0.06.bdf.gz.sig
+ source = https://ftp.gnu.org/gnu/unifont/unifont-10.0.06/unifont-10.0.06.bdf.gz
+ source = https://ftp.gnu.org/gnu/unifont/unifont-10.0.06/unifont-10.0.06.bdf.gz.sig
source = intel-ucode.patch
source = 10_linux-detect-archlinux-initramfs.patch
source = add-GRUB_COLOR_variables.patch
@@ -58,12 +58,12 @@ pkgbase = grub-git
source = grub.cfg
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 4246c4773ed70f78a7e27ff1118fd257a280d1102200265ad5d58bb2011195ef
+ sha256sums = 0d81571fc519573057b7641d26a31ead55cc0b02a931589fb346a3a534c3dcc1
sha256sums = SKIP
sha256sums = 37adb95049f6cdcbdbf60ed6b6440c5be99a4cd307a0f96c3c3837b6c2e07f3c
sha256sums = b41e4438319136b5e74e0abdfcb64ae115393e4e15207490272c425f54026dd3
sha256sums = a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29
- sha256sums = df764fbd876947dea973017f95371e53833bf878458140b09f0b70d900235676
+ sha256sums = 74e5dd2090a153c10a7b9599b73bb09e70fddc6a019dd41641b0f10b9d773d82
sha256sums = c5e4f3836130c6885e9273c21f057263eba53f4b7c0e2f111f6e5f2e487a47ad
pkgname = grub-git
diff --git a/PKGBUILD b/PKGBUILD
index 1708f12ee10c..66deb1a7f295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _IA32_EFI_IN_ARCH_X64="1"
## "1" to enable EMU build, "0" to disable
_GRUB_EMU_BUILD="0"
-_UNIFONT_VER="9.0.06"
+_UNIFONT_VER="10.0.06"
[[ "${CARCH}" == "x86_64" ]] && _EFI_ARCH="x86_64"
[[ "${CARCH}" == "i686" ]] && _EFI_ARCH="i386"
@@ -18,7 +18,7 @@ _UNIFONT_VER="9.0.06"
[[ "${CARCH}" == "i686" ]] && _EMU_ARCH="i386"
pkgname="grub-git"
-pkgver=2.02.r65.g666237205
+pkgver=2.02.r86.gb4d709b6e
pkgrel=1
pkgdesc="GNU GRand Unified Bootloader (2)"
arch=('x86_64' 'i686')
@@ -58,12 +58,12 @@ source=("grub::git+git://git.savannah.gnu.org/grub.git"
'grub.cfg')
sha256sums=('SKIP'
'SKIP'
- '4246c4773ed70f78a7e27ff1118fd257a280d1102200265ad5d58bb2011195ef'
+ '0d81571fc519573057b7641d26a31ead55cc0b02a931589fb346a3a534c3dcc1'
'SKIP'
'37adb95049f6cdcbdbf60ed6b6440c5be99a4cd307a0f96c3c3837b6c2e07f3c'
'b41e4438319136b5e74e0abdfcb64ae115393e4e15207490272c425f54026dd3'
'a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29'
- 'df764fbd876947dea973017f95371e53833bf878458140b09f0b70d900235676'
+ '74e5dd2090a153c10a7b9599b73bb09e70fddc6a019dd41641b0f10b9d773d82'
'c5e4f3836130c6885e9273c21f057263eba53f4b7c0e2f111f6e5f2e487a47ad')
validpgpkeys=('E53D497F3FA42AD8C9B4D1E835A93B74E82E4209' # Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
'95D2E9AB8740D8046387FD151A09227B1F435A33') # Paul Hardy <unifoundry@unifoundry.com>
diff --git a/grub.default b/grub.default
index fdd1fc381e42..a521de425033 100644
--- a/grub.default
+++ b/grub.default
@@ -1,3 +1,5 @@
+# GRUB boot loader configuration
+
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
@@ -7,6 +9,9 @@ GRUB_CMDLINE_LINUX=""
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
+# Uncomment to enable booting from LUKS encrypted devices
+#GRUB_ENABLE_CRYPTODISK=y
+
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true
@@ -25,14 +30,14 @@ GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
-# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
-# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
+# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
+# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
-# Uncomment and set to the desired menu colors. Used by normal and wallpaper
+# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
@@ -44,4 +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.
#GRUB_SAVEDEFAULT="true"