From 99a14b71386ef019f2599e2e8834d40db97a2e83 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 10 Dec 2019 20:03:57 +0300 Subject: change default distributor to Carbs --- core/grub/checksums | 2 +- core/grub/files/grub.default | 2 +- core/grub/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/grub/checksums b/core/grub/checksums index 11c607c3..43950510 100644 --- a/core/grub/checksums +++ b/core/grub/checksums @@ -1,2 +1,2 @@ e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d grub-2.04.tar.xz -93cde7ed22280bf1bf205d1e2c9700c64d8d32bd759569f6e00913ec001389c5 grub.default +5d05ace6f6dda3e32908b018a7b5c38ab195792449805cb41563899924d8cf45 grub.default diff --git a/core/grub/files/grub.default b/core/grub/files/grub.default index 762f3384..a8c6ab34 100644 --- a/core/grub/files/grub.default +++ b/core/grub/files/grub.default @@ -2,7 +2,7 @@ GRUB_DEFAULT=0 GRUB_TIMEOUT=5 -GRUB_DISTRIBUTOR="KISS" +GRUB_DISTRIBUTOR="Carbs" GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet" # Preload both GPT and MBR modules so that they are not missed diff --git a/core/grub/version b/core/grub/version index b24222c0..621313cd 100644 --- a/core/grub/version +++ b/core/grub/version @@ -1 +1 @@ -2.04 3 +2.04 4 -- cgit v1.2.3