Commit Graph

342 Commits

Author SHA1 Message Date
Lassulus
d7e45d35e0
Merge pull request #23 from mrVanDalo/feature/aarch64
aarch64: add sd-aarch64-linux format
2019-03-23 17:48:40 +09:00
Ingolf Wanger
223d5c0579 nix-build: add --cores parameter 2019-03-22 22:57:14 +01:00
Your Name
9c52928089 aarch64: add sd-aarch64-linux format 2019-03-22 22:44:18 +01:00
lassulus
c54ce47d5d openstack: rename nova-image to openstack-image 2019-02-21 03:20:24 +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
lassulus
942930d595 find runner in /bin of output 2019-01-22 07:38:54 +01:00
Lassulus
c7c260c014
Merge pull request #16 from Mic92/master
make nixos-generators installable
2019-01-22 07:23:02 +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
lassulus
dd1faf4a14 use realpath to allow relative paths 2019-01-20 21:11:45 +01:00
lassulus
ca7df9db1e add nix-shell shebang for jq dependency 2019-01-20 21:11:45 +01:00
Lassulus
62935df891
Merge pull request #13 from mrVanDalo/master
Update README.md
2019-01-19 10:34:11 +01:00
Ingolf Wagner
9b6612c0ea
Update README.md 2019-01-18 22:17:38 +01:00
Lassulus
ef1e4480cf
Merge pull request #11 from zimbatm/configurable-system
add option to specify the target system
2019-01-18 10:41:01 +01:00
lassulus
517509f5bc formats vm-nogui: resize on login 2019-01-17 22:01:05 +01:00
lassulus
02f33ab0c5 formats: add raw 2019-01-17 22:01:05 +01:00
lassulus
147d26d8df formats/qcow: set grub.device with mkDefault 2019-01-17 21:54:58 +01:00
zimbatm
7dba49affb
add option to specify the target system
This could be useful if the machine has remote builders setup that
support the target system.
2019-01-17 19:41:50 +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
Lassulus
400b73364a
Merge pull request #7 from zimbatm/make-gce
add make-gce: make Google Compute Engine image
2019-01-15 19:18:50 +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
6edfe60c40 bin/run-vm: remove unnecessary paranthesis 2019-01-13 15:54:30 +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
e78fd31880 bin/*: pass extra arguments to nix-build 2018-10-20 20:27:37 +02:00
lassulus
b860ec156b README.md: simplify introduction 2018-09-30 13:49:29 +02:00
Lassulus
3fd2032692
Merge pull request #3 from mrVanDalo/forward-ssh
Forward ssh & add .gitignore
2018-08-14 21:19:51 +02:00
Ingolf Wagner
731f48ca4e add .gitignore 2018-08-11 20:40:57 +02:00
Ingolf Wagner
bfc32d6038 forward ssh port 2018-08-11 20:37:41 +02:00
lassulus
e5afc27d75 add bin/make-kexec 2018-05-20 10:44:49 +02:00
Lassulus
d0e1f1aad3
Merge pull request #2 from mrVanDalo/iso
make-iso generates bootable image and make-install-iso generates a customizable install image
2018-05-19 10:54:10 +02:00
Ingolf Wagner
9e09898dad
add make-install-iso to create customized installation image 2018-05-19 00:40:23 +02:00
Ingolf Wagner
e37ca3a05a
make-iso generates a bootable image 2018-05-19 00:40:16 +02:00
Lassulus
e63b226c07
Merge pull request #1 from mrVanDalo/better-config
config.nix is an optional argument now
2018-05-17 22:51:42 +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
13ddeabb1b add --no-out-link to all scripts 2018-05-12 12:55:55 +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