summaryrefslogtreecommitdiff
path: root/post
AgeCommit message (Collapse)AuthorFilesLines
2020-05-24post: pmmx: Add all_video modA. Wilcox1-2/+2
2020-05-25Merge branch 'uefi-pmmx' into 'master'A. Wilcox1-1/+1
pmmx: fix EFI image generation when building on x86_64 host See merge request adelie/image!6
2020-04-12pmmx: fix EFI image generation when building on x86_64 hostMax Rees1-1/+1
When generating a pmmx spin on an x86_64 host, the host's grub-mkimage is used, which looks in the host's /usr/lib/grub for i386-efi by default when generating the EFI image. Since this doesn't exist on any of our x86_64 hosts, use the /usr/lib/grub from the squashfs we just generated instead. grub-mkimage supports this usage using the -d/--directory option. This probably would have been noticed earlier since it generates the following fatal error: grub-mkimage: error: cannot open `/usr/lib/grub/i386-efi/moddep.lst': No such file or directory. But the post scripts are run using "sh" instead of "sh -e", ".", etc from the main script.
2020-04-12x86_64: include all_video.mod for UEFI video supportMax Rees1-2/+2
This should generally fix the "blind boot" issue that folks have been presenting in the support channel.
2020-02-02Update boot scripts for RC1 changes; kill easy-kernel-p8A. Wilcox1-2/+0
2020-02-02Better organisation of package lists and post scriptsA. Wilcox4-0/+134