rpi-netboot: fix kernelParams

This commit is contained in:
Astro 2022-03-18 02:43:30 +01:00
parent e98a037497
commit 4c3a9ee4c2
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
{ nixpkgs, config, lib, pkgs, modulesPath, ... }: { nixpkgs, config, lib, pkgs, modulesPath, ... }:
{ {
boot.initrd.kernelParams = [ boot.kernelParams = [ "verbose" ];
"verbose"
];
swapDevices = [ ]; swapDevices = [ ];