diff options
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 |