From: Silvio Rhatto Date: Wed, 19 Jun 2024 20:04:01 +0000 (-0300) Subject: Fix: hostname: fallback to the guest name X-Git-Tag: 0.2.0~7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=daf9696753a3f15c5bd01077813b967f9c7d535a;p=kvmx.git Fix: hostname: fallback to the guest name --- diff --git a/kvmx b/kvmx index 214f560..5e336a9 100755 --- a/kvmx +++ b/kvmx @@ -125,8 +125,8 @@ function __kvmx_initialize { # Load the default config, providing defaults source $APP_BASE/kvmxfile || exit 1 - # Set hostname (this is already done with the default config) - #hostname="${hostname:-$VM}" + # Set hostname + hostname="${hostname:-$VM}" # Set domain (this is already done with the default config) #domain="${domain:-example.org}"