diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-10 20:51:38 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-10 20:51:38 +0100 |
commit | 7d90d43425251f94adced76512310a59f2fac4dd (patch) | |
tree | b4d065e8291ae9b6c9f31816b9050aae5b5fea8c | |
parent | a0c436ad4bae62bf6d237bd093b2bd2dcfdb8efb (diff) |
remove another confusing message
the current message says the file name, and implies that
the given file has already been updated.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r-- | include/inject.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index ae6fcc58..6d910b7c 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -131,7 +131,7 @@ modify_mac() fx_ newmac x_ find "$tmpromdir" -maxdepth 1 -type f -name "*.rom" - printf "\nGbE NVM written to '%s':\n" "$archive" + printf "\nThe following GbE NVM data will be written:\n" x_ "$nvm" "$xbmklocal/gbe" dump | grep -v "bytes read from file" || : } |