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>
4 lines
289 B
Plaintext
4 lines
289 B
Plaintext
# Network configuration
|
|
|
|
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
|