rpi-netboot: don't use latest kernel

This commit is contained in:
Sandro - 2023-05-16 23:24:00 +02:00
parent c51146e013
commit d4024c74e8
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@
enable_uart=0
'';
};
# linuxPackages_latest doesn't boot
# FIXME: needs u-boot or .dtb?
kernelPackages = pkgs.linuxPackages_latest;
kernelParams = [
"verbose" "shell_on_fail"
"elevator=deadline"