From dcfd3e632e279480a2b6e0f6172c8fd595548c13 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 10 May 2025 20:23:46 +0100 Subject: inject.sh: re-add mac address confirmation it just makes the script more user-friendly Signed-off-by: Leah Rowe --- include/inject.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/inject.sh b/include/inject.sh index 50ade80f..6e8fa320 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -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() -- cgit v1.2.1