diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/build/fw/coreboot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot index 4cdf64ff..934d6ffd 100755 --- a/script/build/fw/coreboot +++ b/script/build/fw/coreboot @@ -66,8 +66,8 @@ main() printf "WARNING!!!!!!! PLEASE READ:\n\n" printf "DO NOT flash ROM images contained under elf/, because they lack" - printf "payloads and will BRICK your machine. Please flash ROM images" - printf "contained under bin/ instead. YOU HAVE BEEN WARNED.\n\n" + printf " payloads and will BRICK your machine. Please flash ROM images" + printf " contained under bin/ instead. YOU HAVE BEEN WARNED.\n\n" } check_target() |