diff options
author | Cem Keylan <cem@ckyln.com> | 2021-06-10 22:45:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-06-10 22:45:10 +0300 |
commit | 8b514a144e8a8f69b50f71831da41866232d058a (patch) | |
tree | 11f75524a2b9d949e8465e07ee835fcf02c264be /extra | |
parent | 25602f0b95561c7cc4e8704c9529afe8ca150a19 (diff) | |
download | repository-8b514a144e8a8f69b50f71831da41866232d058a.tar.gz |
grub: bump to 2.06
Diffstat (limited to 'extra')
-rw-r--r-- | extra/grub/checksums | 2 | ||||
-rw-r--r-- | extra/grub/message | 9 | ||||
-rw-r--r-- | extra/grub/sources | 2 | ||||
-rw-r--r-- | extra/grub/version | 2 |
4 files changed, 12 insertions, 3 deletions
diff --git a/extra/grub/checksums b/extra/grub/checksums index 43950510..b6c2896f 100644 --- a/extra/grub/checksums +++ b/extra/grub/checksums @@ -1,2 +1,2 @@ -e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d grub-2.04.tar.xz +b79ea44af91b93d17cd3fe80bdae6ed43770678a9a5ae192ccea803ebb657ee1 grub-2.06.tar.xz 5d05ace6f6dda3e32908b018a7b5c38ab195792449805cb41563899924d8cf45 grub.default diff --git a/extra/grub/message b/extra/grub/message new file mode 100644 index 00000000..f53ebb61 --- /dev/null +++ b/extra/grub/message @@ -0,0 +1,9 @@ +[1;31mWARNING[m + +Grub now disables the use of os-prober by default. If you want to reenable it, +add the following line to the [1m/etc/default/grub[m file: + + + GRUB_DISABLE_OS_PROBER="false" + + diff --git a/extra/grub/sources b/extra/grub/sources index 3c08ed68..545e4d45 100644 --- a/extra/grub/sources +++ b/extra/grub/sources @@ -1,2 +1,2 @@ -https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz grub/ +https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz grub/ files/grub.default diff --git a/extra/grub/version b/extra/grub/version index 621313cd..56b20f9b 100644 --- a/extra/grub/version +++ b/extra/grub/version @@ -1 +1 @@ -2.04 4 +2.06 1 |