Lorax is a set of tools used to create bootable images.
grub2 used to install efi fonts in boot/efi/EFI/*/fonts/ but now it's installing them in boot/grub2/fonts/ Adjust the lorax templates to install the new location. This should hopefully fix the rawhide compose error: DEBUG util.py:446: 2021-07-08 16:10:05,585: template command error in x86.tmpl: DEBUG util.py:446: template command error in x86.tmpl: DEBUG util.py:446: 2021-07-08 16:10:05,585: install boot/efi/EFI//fonts/unicode.pf2 EFI/BOOT/fonts/ DEBUG util.py:446: install boot/efi/EFI//fonts/unicode.pf2 EFI/BOOT/fonts/ DEBUG util.py:446: 2021-07-08 16:10:05,586: OSError: nothing matching /var/tmp/lorax/lorax.t80f74er/installroot/boot/efi/EFI//fonts/unicode.pf2 in / DEBUG util.py:446: OSError: nothing matching /var/tmp/lorax/lorax.t80f74er/installroot/boot/efi/EFI//fonts/unicode.pf2 in / Signed-off-by: Kevin Fenzi <kevin@scrye.com> |
||
---|---|---|
.github/workflows | ||
docs | ||
etc | ||
rel-eng | ||
share/templates.d/99-generic | ||
src | ||
systemd | ||
test | ||
tests | ||
utils | ||
.coveragerc | ||
.dockerignore | ||
.gitignore | ||
ANNOUNCE | ||
AUTHORS | ||
COPYING | ||
Dockerfile.test | ||
HACKING.md | ||
lorax.spec | ||
Makefile | ||
POLICY | ||
README.md | ||
RELEASE.md | ||
requirements.txt | ||
setup.py | ||
test-packages | ||
TODO |
Lorax is a set of tools used to create bootable images.
- lorax - creates the Anaconda boot.iso used to install Fedora
- livemedia-creator - uses Anaconda to create bootable images
See the Weldr blog for more info about BDCS and the Lorax documentation for more information about Lorax and associated tools.