Skip to content

Releases: NucleaPeon/gentooimgr

v0.11.1

02 Feb 17:28
Compare
Choose a tag to compare

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

29 Jan 19:26
Compare
Choose a tag to compare

Included an --efi-firmware tag for specifying OVMF firmware files for non-Gentoo OS installations.

v0.10.1

28 Jan 05:25
Compare
Choose a tag to compare

Removing my local gentoo sync mirror so it doesn't cause problems for anyone else

v0.10.0 EFI Release

28 Jan 03:18
Compare
Choose a tag to compare

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

10 Jan 02:47
Compare
Choose a tag to compare

Patched v0.9.1 due to a kernel configuration FileNotFoundException which prevented an automated install action process.

v0.9.1

08 Jan 07:19
Compare
Choose a tag to compare

Return Codes, Qemu config and addition of some options

Working cloud-init image

14 Dec 19:00
Compare
Choose a tag to compare
Pre-release

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.