Commit Graph

66 Commits (35cfe2c29c96d93b4430c59983361c61aaf002ae)

Author SHA1 Message Date
Rob Vermaas 8523d0e44c Dohh 10 years ago
Rob Vermaas 028807c3a0 amazon-image.nix: Pass --option build-users-group '' to nix tools to make Amazon generation work with nix-1.8+ 10 years ago
Shea Levy fb565f1a4e amazon-image.nix: Overwrite busybox swapon 10 years ago
Rob Vermaas 04e648f789 Change size of Amazon EC2 S3-backed images to 8GB (was 4GB). 10 years ago
Rob Vermaas fe3a63b7d0 EC2: allow building S3-backed HVM ami's 10 years ago
Rob Vermaas 3da94435c0 Add option ec2.hvm, to set some boot configuration specific for EC2 HVM instances. 10 years ago
Rob Vermaas 7d3dcd9a8c Set console=ttyS0 for Amazon EC2 instances, as suggested by Amazon. 10 years ago
Eelco Dolstra 4fc151b5a3 nixos-install: Ask the user to set a root password 10 years ago
Eelco Dolstra 29027fd1e1 Rewrite ‘with pkgs.lib’ -> ‘with lib’ 10 years ago
Rickard Nilsson d5211b0e0e Make initialRootPassword overrideable in all virtualisation modules, not just virtualbox. 10 years ago
Rickard Nilsson 0b92ad02c8 Re-introduce security.initialRootPassword, and add a new option users.extraUsers.<user>.hashedPassword 10 years ago
Rickard Nilsson eb2f44c18c Generate /etc/passwd and /etc/group at build time 10 years ago
Eelco Dolstra 4ba7dfde5b Don't set an initial null root password for Amazon / VirtualBox images 11 years ago
Eelco Dolstra 259f7a93b1 Rename environment.nix -> nix.package 11 years ago
Eelco Dolstra 5c1f8cbc70 Move all of NixOS to nixos/ in preparation of the repository merge 11 years ago
Eelco Dolstra a8fa59aa73 Amazon's pv-grub is GRUB 1 11 years ago
Eelco Dolstra 17457297cb Update all legacy-style modules 11 years ago
Eelco Dolstra 57c35c94ca Use the qemu-kvm wrapper 11 years ago
Eelco Dolstra 859d75186a Put the root FS of S3-backed instances on ext4 12 years ago
Eelco Dolstra fc14a31f2c unionfs: Increase the open file limit 12 years ago
Shea Levy 3ef1432866 Update create-s3-amis and amazon-image.nix to recent nixos 12 years ago
Shea Levy ac9002ce18 amazon-image: use unionfs-fuse instead of aufs 12 years ago
Eelco Dolstra 458f36f5f1 Turn fileSystems into an attribute set 12 years ago
Eelco Dolstra 16da4a14f1 amazon-image.nix: Don't put any old configurations in the GRUB menu 12 years ago
Eelco Dolstra 7613ae950a Fix booting on EC2 12 years ago
Eelco Dolstra 3b314fa40b * Include cryptsetup in EC2 AMIs. 12 years ago
Eelco Dolstra 2821289aeb * Ugly hack: force udev to exit to prevent random "Device or resource 12 years ago
Eelco Dolstra 185e9b69ed * Assume that the ephemeral devices are called /dev/xvda-e. So 12 years ago
Eelco Dolstra 83679c99b1 * Don't put /var and /nix on ephemeral storage if we're booting 12 years ago
Eelco Dolstra 852e513638 * Handle booting from /dev/xvda. 12 years ago
Eelco Dolstra f55cf99c7c * Typo. 12 years ago
Eelco Dolstra 3e30d87c26 * aufs2 -> aufs. 13 years ago
Eelco Dolstra 8a0a0efb48 * Force getting the hostname from EC2. 13 years ago
Eelco Dolstra 4abfacb468 * In the initrd, automatically mount all available ephemeral disks. 13 years ago
Eelco Dolstra e0573105b7 * Disable stuff like ALSA and the splash screen in headless setups 13 years ago
Peter Simons 20b364f4de Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 13 years ago
Shea Levy 09cf6ce70c find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed -i -e 's|/nix/var|${config.nixpkgs.config.nix.stateDir}|g' -e 's|/nix/store|${config.nixpkgs.config.nix.storeDir}|g' 13 years ago
Eelco Dolstra 5a03989036 * Fix Amazon image generation (there is no $ORIG_TMPDIR in 13 years ago
Peter Simons eb6e1310b8 strip trailing whitespace; no functional change 13 years ago
Rob Vermaas d0ad799582 bind mount /proc in chroot dureing image creation, to prevent some error 13 years ago
Eelco Dolstra 2e2282bd5e * Added a module to create a disk image for Nova. 13 years ago
Eelco Dolstra d550cc6d63 * Grmbl. Create the missing mount points. 14 years ago
Eelco Dolstra 68ebbb6093 * Put /nix on /ephemeral0 using AUFS (with the original /nix from the 14 years ago
Eelco Dolstra 34719e0c4a * On second thought, panicking in stage 1 doesn't help because it 14 years ago
Eelco Dolstra a242602b40 * /data -> /ephemeral0. 14 years ago
Eelco Dolstra 4963f769d9 * Print the host public key on the console so that the user can obtain 14 years ago
Eelco Dolstra 4bca743766 * Typo. 14 years ago
Eelco Dolstra d659488209 * Use the regular GRUB menu builder for Amazon. There are two issues: 14 years ago
Eelco Dolstra d7f638da0c * Amazon now supports booting a custom kernel in the AMI using 14 years ago
Eelco Dolstra b614179eed * Install a configuration.nix in the AMI. 14 years ago