diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-10 20:03:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 20:03:57 +0300 |
commit | 99a14b71386ef019f2599e2e8834d40db97a2e83 (patch) | |
tree | 451066f704ddb144c102466fa4f0d507a9ef6cb9 /core/grub/files | |
parent | 938cb1f54f0174a5994345e4dc49888c614db430 (diff) | |
download | repository-99a14b71386ef019f2599e2e8834d40db97a2e83.tar.gz |
change default distributor to Carbs
Diffstat (limited to 'core/grub/files')
-rw-r--r-- | core/grub/files/grub.default | 2 |
1 files changed, 1 insertions, 1 deletions
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 |