Imogen system image generator
Project description
Overview
Imogen is a system image generator, primarily intended for generating cloud imaged for Linux operating systems which employ kickstart files for automated installs.
The tool takes advantage of hard drive emulation enabled on most distribution ISO images, booting into Anaconda to perform an automated build with a kickstart file imbedded into the image.
For now it only supports AWS, but expect more providers in the future.
This tool is still in early development, but is being used. Please report issues. PRs welcome!
Usage
See the examples directory for configuration and kickstart examples.
To build a basic AMI for Rocky 9, make sure you have AWS credentials configured and run:
imogen -c examples/rocky-9.yaml --aws
Troubleshooting tips
Probing instance
If you need to probe the system during the build, you can use a %pre script and have it log to the console
%pre --log=/dev/tty
ls -l /sys/class/block
%end
My root partition isn’t automatically growing
Check the cloud-init logs. The growpart module doesn’t support LVM, so you’ll need to create your own logic and run it in bootcmd
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imogen-0.1.0.tar.gz.
File metadata
- Download URL: imogen-0.1.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6718082a6efc672b06ee7e362bb98751726d7ccb9bfed3793a8952406ec755f9
|
|
| MD5 |
76c72366176aefb3c4a38cbf2d7a7a53
|
|
| BLAKE2b-256 |
5f2d11d2cfc4c2139c010e9e17741db182d13b1df29d5f994b09d9bfdb83ee28
|
File details
Details for the file imogen-0.1.0-py3-none-any.whl.
File metadata
- Download URL: imogen-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddfe9b690efd1cf804523cdcd3fdc7e656d26271304b9266eff7b10a83f25ef6
|
|
| MD5 |
eeac17026f145dc203c8c4529c482067
|
|
| BLAKE2b-256 |
be2cfc7b41b79f5d69249d478ccc58f693091364295dae337f963080dec5ca46
|