Change-Id: I349420dc3eae541206ff18cd46faf42c53a05e2b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1783
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -84,6 +84,7 @@ if [ "$BOOTMODE" == "efi" ]; then |
| 84 | 84 |
fi |
| 85 | 85 |
|
| 86 | 86 |
rm -rf ${BUILDROOT}/boot/grub2/fonts
|
| 87 |
+cp boot/ascii.pf2 ${BUILDROOT}/boot/grub2/
|
|
| 87 | 88 |
mkdir -p ${BUILDROOT}/boot/grub2/themes/photon
|
| 88 | 89 |
cp boot/splash.png ${BUILDROOT}/boot/grub2/themes/photon/photon.png
|
| 89 | 90 |
cp boot/terminal_*.tga ${BUILDROOT}/boot/grub2/themes/photon/
|
| ... | ... |
@@ -94,6 +95,7 @@ cat > $BUILDROOT/boot/grub2/grub.cfg << EOF |
| 94 | 94 |
set default=0 |
| 95 | 95 |
set timeout=5 |
| 96 | 96 |
search -n -u $BOOT_UUID -s |
| 97 |
+loadfont "$BOOT_DIRECTORY"grub2/ascii.pf2 |
|
| 97 | 98 |
|
| 98 | 99 |
insmod gfxterm |
| 99 | 100 |
insmod vbe |