feat: Add NIC information to qemu.nic file

This commit is contained in:
Kroese 2025-10-07 04:04:29 +02:00 committed by GitHub
parent fd5ec52226
commit c0442bafa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -683,6 +683,8 @@ getInfo() {
fi
echo "$IP" > /run/shm/qemu.ip
echo "$nic" > /run/shm/qemu.nic
return 0
}