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

AdamWill installerbot-noreply at redhat.com
Thu Jul 16 16:23:43 UTC 2015


Well, here's a thought - there are payloads that look like they map quite closely to the three paths in question:

regular live install - flags.livecdInstall - class LiveImagePayload
liveimg method - method.liveimg - class LiveImageKSPayload
ostree install - ksdata.ostreesetup.seen - class RPMOSTreePayload

so can't we just dump the conditional (or simplify it to `if not flags.dirinstall`, whatever that's there for) and ensure that those three payloads use `writeStorageLate()` and all other payloads don't?
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/209


More information about the anaconda-patches mailing list