* do not depend on which (FS#64155)
* improve wording (FS#64070)
This commit is contained in:
parent
7e27ec9d2d
commit
7155ffaf1c
4
PKGBUILD
4
PKGBUILD
@ -23,7 +23,7 @@ pkgname='grub'
|
|||||||
pkgdesc='GNU GRand Unified Bootloader (2)'
|
pkgdesc='GNU GRand Unified Bootloader (2)'
|
||||||
_pkgver=2.04
|
_pkgver=2.04
|
||||||
pkgver=${_pkgver/-/}
|
pkgver=${_pkgver/-/}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
epoch=2
|
epoch=2
|
||||||
url='https://www.gnu.org/software/grub/'
|
url='https://www.gnu.org/software/grub/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -73,7 +73,7 @@ sha256sums=('SKIP'
|
|||||||
'SKIP'
|
'SKIP'
|
||||||
'171415ab075d1ac806f36c454feeb060f870416f24279b70104bba94bd6076d4'
|
'171415ab075d1ac806f36c454feeb060f870416f24279b70104bba94bd6076d4'
|
||||||
'a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29'
|
'a5198267ceb04dceb6d2ea7800281a42b3f91fd02da55d2cc9ea20d47273ca29'
|
||||||
'b8fe532668cb12c34d2a26221298f2459fac7c5578a14476a2af8c20aed5c101')
|
'690adb7943ee9fedff578a9d482233925ca3ad3e5a50fffddd27cf33300a89e3')
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
# grub-mkconfig: Use portable "command -v" to detect installed programs
|
# grub-mkconfig: Use portable "command -v" to detect installed programs
|
||||||
|
@ -49,6 +49,6 @@ GRUB_DISABLE_RECOVERY=true
|
|||||||
# Uncomment to get a beep at GRUB start
|
# Uncomment to get a beep at GRUB start
|
||||||
#GRUB_INIT_TUNE="480 440 1"
|
#GRUB_INIT_TUNE="480 440 1"
|
||||||
|
|
||||||
# Uncomment to make GRUB remember the last selection. This requires to
|
# Uncomment to make GRUB remember the last selection. This requires
|
||||||
# set 'GRUB_DEFAULT=saved' above.
|
# setting 'GRUB_DEFAULT=saved' above.
|
||||||
#GRUB_SAVEDEFAULT="true"
|
#GRUB_SAVEDEFAULT="true"
|
||||||
|
Loading…
Reference in New Issue
Block a user