09-13-2014, 08:28 AM 
		
	
	
		I guess you can pipe the output to cut. 
In the /etc/default/grub file it will look like this:
Remember to run 'update-grub' after you make the changes!
Cheers  
	
	
	
	
	
Code:
lsb_release -d | cut --output-delimiter=Description: -f 2Code:
GRUB_DISTRIBUTOR="`lsb_release -d | cut --output-delimiter=Description: -f 2`"Code:
sudo update-grub 
	
 
 

 
