summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 22:08:10 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 22:08:10 -0400
commitc9079676e501edb2b68690a90438dd2af51467ea (patch)
tree0fa7a346827255931a0949f859717381694f78b2 /usr
parent30b1013b05e3264045ebf95a9d0bd957de41bf1e (diff)
downloadpfsense-c9079676e501edb2b68690a90438dd2af51467ea.zip
pfsense-c9079676e501edb2b68690a90438dd2af51467ea.tar.gz
Do not set hostname
Diffstat (limited to 'usr')
-rwxr-xr-xusr/sbin/pc-sysinstall/backend/functions-cleanup.sh6
1 files changed, 3 insertions, 3 deletions
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
};
OpenPOWER on IntegriCloud