vendor.sh: Don't show gbe filename on inject
it's a temporary file, so printing it may confuse the user. hide it from the output. Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
a08748a9ed
commit
6ebdd3c72b
|
@ -747,7 +747,7 @@ modify_mac_addresses()
|
||||||
done < "tmp/rom.list"
|
done < "tmp/rom.list"
|
||||||
printf "\nThe following GbE NVM words were written in '%s':\n" \
|
printf "\nThe following GbE NVM words were written in '%s':\n" \
|
||||||
"$archive"
|
"$archive"
|
||||||
x_ util/nvmutil/nvm tmp/gbe dump
|
x_ util/nvmutil/nvm tmp/gbe dump | grep -v "bytes read from file"
|
||||||
|
|
||||||
[ "$new_mac" = "restore" ] && \
|
[ "$new_mac" = "restore" ] && \
|
||||||
printf "\nNOTE: User specified setmac 'restore' argument.\n" && \
|
printf "\nNOTE: User specified setmac 'restore' argument.\n" && \
|
||||||
|
|
Loading…
Reference in New Issue