Skip to content

Commit

Permalink
closes #498 disable hostname change
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Dec 5, 2018
1 parent a30c456 commit 1f902c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -4129,8 +4129,9 @@ def getOpts(argv, setupOptions):
installObject.generate_base64_configuration()
installObject.pbar.progress("Rendering configuratipn template")
installObject.render_configuration_template()
installObject.pbar.progress("Updating hostname")
installObject.update_hostname()
# disable chaning hostname
#installObject.pbar.progress("Updating hostname")
#installObject.update_hostname()
installObject.pbar.progress("Setting ulimits")
installObject.set_ulimits()
installObject.pbar.progress("Copying output")
Expand Down

0 comments on commit 1f902c0

Please sign in to comment.