Displaying 1 result from an estimated 1 matches for "management_conf".
2012 Nov 04
2
Last round of XCP bug squashing in Debian Wheezy, before the release
...to George Shuklin
<george.shuklin at gmail.com> for the report and patch.
* Fixes: scripts/set-hostname was designed for CentOS, this has been
patched to fix this (Closes: #688961).
3/ scripts/xe-reset-networking: How to fix #687284?
Now, an easy question for fixing #687284. In it, we have:
management_conf = '/etc/firstboot.d/data/management.conf'
Should this be set to:
/var/lib/xcp/firstboot.d/data/management.conf
or to:
/var/lib/xcp/firstboot.d/management.conf
???
Also, the script has:
os.system("/etc/sysconfig/network-scripts/interface-rename.py
--reset-to-install")
this is...