hiya > You can write a hook that sets the hostname. Use this code snippet > HOSTNAME=youname > hostname $HOSTNAME And if you execute echo ${HOSTNAME} > /proc/sys/kernel/hostname echo ${DOMAIN} > /proc/sys/kernel/domainname then the new hostname is already usable during install. (It's part of my prepareapt hook.) tschüß thomas