1
0
Fork 0

zero-gravitas.h: make systemd spew errors on failures

optimizations
Martin T. H. Sandsmark 2017-07-05 15:30:46 +02:00
parent f021613c83
commit 4f85660644
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@
"fi; " \
"setenv mmcpart ${fallback_partition}; " \
"setenv bootargs console=${console},${baudrate} " \
"root=/dev/mmcblk1p${fallback_partition} rootwait rw; " \
"root=/dev/mmcblk1p${fallback_partition} rootwait rw " \
"systemd.log_level=debug systemd.log_target=kmsg " \
"log_buf_len=1M printk.devkmsg systemd.journald.forward_to_console=1; " \
"run mmcboot;\0" \
/* Always try to boot from memory first, in case of USB download mode */