diff options
Diffstat (limited to 'pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install')
-rw-r--r-- | pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install b/pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install new file mode 100644 index 000000000..a8470e53b --- /dev/null +++ b/pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install @@ -0,0 +1,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 +}
\ No newline at end of file |