I just did a clean install and I noticed something strange in Grub2. It says "
Description: Linux Lite 2.0" instead of just plain "
Linux Lite 2.0". This is generated by the
lsb_release -d command in
/etc/default/grub:
Code:
gayle@lite:~$ lsb_release -d
Description: Linux Lite 2.0
Is there any way to change this?
I guess you can pipe the output to cut.
Code:
lsb_release -d | cut --output-delimiter=Description: -f 2
In the /etc/default/grub file it will look like this:
Code:
GRUB_DISTRIBUTOR="`lsb_release -d | cut --output-delimiter=Description: -f 2`"
Remember to run 'update-grub' after you make the changes!
Cheers

I got the same output.
Maybe that's the correct way to display it I think.
It could be the default way, but I think it's nicer to just say "Linux Lite 2.0"
Edit:
: that actually worked, thanks

Hello!
You could install grub-customizer (plus its PPA) and grub2-splashimages to 'pimp' out your GRUB screen and make it say anything you want it to...
73 DE N4RPS
Rob