Commit Graph

32 Commits

Author SHA1 Message Date
Evan Stoll
ca2b26afab add Hyper-V image format to docs
Differentiate Azure and Hyper-V image formats
Azure currently refers to Generation 1/VHD images, whereas Hyper-V refers to Generation 2/VHDX images
2020-05-20 19:56:01 -04:00
lassulus
619bc361b2 README: expand raw image description 2020-05-11 10:02:39 +02:00
lassulus
6ca87aa8e6 formats: add raw-efi 2020-05-10 19:32:33 +02:00
Sebastien Bariteau
c26fd82c4a
doc: qcow is the format name not qcow2 (#52) 2020-05-10 13:33:05 +00:00
MaCXyLo oLyXCaM
f14be9ee75 README.md: select nixpkgs channel 2019-12-02 11:27:25 +01:00
MaCXyLo oLyXCaM
50e8fd3e55 Merge branch 'master' of https://github.com/nix-community/nixos-generators 2019-12-01 20:11:56 +01:00
MaCXyLo oLyXCaM
1ed1ce5e92 add install iso for hyper-v guests 2019-12-01 20:10:37 +01:00
Vo Minh Thu
95f5810ef4 Add a Digital Ocean format. (#47) 2019-12-01 17:25:19 +00:00
lassulus
1575a022ca add lxc image generator 2019-08-30 19:04:38 +02:00
David Kleuker
b7301e2806 Add link to LICENSE file to README (#33)
Also use SPDX full name

https://spdx.org/licenses/MIT.html
2019-08-19 18:16:16 +00:00
David Kleuker
673e43a6a9 Update README (#32)
With the latest install instructions ./ is not needed.

Install command can now be easier copied.
2019-08-19 14:07:08 +00:00
Thomas Kim Pham
4055785d4a cloudstack image documentation 2019-04-26 09:27:07 +02:00
Jacek Galowicz
d00d1f29cf Update readme 2019-04-11 09:12:56 +02:00
Your Name
9c52928089 aarch64: add sd-aarch64-linux format 2019-03-22 22:44:18 +01:00
zimbatm
0cce7924f1 Cleanup (#17)
* rename eval-format.nix to nixos-generate.nix

Make it clear that it's meant to be used by the nixos-generate script

* rename config.nix to configuration.nix

Bring the name closer to /etc/nixos/configuration.nix

* fix the NIXOS_CONFIG

this is the env name that nixos-rebuild uses

* use -I to load the configuration and format

This has a nice side-effect of allowing URLs as configuration

* add Travis CI

* cleanSource

* gitignore nix result files

* use modulesPath everywhere

this makes sure that the passed pkgs in nixos-generate.nix is the same
one we use to load these other modules

* use toString to avoid evaluation error
2019-01-31 23:06:29 +01:00
lassulus
65ca979a13 formats: add azure 2019-01-24 11:49:16 +01:00
Jörg Thalheim
3fe1d1d26f
make nixos-generators installable 2019-01-22 00:19:28 +00:00
lassulus
dfb253fa74 README: add format descriptions 2019-01-20 21:35:04 +01:00
Ingolf Wagner
9b6612c0ea
Update README.md 2019-01-18 22:17:38 +01:00
lassulus
02f33ab0c5 formats: add raw 2019-01-17 22:01:05 +01:00
lassulus
bbe9e78bb3 add license 2019-01-17 17:38:32 +01:00
zimbatm
93e10d0aea central command (#8)
* WIP: eval target

* rename nixos-build to nixos-generate

* rename target to format

* allow to pass arbitrary format paths

* add --help option

* add --list option

* port the rest of the formats

* add short options

* be more precise with the file selection

* use new trick I learned

* support the --run option

for the no-gui version:

    ./nixos-generate --run -f vm-no-gui

* document

* fixup! port the rest of the formats

* fix kexec-bundle
2019-01-17 15:18:00 +01:00
zimbatm
48956192c2
add make-gce: make Google Compute Engine image 2019-01-15 10:48:10 +01:00
Till Höppner
6bf7e8c291 add make-kexec-bundle (#6)
* add make-kexec-bundle

* kexec_tarball_self_extract_script: set -eu and fail with 1

* make-kexec-bundle: Print out-path directly
2019-01-14 22:41:20 +01:00
lassulus
3706884738 add bin/make-qcow 2019-01-13 15:53:59 +01:00
lassulus
4edb2d6d74 add run-vm-nogui 2018-10-26 18:44:19 +02:00
lassulus
b860ec156b README.md: simplify introduction 2018-09-30 13:49:29 +02:00
lassulus
e5afc27d75 add bin/make-kexec 2018-05-20 10:44:49 +02:00
Ingolf Wagner
a4ec50a88c
config.nix is an optional argument now 2018-05-17 22:49:08 +02:00
lassulus
8455621b06 README: fix typo 2018-05-12 12:56:12 +02:00
lassulus
6417e59aa4 add bin/run-vm 2018-05-11 12:01:00 +02:00
lassulus
3c1c12d022 initial commit 2018-04-28 12:17:58 +02:00