LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Strange title in Grub2
#1
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?
Reply
#2
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!
Code:
sudo update-grub
Cheers Smile
Reply
#3
I got the same output.

[Image: p6y0N2E.png]

Maybe that's the correct way to display it I think.
Reply
#4
It could be the default way, but I think it's nicer to just say "Linux Lite 2.0" Smile

Edit:
@misko_2083: that actually worked, thanks Smile
Reply
#5
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


[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)