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