Updated: [rhinstaller/anaconda/pulls/209 master] fix storage writing for live and ostree installs (#1236937)

AdamWill installerbot-noreply at redhat.com
Thu Jul 16 18:55:28 UTC 2015


3e800998 broke storage writing in two cases: regular live installs and ostree installs. The old write_storage_late check checked for flags.livecdInstall and ksdata.ostreesetup.seen as well as ksdata.method.method == "liveimg". The new check in writeStorageLate() dropped those two, only keeping the method check. The method is only 'liveimg' when doing a kickstart-driven install with the 'liveimg' parameter, which is a fairly niche case - the method is not 'liveimg' on a regular live install (it's 'harddrive').
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/209


More information about the anaconda-patches mailing list