nixpkgs/nixos/modules/system/activation
volth 4d57e56b71
$toplevel/system: use kernel's architecture
`$toplevel/system` of a system closure with `x86_64` kernel and `i686` userland should contain "x86_64-linux".

If `$toplevel/system` contains "i686-linux", the closure will be run using `qemu-system-i386`, which is able to run `x86_64` kernel on most Intel CPU, but fails on AMD.

So this fix is for a rare case of `x86_64` kernel + `i686` userland + AMD CPU
2020-03-20 16:55:44 +00:00
..
activation-script.nix Revert "add config.environment.ld-linux" 2020-02-02 15:29:49 +01:00
no-clone.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
switch-to-configuration.pl switch-to-configuration: Add new option X-OnlyManualStart 2020-03-09 11:28:07 +00:00
top-level.nix $toplevel/system: use kernel's architecture 2020-03-20 16:55:44 +00:00