about summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub/memtest.nix
Commit message (Collapse)AuthorAge
* nixos/grub: make memtest work with EFIwedens2020-02-05
| | | | | | Memtest86+ doesn't support EFI, so unfree Memtest86 is used when EFI support is enabled (systemd-boot currently also uses Memtest86 when memtest is enabled).
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* memtest.nix: Use toStringEelco Dolstra2014-02-18
|
* nixos/memtest: use docbook formattingBjørn Forsman2014-02-09
| | | | | | | Without this the HTML manual and manpage is quite unreadable (newlines are squashed so it doesn't look like a list anymore). (Unfortunately, this makes the source unreadable.)
* nixos/memtest: Allow user to specify memtest86 boot parametersRicardo M. Correia2014-02-09
|
* Remove uses of mkFixStrictnessEelco Dolstra2013-10-28
| | | | mkFixStrictness is no longer needed, woohoo!
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10