1
0
Fork 0

zero-gravitas.h: tell systemd to reboot on crash (to use the altboot)

optimizations
Martin T. H. Sandsmark 2017-07-05 14:42:53 +02:00
parent 51289a78c6
commit a93a17ca12
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
"bootlimit=1\0" \
"por=undefined\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"systemd.crash_reboot=true " \
"root=/dev/mmcblk1p${active_partition} rootwait rw por=${por};\0" \
"loadimage=ext4load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=ext4load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \