summary refs log tree commit diff
path: root/nixos/modules/installer
Commit message (Collapse)AuthorAge
...
* Merge pull request #4213 from wkennington/master.zfsisoWilliam A. Kennington III2014-10-25
|\ | | | | [Dont Merge] nixos-iso: Add zfs / btrfs to supportedFilesystems
| * nixos-iso: Add zfs / btrfs to supportedFilesystemsWilliam A. Kennington III2014-10-14
| |
* | kde installer: Add gparted, nixos manual and konsole in the desktopLuca Bruno2014-10-23
| |
* | remove unused parameter from nixos module that is causing trouble with ↵Aristid Breitkreuz2014-10-19
|/ | | | nixops 1.2
* nixos-rebuild: Don't pass -K by defaultEelco Dolstra2014-09-10
|
* TypoEelco Dolstra2014-09-08
|
* Merge remote-tracking branch 'origin/staging'Eelco Dolstra2014-09-08
|\ | | | | | | | | Conflicts: pkgs/applications/version-management/subversion/default.nix
| * Merge recent master into stagingVladimír Čunát2014-09-06
| |\ | | | | | | | | | Hydra: ?compare=1150594
| * \ Merge branch 'origin/master' into staging.Peter Simons2014-09-02
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/ffmpeg/2.x.nix pkgs/development/libraries/serf/default.nix
| * \ \ Merge recent master into stagingVladimír Čunát2014-08-30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * \ \ \ Merge recent master into stagingVladimír Čunát2014-08-21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hydra: ?compare=1148749 Conflicts (easy): nixos/modules/virtualisation/containers.nix
| * | | | | Add user attribute isNormalUserEelco Dolstra2014-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is shorthand for setting group, createHome, home, useDefaultShell and isSystemUser.
* | | | | | nixos-option: fixes as suggested by @nbpDomen Kožar2014-09-06
| | | | | |
* | | | | | Remove unrar from the installation CD since it's unfreeEelco Dolstra2014-09-05
| |_|_|_|/ |/| | | |
* | | | | nixos-install: use absolute path when running passwd in chrootLuca Bruno2014-09-03
| | | | |
* | | | | nixos-install: set umask 0022Luca Bruno2014-09-03
| | | | |
* | | | | nixos-option: enable all flags by default and make output a bit readable cc @nbpDomen Kožar2014-09-03
| | | | |
* | | | | nixos/iso-image: Fix grub-mkimage requiring a prefixWilliam A. Kennington III2014-09-03
| | | | |
* | | | | nixos/generate-config: Don't interpret btrfs subvols as bind mountsWilliam A. Kennington III2014-09-02
| | | | |
* | | | | nixos/generate-config: Support detecting nested subvolumesWilliam A. Kennington III2014-09-02
| | | | |
* | | | | Revert "Revert "Merge pull request #2449 from wkennington/master.grub""William A. Kennington III2014-09-02
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | This reverts commit 94205f5f21c4d9942bb4205c06229438051b6853. Conflicts: nixos/modules/system/boot/loader/grub/install-grub.pl
* | | | Revert "Merge pull request #2449 from wkennington/master.grub"Michael Raskin2014-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 469f22d717e53c48d13a66ca862942e8098accc5, reversing changes made to 0078bc5d8f87512104902eab00c8a44bef286067. Conflicts: nixos/modules/installer/tools/nixos-generate-config.pl nixos/modules/system/boot/loader/grub/install-grub.pl nixos/release.nix nixos/tests/installer.nix I tried to keep apparently-safe code in conflicts.
* | | | nixos/generate-config: Fix indentationWilliam A. Kennington III2014-08-29
| |_|/ |/| |
* | | nixos-generate-config: Detect btrfs subvolumesWilliam A. Kennington III2014-08-28
| | |
* | | nixos/ova: Grub uuid detection is broken when generating the ovaWilliam A. Kennington III2014-08-28
| | |
* | | nixos/manual: Use literalExample when feasible.aszlig2014-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | Should bring most of the examples into a better consistency regarding syntactic representation in the manual. Thanks to @devhell for reporting. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos-install.sh: added --root parameterJaka Kranjc2014-08-24
| |/ |/| | | | | | | | | Previously: - setting the mountpoint was only possible through an environment variable - a discrepancy from nixos-generate-config, which has --root
* | nixos-install: Fix copying symlink resolv.conf.aszlig2014-08-17
|/ | | | | | | | On some non-NixOS systems (for example those using "resolvconf"), /etc/resolv.conf is a symlink. So let's dereference when copying hasts and resolv.conf. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Don't silently ignore errors from the activation scriptEelco Dolstra2014-08-15
|
* Mount unionfs-fuse filesystems using the normal fileSystems optionEelco Dolstra2014-07-30
|
* Don't require a device for tmpfs filesystemsEelco Dolstra2014-07-30
|
* Get all lib functions from lib, not pkgs.lib, in modulesShea Levy2014-07-02
|
* Merge pull request #2888 from nilcons/no-random-arch-downgradesMichael Raskin2014-06-30
|\ | | | | Fix nixos-rebuild.sh to depend on Nix
| * Fix nixos-rebuild.sh to depend on NixGergely Risko2014-06-10
| | | | | | | | | | And therefore always choose the correct architecture for the rebuilt system regardless for the PATH setting of the user.
* | nixos-iso: Re-enable new kernel iso images (close #2839)William A. Kennington III2014-06-17
| |
* | nixos-generate-config: fix nix-env example commandBjørn Forsman2014-06-12
|/ | | | | | | | | | | An escape char is needed to prevent "$ nix" from being evaluated and expanded to an empty string. With this change the resulting text is $ nix-env -qaP | grep wget instead of -env -qaP | grep wget
* nixos-build-vms: Fix function invocation to test driverSander van der Burg2014-06-09
|
* nixos-iso: Use a simpler disk labelWilliam A. Kennington III2014-06-08
| | | | | | | | | | | | | When formatting a nixos usb using my windows machine I noticed that the disk labeling using periods was not compatible with my linux kernel / udev recognition. When labeling a volume NIXOS_14.10 under Windows, it would show up as NIXOS_14_10 on NixOS. This meant that /dev/root would never come up at boot time, preventing the livecd from starting. This patch works around this issue by eliminating any special characters other than underscores. The previous versioning didn't seem all that useful, especially when consdering there are many different version of the year.month named iso.
* NixOS ISO: Don't use a unionfs for /Eelco Dolstra2014-05-21
| | | | We don't need a unionfs on /, we only need a tmpfs.
* nixos-install: Fix running it after again the activation scriptEelco Dolstra2014-05-21
|
* NixOS ISO: Set empty root passwordEelco Dolstra2014-05-21
|
* nixos-install: Copy /etc/hostsEelco Dolstra2014-05-21
| | | | http://hydra.nixos.org/build/11130069
* nixos-install: Run in a separate UTS namespaceEelco Dolstra2014-05-09
| | | | This prevents the activation script from clobbering our hostname.
* nixos-install: Don't bind-mount all of /etcEelco Dolstra2014-05-09
| | | | | We only need a copy of /etc/resolv.conf for networking, and /etc/{passwd,group} for building.
* nixos-install: Add operation --chrootEelco Dolstra2014-05-09
| | | | | | "nixos-install --chroot" runs a command (by default a login shell) in a chroot inside the NixOS installation in /mnt. This might useful for poking around a new installation.
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
| | | | This removes the need to have an initially empty root password.
* nixos-install: Don't copy the bootstrap Nix if it's already thereEelco Dolstra2014-05-09
| | | | This makes re-running nixos-install a bit faster.
* nixos-install: Assume the build user group is "nixbld"Eelco Dolstra2014-05-09
| | | | The build user group is always "nixbld", so no need to detect it.
* nixos-install: Run in a private mount namespaceEelco Dolstra2014-05-09
| | | | This ensures that all mounts are automatically cleaned up.
* nixos-install: Don't pass --show-trace by defaultEelco Dolstra2014-05-09
|