summary refs log tree commit diff
path: root/modules/system
Commit message (Expand)AuthorAge
* * Fix Amazon image generation (broken by r32913).Eelco Dolstra2012-03-13
* * Create a /usr/bin/env symlink. This allows scripts from otherEelco Dolstra2012-03-12
* Properly filter a possible lack of "grub.device", in case of using only "grub...Lluís Batlle i Rossell2012-03-12
* Adding /dev/tty to the stage1, so 'more' and 'less' now page well.Lluís Batlle i Rossell2012-03-11
* Making the stage2 interpreter bash non-interactive, while keeping theLluís Batlle i Rossell2012-03-11
* Disabling the initrd extra tools by default, until further review.Lluís Batlle i Rossell2012-03-11
* Removing a 'set -x' in the stage1 extra tools.Lluís Batlle i Rossell2012-03-11
* TypoLluís Batlle i Rossell2012-03-11
* Making the stage2 'debug2' spawn a shell with job control, like in stage1, ru...Lluís Batlle i Rossell2012-03-11
* A more friendly stage1, with interactive bash, busybox plenty of tools, etc.Lluís Batlle i Rossell2012-03-11
* Making stage2 get a full interactive bash for the stage2 init, so there the s...Lluís Batlle i Rossell2012-03-11
* * Modularize filesystem support. Filesystems such as btrfs andEelco Dolstra2012-03-09
* Allow a way to install grub to multiple devices (for /boot on soft raid arrays).Lluís Batlle i Rossell2012-03-08
* If enabling luks on initrd, also adding cryptsetup to system packages. I thin...Lluís Batlle i Rossell2012-03-08
* Adding an option to luksroot, so it allows to define whether to launch crypts...Lluís Batlle i Rossell2012-03-04
* * Upstart jobs: don't emit a description if there is none.Eelco Dolstra2012-03-04
* upstart: options for setuid and setgidMathijs Kwik2012-03-04
* Making the luks thing of initrd a bit more flexible. I used it to get aLluís Batlle i Rossell2012-03-03
* * If debug2 is passed on the kernel command line, run Upstart withEelco Dolstra2012-03-02
* * Run the stage 2 debug shell at a more useful point (just beforeEelco Dolstra2012-03-02
* * Set the default value for the ‘path’ job attribute using the NixOSEelco Dolstra2012-02-20
* * Use openresolv to set the static nameserver configuration. NextEelco Dolstra2012-02-20
* modules/system/upstart-events/shutdown.nix: refer to bash binary with full pathPeter Simons2011-12-30
* switched all mergeOptionString to pkgs.lib.types.stringFlorian Friesdorf2011-12-29
* Revert "test we have cryptsetup-1.4.1 in initrd"Florian Friesdorf2011-12-28
* Revert "added an "error" to luksroot that should be caught"Florian Friesdorf2011-12-28
* added an "error" to luksroot that should be caughtFlorian Friesdorf2011-12-28
* test we have cryptsetup-1.4.1 in initrdFlorian Friesdorf2011-12-28
* luksroot uses preLVMCommands instead of postDeviceCommandsFlorian Friesdorf2011-12-28
* add preLVMCommands hookFlorian Friesdorf2011-12-28
* luksroot waits for usb driveFlorian Friesdorf2011-12-28
* copy only cryptsetup deps to stage-1 and test cryptsetupFlorian Friesdorf2011-12-28
* enable testing of extraUtilsCommands after patchelfFlorian Friesdorf2011-12-28
* Asking for an interactive shell in case of error umounting filesystems. I'veLluís Batlle i Rossell2011-12-26
* * Handle the util-linux-ng -> util-linux renameEelco Dolstra2011-12-20
* * Set boot.vesa to false if we don't have a fbcondecor-enabled kernel.Eelco Dolstra2011-12-08
* * Remove the cfq_iosched module.Eelco Dolstra2011-11-29
* * Add a module for managing cgroups.Eelco Dolstra2011-11-24
* * Disable all fbcondecor-related stuff if boot.vesa is disabled.Eelco Dolstra2011-11-08
* * Remove loopback devices during shutdown, since they may preventEelco Dolstra2011-11-03
* * Add a module for DRBD.Eelco Dolstra2011-11-03
* * Remove references to the "safemode" boot option, which doesn't doEelco Dolstra2011-11-03
* * modprobe wants /etc/modprobe.d now.Eelco Dolstra2011-11-01
* Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir"...Peter Simons2011-10-30
* find modules | fgrep .nix | fgrep -v .svn | fgrep -v nixpkgs.nix | xargs sed ...Shea Levy2011-10-29
* * Make the permissions on /run less liberal.Eelco Dolstra2011-10-27
* * Don't restart udevtrigger from the switch script. It's triggered byEelco Dolstra2011-10-21
* Add support for NFS root file system.Nicolas Pierron2011-10-15
* * Properly shut down udevd in stage 1. Otherwise there is a slightEelco Dolstra2011-09-22
* strip trailing whitespace; no functional changePeter Simons2011-09-14