From c611bbf2c24c474926f4651772cc90110a4871b0 Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Wed, 23 Sep 2026 13:43:00 +0200 Subject: [PATCH] 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 --- cook/ingredients/core/network.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cook/ingredients/core/network.ks b/cook/ingredients/core/network.ks index 5c14534..f86f58e 100644 --- a/cook/ingredients/core/network.ks +++ b/cook/ingredients/core/network.ks @@ -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