Bug#630998: grub-common: unicode.pf2 is not copied to /boot/grub/ by grub-pc postinst on crypted systems
Dwayne Litzenberger
dlitz at dlitz.net
Sun Sep 9 02:19:40 UTC 2012
Also, the postinst script is the wrong place to do this. It should be
be done in grub-install or in update-grub, since when you're installing
for the first time, the usual workflow is something like this:
apt-get install grub-efi-amd64 # postinst happens here
mkdir /boot/efi ; mount -t vfat $EFI_DEVICE /boot/efi # mount EFI
grub-install $BOOT_DEVICE # /boot/grub created here
update-grub
So if the copy happens in in the postinst, then unicode.pf2 will always
be missing until the grub package is updated again.
Cheers,
- Dwayne
--
Dwayne C. Litzenberger <dlitz at dlitz.net>
OpenPGP: 19E1 1FE8 B3CF F273 ED17 4A24 928C EC13 39C2 5CF7
More information about the Pkg-grub-devel
mailing list