summary refs log tree commit diff
path: root/nixos/modules/system/boot/kexec.nix
Commit message (Collapse)AuthorAge
* nixos/kexec: Fix typo in meta.platformsaszlig2018-09-28
| | | | | | | | | | | | | | | | | | | | | | Evaluation error introduced in 599c4df46a90c7415a6cc0689f0b23d22e7fdb67. There is only a "platformS" attribute in kexectools.meta, so let's use this and from the code in the kexec module it operates on a list, matching the corresponding platforms, so this seems to be the attribute the original author intended. Tested by building nixos/tests/kexec.nix on x86_64-linux and while it evaluates now, the test still fails by timing out shortly after the kexec: machine: waiting for the VM to finish booting machine# Cannot find the ESP partition mount point. This however seems to be an unrelated issue and was also the case before the commit mentioned above. Signed-off-by: aszlig <aszlig@nix.build> Cc: @edolstra, @dezgeg
* nixos/kexec: Replace meta.available checksTuomas Tynkkynen2018-09-28
| | | | | This sort of code breaks config.{allowBroken, allowUnsupportedSystem} = true by making them do unpredictable things.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* kexectools: Disable only on RISC-V if Linux.Shea Levy2018-03-27
| | | | | | The isKexecable flag treated Linux without kexec as just a normal variant, when it really should be treated as a special case incurring complexity debt to support.
* nixos: kexec: Disable on non-keexecable systems.Shea Levy2018-02-28
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10