summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system
AgeCommit message (Expand)Author
2014-10-05Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra
2014-09-24Add cryptodisk support for GrubFranz Pletz
2014-09-24Merge pull request #4244 from abbradar/resumeEelco Dolstra
2014-09-24stage-1: Use udevadm instead of blkidNikolay Amiantov
2014-09-24stage-1: autodetect resume swap partitionsNikolay Amiantov
2014-09-23Fix #4236William A. Kennington III
2014-09-23nixos/install-grub: Don't run GrubFs(/nix/store) if copyKernels is trueRickard Nilsson
2014-09-15systemd: Support reload scriptsWilliam A. Kennington III
2014-09-08Do not assert absolute path for nodev grub device. Closes #3996Luca Bruno
2014-09-05Merge pull request #3961 from wkennington/master.grubThomas Tuegel
2014-09-05Fix initrd after recent busybox upgradesLuca Bruno
2014-09-04nixos/grub: Assert devices should be absolute pathsWilliam A. Kennington III
2014-09-04nixos/install-grub: Read correct mountpointsWilliam A. Kennington III
2014-09-04Merge pull request #3944 from joshcartwright/gummiboot-timeout-fixMichael Raskin
2014-09-03nixos/install-grub: Correct store path for searchWilliam A. Kennington III
2014-09-03gummiboot/builder: fix timeout setting when unsetJosh Cartwright
2014-09-02nixos/install-grub: Fix typoWilliam A. Kennington III
2014-09-02nixos/generate-config: Only add store search path when kernels are not copiedWilliam A. Kennington III
2014-09-02nixos/install-grub: Only check for /nix to be the mountPoint for the storeWilliam A. Kennington III
2014-09-02nixos/install-grub: Always copy kernels for different devicesWilliam A. Kennington III
2014-09-02nixos/install-grub: Detect nested btrfs subvolumesWilliam A. Kennington III
2014-09-02nixos/install-grub: Store path should be /nix/store not /nixWilliam A. Kennington III
2014-09-02Revert "Revert "Merge pull request #2449 from wkennington/master.grub""William A. Kennington III
2014-09-02Load EHCI befor OHCI and UHCI; from patch by Mathnerd314Michael Raskin
2014-08-31grub: fix grub merge errorLongrin Wischnewski
2014-08-31Revert "Merge pull request #2449 from wkennington/master.grub"Michael Raskin
2014-08-30Merge pull request #3864 from nbp/useless-submodulesNicolas B. Pierron
2014-08-29nixos/install-grub: Fix IndentationWilliam A. Kennington III
2014-08-29Remove useless use of optionSet.Nicolas Pierron
2014-08-28nixos/install-grub: Check /boot against /nix/store instead of /nixWilliam A. Kennington III
2014-08-28nixos/grub: Fix spacing and correct subvolume detectionWilliam A. Kennington III
2014-08-28nixos/grub: Simplify detection of labels / uuids for provided device namesWilliam A. Kennington III
2014-08-28nixos/grub: Fix regex for getting subvolume name in btrfsWilliam A. Kennington III
2014-08-28nixos/grub: Kernels don't need to be copied if we can read the nix storeWilliam A. Kennington III
2014-08-28nixos/grub: Grub detection is much simpler using subvol showWilliam A. Kennington III
2014-08-28nixos/grub: Needs mount so add utillinux to binWilliam A. Kennington III
2014-08-28grub: Change fsIdentifier to str from stringWilliam A. Kennington III
2014-08-28nixos/grub: Catch errors from command executionWilliam A. Kennington III
2014-08-28nixos/grub: Refactor install-grub.pl and correct perl syntaxWilliam A. Kennington III
2014-08-28nixos/grub: Refactor perl script to remove the Switch moduleWilliam A. Kennington III
2014-08-28nixos/grub: Fix typoWilliam A. Kennington III
2014-08-28nixos/grub: Fix some silly perl struct accessesWilliam A. Kennington III
2014-08-28grub: Add support for detecting btrfs subvolumesWilliam A. Kennington III
2014-08-28grub: Add support for forcing devices to be identified with labels or UUIDsWilliam A. Kennington III
2014-08-28Update the grub configuration script to handle more complex filesystem layout...William A. Kennington III
2014-08-28Enable grub zfsSupport if zfs is built into the initrdWilliam A. Kennington III
2014-08-28Add optional zfsSupport to the nixos grub configurationWilliam A. Kennington III
2014-08-28Revert "grub: Allow setting the boot root explicitly"William A. Kennington III
2014-08-27Revert "grub: removed orphaned mkOption configurationName"Shea Levy
2014-08-26/dev/sda1 -> "/dev/sda1"Eelco Dolstra