netboot tarball missing grub/fonts/unicode.pf2?
Bug #2033692 reported by
Steve Langasek
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
livecd-rootfs (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I'm in the process of updating https:/
Maybe we should include this font file in the netboot tarball we now provide? (and include a grub.cfg that loads it?)
I checked and it doesn't appear to be part of the signed grub efi image.
Related branches
~mwhudson/livecd-rootfs/+git/livecd-rootfs:netboot-grub-font
- Julian Andres Klode: Needs Fixing
- Steve Langasek: Needs Fixing
-
Diff: 59 lines (+17/-2) (has conflicts)2 files modifieddebian/changelog (+9/-0)
live-build/ubuntu-server/hooks/05-netboot-tarball.binary (+8/-2)
tags: | added: rls-mm-incoming |
To post a comment you must log in.
The relevant bits of the grub.cfg there:
if loadfont unicode ; then dir=$prefix/ locale
set gfxmode=auto
set locale_
set lang=en_US
fi