summary refs log tree commit diff
path: root/nixos/modules/installer/cd-dvd
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-10-24 17:32:21 +0300
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-10-24 17:32:21 +0300
commit7671f920f88421d50f5edb34ddd67f48145283a6 (patch)
tree4b08b8283a0b4699d6490b3405835685db6af98a /nixos/modules/installer/cd-dvd
parent63c3aed44258988f02639db261e8e0d9692ae033 (diff)
downloadnixlib-7671f920f88421d50f5edb34ddd67f48145283a6.tar
nixlib-7671f920f88421d50f5edb34ddd67f48145283a6.tar.gz
nixlib-7671f920f88421d50f5edb34ddd67f48145283a6.tar.bz2
nixlib-7671f920f88421d50f5edb34ddd67f48145283a6.tar.lz
nixlib-7671f920f88421d50f5edb34ddd67f48145283a6.tar.xz
nixlib-7671f920f88421d50f5edb34ddd67f48145283a6.tar.zst
nixlib-7671f920f88421d50f5edb34ddd67f48145283a6.zip
ARM: Use linuxPackages_latest in ARMv7 image
4.2 is out now, which includes the pcDuino3 Nano DTB.
Diffstat (limited to 'nixos/modules/installer/cd-dvd')
-rw-r--r--nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
index 6be79b587c72..15e22fb50d48 100644
--- a/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
+++ b/nixos/modules/installer/cd-dvd/sd-image-armv7l-multiplatform.nix
@@ -22,8 +22,7 @@ in
   boot.loader.grub.enable = false;
   boot.loader.generic-extlinux-compatible.enable = true;
 
-  # FIXME: change this to linuxPackages_latest once v4.2 is out
-  boot.kernelPackages = pkgs.linuxPackages_testing;
+  boot.kernelPackages = pkgs.linuxPackages_latest;
   boot.kernelParams = ["console=ttyS0,115200n8" "console=ttyAMA0,115200n8" "console=tty0"];
 
   # FIXME: this probably should be in installation-device.nix