core/network: generic default hostname instead of phyllome-alpha
phyllome-alpha is the name of one specific deployed machine; baking it into every image gives each new install a name that collides with it on the LAN. Default to a generic 'phyllomeos', renamed per machine after install. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5.5
parent
6931039809
commit
c611bbf2c2
@@ -1,3 +1,3 @@
|
||||
# Network configuration
|
||||
|
||||
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllome-alpha # Configure network devices, enable them at boot time device and sets a particular hostname. "link" selects the first device reaching an up state
|
||||
network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyllomeos # Configure network devices, enable them at boot time device and sets a generic hostname (rename per machine after install). "link" selects the first device reaching an up state
|
||||
|
||||
Reference in New Issue
Block a user