Releases: NucleaPeon/gentooimgr
v0.11.1
EFI and cloud-init images are produced successfully; one caveat is that the networking doesn't get set quite right, so that might make it less than ideal to use.
Error message something like stages.py[ERROR]: Unable to render networking. Network config is likely broken: No available network renderers found. Searched through list: ['eni', 'sysconfig', 'netplan']
, but it specifies more options in the list. It takes a while to get to login because it tries to get a connection and times out a bunch.
However image does get to login and has cloud services running. I changed kernel timings to a more server configuration (pre-emptive desktop and 250 Hz (?) timings) so the command line might seem unresponsive. I may change this back, as it's a bit uncomfortable to use. (See configs/cloud.config
if you want to edit this value yourself)
v0.10.2
Included an --efi-firmware
tag for specifying OVMF firmware files for non-Gentoo OS installations.
v0.10.1
Removing my local gentoo sync mirror so it doesn't cause problems for anyone else
v0.10.0 EFI Release
You can now use EFI in gentoo images by adding in the option --use-efi
in the run
and install
actions as long as you have the efi firmware installed. It defaults to using the Gentoo location, you can install either sys-firmware/edk2-ovmf
or sys-firmware/edk2-ovmf-bin
.
v0.9.1.1
Patched v0.9.1 due to a kernel configuration FileNotFoundException which prevented an automated install
action process.
v0.9.1
Return Codes, Qemu config and addition of some options
Working cloud-init image
For the sole purpose of creating a cloud-init image to use with proxmox, this project works.
It is still beta quality and may encounter some errors or missing functionality with other components.