summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub/install-grub.pl
Commit message (Expand)AuthorAge
* nixos/grub: change state file device separator from ':' to ','Bjørn Forsman2016-07-06
* Revert "Remove double-backslashes from grub conf file".Peter Simons2016-02-12
* Remove double-backslashes from grub conf fileBen Booth2016-02-11
* install-grub: Make more robust against GC'ed system profile entriesEelco Dolstra2015-12-30
* Fix grub-rebootEelco Dolstra2015-07-27
* nixos/btrfs: Fix parsing of `btrfs subvolume show` with btrfsprogs 4.1William A. Kennington III2015-07-07
* nixos/install-grub: Fix symlink installation for boot filesystems which don't...William A. Kennington III2015-07-05
* grub installation: fix: simplify codeThomas Strobel2015-07-05
* grub installation: integrate trustedGRUB + fix broken equality checkThomas Strobel2015-07-05
* nixos/install-grub: Fix grub1 installationWilliam A. Kennington III2015-06-17
* Merge branch 'nixos-subdir'Luca Bruno2015-06-13
|\
| * nixos/grub: allow customization of the nix store pathLuca Bruno2015-06-13
* | nixos/grub: Support labeling efi bootloaders with independent id'sWilliam A. Kennington III2015-06-10
* | nixos/grub: Prevent module errors and make gfxmode configurableWilliam A. Kennington III2015-06-10
|/
* nixos/grub: Fix video display on efiWilliam A. Kennington III2015-05-29
* nixos/grub: Fix defaultConfigWilliam A. Kennington III2015-05-29
* nixos/grub: Add the ability to mirror grub to multiple partitionsWilliam A. Kennington III2015-05-25
* Fix grub for "nodev" targets.Thomas Strobel2015-04-18
* Fix grub 1 installShea Levy2015-02-19
* Add target parameter to grub installation chainThomas Strobel2015-01-27
* nixos: iPXE client for GRUBEmery Hemingway2014-12-04
* Fix #4236William A. Kennington III2014-09-23
* nixos/install-grub: Don't run GrubFs(/nix/store) if copyKernels is trueRickard Nilsson2014-09-23
* nixos/install-grub: Read correct mountpointsWilliam A. Kennington III2014-09-04
* nixos/install-grub: Correct store path for searchWilliam A. Kennington III2014-09-03
* nixos/install-grub: Fix typoWilliam A. Kennington III2014-09-02
* nixos/generate-config: Only add store search path when kernels are not copiedWilliam A. Kennington III2014-09-02
* nixos/install-grub: Only check for /nix to be the mountPoint for the storeWilliam A. Kennington III2014-09-02
* nixos/install-grub: Always copy kernels for different devicesWilliam A. Kennington III2014-09-02
* nixos/install-grub: Detect nested btrfs subvolumesWilliam A. Kennington III2014-09-02
* nixos/install-grub: Store path should be /nix/store not /nixWilliam A. Kennington III2014-09-02
* Revert "Revert "Merge pull request #2449 from wkennington/master.grub""William A. Kennington III2014-09-02
* grub: fix grub merge errorLongrin Wischnewski2014-08-31
* Revert "Merge pull request #2449 from wkennington/master.grub"Michael Raskin2014-08-31
* nixos/install-grub: Fix IndentationWilliam A. Kennington III2014-08-29
* nixos/install-grub: Check /boot against /nix/store instead of /nixWilliam A. Kennington III2014-08-28
* nixos/grub: Fix spacing and correct subvolume detectionWilliam A. Kennington III2014-08-28
* nixos/grub: Simplify detection of labels / uuids for provided device namesWilliam A. Kennington III2014-08-28
* nixos/grub: Fix regex for getting subvolume name in btrfsWilliam A. Kennington III2014-08-28
* nixos/grub: Kernels don't need to be copied if we can read the nix storeWilliam A. Kennington III2014-08-28
* nixos/grub: Grub detection is much simpler using subvol showWilliam A. Kennington III2014-08-28
* nixos/grub: Catch errors from command executionWilliam A. Kennington III2014-08-28
* nixos/grub: Refactor install-grub.pl and correct perl syntaxWilliam A. Kennington III2014-08-28
* nixos/grub: Refactor perl script to remove the Switch moduleWilliam A. Kennington III2014-08-28
* nixos/grub: Fix some silly perl struct accessesWilliam A. Kennington III2014-08-28
* grub: Add support for detecting btrfs subvolumesWilliam A. Kennington III2014-08-28
* grub: Add support for forcing devices to be identified with labels or UUIDsWilliam A. Kennington III2014-08-28
* Update the grub configuration script to handle more complex filesystem layout...William A. Kennington III2014-08-28
* Revert "grub: Allow setting the boot root explicitly"William A. Kennington III2014-08-28
* grub: Allow setting the boot root explicitlyShea Levy2014-05-01