The auto partition tool added the PPC PReP Boot partition and named it
prepboot in the selector view in the GUI installer. This was due to the
mountpoint being named by the device format type. Changed the mountpoint
namer so that it is named after the device name instead.
Change required adding BIOS Boot as a name in the mountpoint types to
avoid unexpected behavior as a side effect from this change.
Resolves: rhbz#1172755
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/240
When there was another iface up (beside ibftX device activated due to ip=ibft
boot option) which could be used to access iscsi target configured in iBFT, this
device was set to be used in initramfs with ip= option (eg ip=ens3:dhcp) while
ip=ibft should have been set.
Resolves: rhbz#1077291
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/230
The auto partition tool added the PPC PReP Boot partition and named it
prepboot in the selector view in the GUI installer. This was due to the
mountpoint being named by the device format type. Changed the mountpoint
namer so that it is named after the device name instead.
Change required adding BIOS Boot as a name in the mountpoint types to
avoid unexpected behavior as a side effect from this change.
Resolves: rhbz#1172755
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/241
Using true division results in a float, which eventually causes
a crash when the value is passed to sectorsToSize(), which
tries to multiply it by a Size. Multiplying a float by a Size
doesn't work. sectorsToSize() does specify that it needs an int.
This is a python2 vs. python3 thing: in py2, int/int returns
an int. See PEP 238.
This fixes #1245854 and #1245446 (tested).
--
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/177
self.environment can be None if you start with no repository setup.
Catch it and show 'Nothing selected'. Also added a catch-all for
environmentDescription() which can raise NoSuchGroup and display
'Selected environment is not valid'.
Resolves: rhbz#1245296
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/232
The auto partition tool added the PPC PReP Boot partition and named it
prepboot in the selector view in the GUI installer. This was due to the
mountpoint being named by the device format type. Changed the mountpoint
namer so that it is named after the device name instead.
Change required adding BIOS Boot as a name in the mountpoint types to
avoid unexpected behavior as a side effect from this change.
Resolves: rhbz#1172755
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/239
This is basically the same as #234, except it turns out that a couple of the pre-requisite commits either never made it to RHEL7 or got dropped in the rebase. So I've added bd99015 and 8e5b65d, and now CDROM-swapping with `inst.ks=cdrom` should work in RHEL7. Yaaayyyyyyyyy~~~
--
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/235