From be4c4d79cf7799dcf5d8efd029433379477f77e4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Jul 2012 22:37:16 -0400 Subject: [PATCH] grub-menu-builder: GRUB now installs unicode.pf2 automatically --- modules/installer/grub/grub-menu-builder.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/installer/grub/grub-menu-builder.pl b/modules/installer/grub/grub-menu-builder.pl index 27c923a279a..6ac55f3b7af 100644 --- a/modules/installer/grub/grub-menu-builder.pl +++ b/modules/installer/grub/grub-menu-builder.pl @@ -63,8 +63,6 @@ if ($grubVersion == 1) { } else { - copy "$grub/share/grub/unicode.pf2", "/boot/grub/unicode.pf2" or die "cannot copy unicode.pf2 to /boot/grub: $!\n"; - $conf .= " if [ -s \$prefix/grubenv ]; then load_env @@ -86,7 +84,7 @@ else { set timeout=$timeout fi - if loadfont $bootRoot/grub/unicode.pf2; then + if loadfont $bootRoot/grub/fonts/unicode.pf2; then set gfxmode=640x480 insmod gfxterm insmod vbe