inject.sh: re-add mac address confirmation

it just makes the script more user-friendly

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-10 20:23:46 +01:00
parent e5af201060
commit dcfd3e632e
+3
View File
@@ -130,6 +130,9 @@ modify_mac()
x_ "$nvm" "$xbmklocal/gbe" setmac "$new_mac"
fx_ newmac x_ find "$tmpromdir" -maxdepth 1 -type f -name "*.rom"
printf "\nGbE NVM written to '%s':\n" "$archive"
x_ "$nvm" "$xbmklocal/gbe" dump | grep -v "bytes read from file" || :
}
newmac()