diff options
Diffstat (limited to 'skel/.default')
-rw-r--r-- | skel/.default/grub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skel/.default/grub b/skel/.default/grub index fb7a30c..0a61a10 100644 --- a/skel/.default/grub +++ b/skel/.default/grub @@ -3,7 +3,7 @@ # /boot/grub/grub.cfg. GRUB_DEFAULT=saved -GRUB_DISTRIBUTOR=Rogentos +GRUB_DISTRIBUTOR=Kogaion GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=true GRUB_TIMEOUT=5 @@ -42,7 +42,7 @@ GRUB_COLOR_NORMAL="white/black" GRUB_COLOR_HIGHLIGHT="magenta/black" if [ -f "/etc/default/kogaion-grub" ]; then - # this file is placed by the Rogentos Installer and contains + # this file is placed by the Kogaion Installer and contains # custom GRUB_CMDLINE_LINUX parameters created at install # time. source /etc/default/kogaion-grub |