added GRUB_DISTRIBUTOR= to install script
This commit is contained in:
parent
dbe1c2122b
commit
e0c6987f1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user