diff options
author | crocket <crockabiscuit@yahoo.com> | 2010-07-10 10:27:02 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-11 10:28:11 -0500 |
commit | 03daf0605a90e78f1568ebb4a97d971e2a11a727 (patch) | |
tree | 9a6796374464179747980ba2eae1dfb9747b0d16 /system/grub2/README | |
parent | 1ae2e43b3812edf05daf3cbcc97335f889389bb1 (diff) | |
download | slackbuilds-03daf0605a90e78f1568ebb4a97d971e2a11a727.tar.gz |
system/grub2: Added (GRand Unified Bootloader)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/grub2/README')
-rw-r--r-- | system/grub2/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/grub2/README b/system/grub2/README new file mode 100644 index 0000000000..0079f7d26b --- /dev/null +++ b/system/grub2/README @@ -0,0 +1,14 @@ +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 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 |