03-10-2024, 11:29 AM
If you look at line 8 in /etc/default/grub you'll see:
GRUB_DISTRIBUTOR=`grep PRETTY_NAME /etc/lsb-release | cut -d= -f2 | cut -d\" -f2 2> /dev/null || echo Debian`
I posted a slight mod to rc1 which should fix the "Alpha" reference. Thanks guys!
GRUB_DISTRIBUTOR=`grep PRETTY_NAME /etc/lsb-release | cut -d= -f2 | cut -d\" -f2 2> /dev/null || echo Debian`
I posted a slight mod to rc1 which should fix the "Alpha" reference. Thanks guys!