Merge pull request #45405 from NixOS/nixos-netboot-dedup

nixos/netboot: Remove redundant setting
This commit is contained in:
xeji
2018-08-21 23:24:27 +02:00
committed by GitHub

View File

@@ -28,7 +28,6 @@ with lib;
++ (if pkgs.stdenv.system == "aarch64-linux"
then []
else [ pkgs.grub2 pkgs.syslinux ]);
system.boot.loader.kernelFile = pkgs.stdenv.hostPlatform.platform.kernelTarget;
fileSystems."/" =
{ fsType = "tmpfs";