2204c0a390
bootrr is a simple shell script tool for validating that a given board has booted correctly. It checks that all expected drivers are loaded. Signed-off-by: Caleb Connolly <caleb@connolly.tech>
4 lines
56 B
Bash
4 lines
56 B
Bash
#!/bin/sh -e
|
|
# Description: bootrr sanity check
|
|
|
|
bootrr
|