When altering the network state, it may result in selected
network sources becoming inaccessable due to typos in DNS
or GATEWAY.
With this patch, after the network spoke completes it tells
the software payload to revalidate its state. If the state
becomes invalid, the source spoke errors will guide towards
what is wrong.
Resolves: rhbz#1270354
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/411
When running the transaction in a separate process it crashes if you use
a https repo source. There's really no need for threads or processes in
lorax so drop it.
Also switched to using the DNF TransactionProgress API for progress
reporting.
--
To view this pull request on github, visit https://github.com/rhinstaller/lorax/pull/50
Somehow the patches that fixed [rhbz#1066004] did not make their way into the previous blivet master branch, which means they got lost when this branch got rebased.. or something like that.
These patches should fix [rhbz#1269144] (which is a clone of [rhbz#1066004]).
A little massaging was necessary to fix conflicts in the `devicelibs.lvm` refactor patch, but it *looks* correct, at least.
[rhbz#1066004]: https://bugzilla.redhat.com/show_bug.cgi?id=1066004
[rhbz#1269144]: https://bugzilla.redhat.com/show_bug.cgi?id=1269144
--
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/241
The attached patch will allow a variant to provide a full url for its resources. Users of respin media or rebuilds (such as CentOS and Scientific) could utilize this to populate some community resources within the interactive install environment.
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/356
When using the template install command copying the same file to itself
shouldn't crash. Just log the error and continue.
Resolves: rhbz#1269213
--
To view this pull request on github, visit https://github.com/rhinstaller/lorax/pull/111