blob: a8470e53b2bb49fdba0d496d926001e43baf2dca (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
cat << _EOF
==> Installation:
==> Add theme to your /etc/default/grub: GRUB_THEME="/boot/grub/themes/GNUAxiom/theme.txt"
==> Preferred resolution 1024x768: GRUB_GFXMODE=1024x768
==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg
_EOF
}
|