diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 00:18:34 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 01:19:28 +0200 |
commit | 526ce419303ac511be8d51b41471022bed472e6b (patch) | |
tree | 1d8475bc359713d6fa405116e556e901862563d7 /gnu/local.mk | |
parent | 2987b2e0d2dba6569799452353890ce5e967898d (diff) | |
download | patches-526ce419303ac511be8d51b41471022bed472e6b.tar patches-526ce419303ac511be8d51b41471022bed472e6b.tar.gz |
gnu: GRUB: Check for errors from efibootmgr.
* gnu/packages/patches/grub-check-error-efibootmgr.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/bootloaders.scm (grub)[source](patches): New field.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d0e84c5972..a2e538570b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -769,6 +769,7 @@ dist_patch_DATA = \ %D%/packages/patches/grep-timing-sensitive-test.patch \ %D%/packages/patches/groff-source-date-epoch.patch \ %D%/packages/patches/groovy-add-exceptionutilsgenerator.patch \ + %D%/packages/patches/grub-check-error-efibootmgr.patch \ %D%/packages/patches/gsl-test-i686.patch \ %D%/packages/patches/gspell-dash-test.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ |