anaconda: set default hostname to 'dom0'

release2
Marek Marczykowski-Górecki 10 years ago
parent 3e9ec61613
commit 5a363bf786

@ -57,7 +57,7 @@ networkConfFile = "%s/network" % (sysconfigDir)
hostnameFile = "/etc/hostname"
ipv6ConfFile = "/etc/sysctl.d/anaconda.conf"
ifcfgLogFile = "/tmp/ifcfg.log"
DEFAULT_HOSTNAME = "localhost.localdomain"
DEFAULT_HOSTNAME = "dom0"
# part of a valid hostname between two periods (cannot start nor end with '-')
# for more info about '(?!-)' and '(?<!-)' see 're' module documentation

Loading…
Cancel
Save