Description of problem: After completing initial-setup system returns an error and changes are not applied. Version-Release number of selected component (if applicable): anaconda-core-21.36-1.fc2 Steps to Reproduce: 1. Boot recent Minimal ARM Disk image 2. After completing initial-setup error is returned, changes not saved. Actual results: Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/usr/lib/python2.7/site-packages/initial_setup/__main__.py", line 126, in <module> section.execute(None, data, None) File "/usr/lib/python2.7/site-packages/pyanaconda/kickstart.py", line 1501, in execute timezone.write_timezone_config(self, iutil.getSysroot()) File "/usr/lib/python2.7/site-packages/pyanaconda/timezone.py", line 142, in write_timezone_config raise TimezoneConfigError(msg) pyanaconda.timezone.TimezoneConfigError: Error while writing /etc/adjtime file: No such file or directory Expected results: initial-setup saved. Additional info:
Looks like the ROOT_PATH -> getSysroot change in anaconda breaks initial-setup.
Thank you! Verified working on ARM minimal image.
Nice! Good to hear that it's working now. :)