mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-23 02:45:29 +03:00
Collection of image builders [maintainer=@Lassulus]
image-builderisonixnix-community-buildbotnixosnixos-generatorsqcow2-imagestarred-nix-community-repostarred-repo
bin | ||
lib | ||
.gitignore | ||
config.nix | ||
README.md |
A simple collection of nixos image builders. Just put your stuff into the config.nix and then call one of the image builders.
for example:
bin/make-iso
or
bin/make-iso config.nix
it echoes the path to a iso image, which you then can flash onto an usb-stick or mount & boot in a virtual machine.
we currently have following generators:
format | script |
---|---|
iso | bin/make-iso |
kexec | bin/make-kexec |
openstack | bin/make-openstack |
virtualbox | bin/make-virtualbox |
we also have following runners:
platform | script |
---|---|
qemu-kvm | bin/run-vm |