rpi-netboot: set console param

This commit is contained in:
Astro 2022-09-14 20:10:15 +02:00
parent 360896b3c2
commit 4a03d23f75
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
hq.journalToMqtt = false;
};
boot.kernelParams = [ "verbose" ];
boot.kernelParams = [ "verbose" "console=tty0" ];
swapDevices = [ ];