| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|
| | |
|
| | |
|
| |
|
|
| |
_genStore expects disk objects, not disk names.
|
| |
|
|
| |
Whole-disk formats are recognized but cannot be edited in any way.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
(1) Add the active boot partition to the drop down BIOS drive list.
(2) If there's no active device (not sure how this could happen, but we've
gotten bugs about it before) then don't try to do anything else with
that combo box.
|
| |
|
|
|
| |
This fixes a rarely reported, even more rarely reproduced bug indicating a
problem subscripting a TreeIter.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exception.py:
- Remove unused partedUtils import.
- Collect things from storage, not partitions.
gui.py:
- exceptionDisks is in storage now, not diskset.
installclasses/rhel.py:
installclasses/fedora.py:
- setDefaultPartitioning take storage arg, not partitions.
iw/autopart_type.py:
- Find things in storage, not partitions.
iw/bootloader_main_gui.py:
iw/osbootwidget.py:
- Remove unused partedUtils import.
- Find fsset in storage now.
- Use storage, not diskset, for iterating over disks/partitions.
iw/lvm_dialog_gui.py:
- Fix several typos from the original storage update.
iw/partition_gui.py:
- Find unusedMDMembers in storage, not partitions.
iw/partitionui_helpers_gui.py:
- Use StorageDevice.minSize,maxSize for resize limits.
- Update doUIRAIDLVMChecks to use new storage module.
packages.py:
- Use new storage module to list vgs for selinux hack.
storage/__init__.py:
- Fix FSSet.createSwapFile so it creates the file on the
correct device.
storage/iscsi.py:
- Use new storage module to identify iscsi disks.
textw/partition_text.py:
textw/upgrade_text.py:
- Initial update to use new storage module.
yuminstall.py:
- Use storage module to find space for upgrade transaction.
- Use storage module to locate protected partitions to mount
in doPreInstall.
|
| | |
|
| |
|
|
|
| |
The parted.Device object now provides a getSize() method to return
the size of the device in a human-readable format.
|
| |
|
|
| |
* po/sk.po: Typo fix.
|
| | |
|
| |
|
|
| |
as the BIOS drive order.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually
we'll get an AUTHORS file and will just remove author names from the
individual files. Also fixed a type in scripts/dumphdrlist.py where
Author was listed twice.
|
| | |
|
| |
|
|
| |
it.
|
| | |
|
| |
|
|
|
| |
been disabled for months and it's never coming back. Also remove this
stuff from the glade file as well.
|
| | |
|
| |
|
|
|
| |
underline in device names for hotkeys.
* iw/bootlocwidget.py (BootloaderLocationWidget): same
|
| |
|
|
|
|
| |
* iw/bootloader_main_gui.py (MainBootloaderWindow.getScreen):
Clean up to not reference "changing" boot loaders while not
changing strings (#159658)
|
| |
|
|
|
|
| |
elements on the bootloader configuration screen so elements no longer
disappear off the bottom of the screen in certain languages (#153071,
#154786).
|
| |
|
|
| |
from Colin Walters.
|
| | |
|
| |
|
|
|
| |
* iw/bootloader_main_gui.py
(MainBootloaderWindow.changeBootloaderCallback): Fix syntax.
|
| |
|
|
|
|
| |
* iw/bootloader_main_gui.py: Don't reference boot
disks anymore (#135851)
* textw/bootloader_text.py: Likewise.
|
| |
|
|
| |
*sigh*
|
| | |
|
| |
|
|
|
|
|
|
| |
after-taroon-merge
this one adds s390 fixes, basic i/p series platform support, support for
multiple kernels and one second stage, cmdline kickstart mode (nice for s390),
some warning cleanups.
|
| | |
|
| |
|
|
| |
confusion is gone, but otherwise, basically the same as things were before. added mnemonics as they were needed
|
|
|
of the pieces out into their own objects so that if we want to move them
around a little more, it's relatively painless
|