Collection of image builders [maintainer=@Lassulus]
Go to file
2018-09-30 13:49:29 +02:00
bin add bin/make-kexec 2018-05-20 10:44:49 +02:00
lib forward ssh port 2018-08-11 20:37:41 +02:00
.gitignore add .gitignore 2018-08-11 20:40:57 +02:00
config.nix initial commit 2018-04-28 12:17:58 +02:00
README.md README.md: simplify introduction 2018-09-30 13:49:29 +02:00

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