From c9079676e501edb2b68690a90438dd2af51467ea Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Aug 2010 22:08:10 -0400 Subject: Do not set hostname --- usr/sbin/pc-sysinstall/backend/functions-cleanup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/sbin') diff --git a/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh b/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh index b45c741..770cf5e 100755 --- a/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh +++ b/usr/sbin/pc-sysinstall/backend/functions-cleanup.sh @@ -349,9 +349,9 @@ setup_hostname() mv ${FSMNT}/etc/rc.conf.new ${FSMNT}/etc/rc.conf # Set the hostname now - echo_log "Setting hostname: ${HOSTNAME}" - echo "hostname=\"${HOSTNAME}\"" >> ${FSMNT}/etc/rc.conf - sed -i -e "s|my.domain|${HOSTNAME} ${HOSTNAME}|g" ${FSMNT}/etc/hosts +# echo_log "Setting hostname: ${HOSTNAME}" +# echo "hostname=\"${HOSTNAME}\"" >> ${FSMNT}/etc/rc.conf +# sed -i -e "s|my.domain|${HOSTNAME} ${HOSTNAME}|g" ${FSMNT}/etc/hosts }; -- cgit v1.1