added GRUB_DISTRIBUTOR= to install script

This commit is contained in:
davedatum 2019-10-30 01:38:03 +00:00
parent dbe1c2122b
commit e0c6987f1a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ post_install() {
sed -i -e 's,.*GRUB_THEME=.*,GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt",' /etc/default/grub
sed -i -e 's,.*GRUB_GFXMODE=.*,GRUB_GFXMODE=auto,' /etc/default/grub
sed -i -e 's,.*GRUB_DISTRIBUTOR=.*,GRUB_DISTRIBUTOR="TROMjaro Linux",' /etc/default/grub
grub-mkconfig -o /boot/grub/grub.cfg
cat << _EOF