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
Missing /tmp/dd_disk file is not an error, changing to debug print instead.
*Resolves: rhbz#1251394*
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/349
…d (#1272274)
network --hostname=blah
used in %pre section could override a device configuration with dhcp which is a
regression caused by commit 7473be3d9c5f0c2b434e4c86231b73e72ffe64f9
Resolves: rhbz#1272274
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/412
There was some question as to whether /dev/urandom was being used for
generating user password salts, this makes it explicit and reuses the
same code for the bootloader password generation.
Also adds a test for the new function, iutil.encrypt_password
Resolves: rhbz#1229474
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/421