fix: Samba for user-mode networking (#1132)

This commit is contained in:
Kroese 2025-03-18 19:27:37 +01:00 committed by GitHub
parent f454fa7b34
commit a3a2b3fb09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 0 deletions

View file

@ -628,6 +628,8 @@ updateXML() {
local language="$2"
local culture region user admin pass keyboard
sed -i "s/ 20.20.20.1 / ${VM_NET_IP%.*}.1 /g" "$asset"
[ -z "$HEIGHT" ] && HEIGHT="720"
[ -z "$WIDTH" ] && WIDTH="1280"