modules/rpi-netboot: automatically reboot on panic

This commit is contained in:
Astro 2022-06-10 18:59:21 +02:00
parent 8fc87cc614
commit ceca35caff
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@
kernelParams = [
"verbose" "shell_on_fail"
"elevator=deadline"
# ethernet causes panics every few boots,
# reboot automatically after 5s
"panic=5"
];
initrd = {
network = {