about summary refs log tree commit diff
path: root/nixos/maintainers
Commit message (Collapse)AuthorAge
* Better support for HVM instances. Now the NixOS images canRob Vermaas2014-05-21
| | | | | | | | | | | | | be used on HVM instances without needing nixops. Previously the grub setup was incorrect, so a plain 'nixos-rebuild switch' and a reboot would result in a broken system. Also added growing of the partition of the root disk in the initrd, so you can run resize2fs after initial boot, without needing an extra reboot. This is useful especially for nixops' deployment.ec2.ebsInitialRootDiskSize option. (cherry picked from commit 044a24e58bcf4cf48df02df936c542839fb08d90)
* Use HVM instance for EBS creator, guarantees everything is created in the ↵Rob Vermaas2014-05-21
| | | | | | correct zone. (cherry picked from commit c9763e20e5e793be5eef155601f59dd7639c7ba3)
* Fix EC2 creation script for latest nixopsRob Vermaas2014-04-28
| | | | (cherry picked from commit 361eb3a5f50aba4ecfe08bf37640179dfc2e6453)
* Add script to create and upload GCE image.Rob Vermaas2014-04-14
|
* Add all AWS regions to EBS AMI creation script.Rob Vermaas2014-02-11
|
* Don't include the code name in the EBS AMI nameEelco Dolstra2013-11-19
|
* Adapt S3 ami creation script to new nixpkgs structureRob Vermaas2013-11-08
|
* Updating EC2 EBS HVM creation script.Rob Vermaas2013-11-08
| | | | | | * Use smaller instances to generate HVM images * Use HVM base image that has 4 ephemeral disks in device mapping * As grub is not on the base images anymore, install it first before copying parts of its contents
* Fix test deployment in EC2 creation scriptRob Vermaas2013-11-08
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10