Files
Lukas GreveandClaude Opus 5.5 c611bbf2c2
ci / cook (push) Successful in 10s
ci / cook (pull_request) Successful in 9s
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>
2026-09-23 13:43:00 +02:00

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