summaryrefslogtreecommitdiffstats
path: root/system/grub2/README
diff options
context:
space:
mode:
author crocket <crockabiscuit@yahoo.com>2010-08-28 15:05:56 -0400
committer Erik Hanson <erik@slackbuilds.org>2010-08-29 15:32:15 -0500
commit056131c490721cf57b7917eb467447266b257656 (patch)
tree3389119747015e51f03b48be3024995de9250ac3 /system/grub2/README
parent681a94659de0771ebae1aa2cf61f4a33fb1307be (diff)
downloadslackbuilds-056131c490721cf57b7917eb467447266b257656.tar.gz
slackbuilds-056131c490721cf57b7917eb467447266b257656.tar.xz
system/grub2: Build a graphical terminal font.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/grub2/README')
-rw-r--r--system/grub2/README13
1 files changed, 4 insertions, 9 deletions
diff --git a/system/grub2/README b/system/grub2/README
index 0079f7d26b..3c3ba67079 100644
--- a/system/grub2/README
+++ b/system/grub2/README
@@ -2,13 +2,8 @@ GRUB2 (the GRand Unified Bootloader)
GNU GRUB is a multiboot boot loader.
-If you want to use a big font in a graphical terminal of grub2,
-try the below command.
-grub-mkfont -o /usr/share/grub/unifont.pf2 -abv -s [font size] /usr/share/
-fonts/unifont/unifont.ttf
+If you want to set the size of font then give FONT_SIZE=size
+option to the list of build options.
+The default size is 16.
-If you want to use a fixed sized small font in gfxterm,
-try this. grub-mkfont -o /usr/share/grub/unifont.pf2 -v /usr/share/fonts/
-unifont/unifont.pcf.gz
-
-Requires: osprober unifont help2man \ No newline at end of file
+This requires osprober, unifont, and help2man.