| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
a real Python package.
Also updates the build and autotools stuff to work with the new structure
|
| |
|
|
| |
originally removed in 2008 by 7ad65d9e30fd21d8c0356dc998ea97c579a73d53.
|
| |
|
|
|
|
| |
Text mode doesn't have the UI to create a new bootloader config, and we just
write the default in installation mode. Therefore we shouldn't allow it on
upgrades either.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a cleanup for the po files. xgettext displays the following
messages for some Python files:
warning: 'msgid' format string with unnamed arguments cannot be properly localized:
The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.
This patch modifies the reported format strings to use named parameters
per the warning message. We were already using these style format
strings in users.py and possibly other files. Basically when there is
more than one parameter in the format string, we should use a hash table
with named parameters.
|
| |
|
|
|
|
| |
This hopefully fixes cciss (will test once an anaconda with this in
has hit rawhide, so I can use rhts to test). This is the second version of
this patch, this time it also does the / -> ! translation for sysfs names.
|
| | |
|
| |
|
|
|
|
| |
Booty was expecting the xxxxxxx part of /dev/xxxxxx paths instead of
new storage device names, this patch fixes this, making booty work on
dmraid with the new storage code.
|
| |
|
|
| |
* po/sk.po: Typo fix.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
| |
* iw/upgrade_bootloader_gui.py
(UpgradeBootloaderWindow._newToLibata): Sync up with text mode version
* textw/upgrade_bootloader_text.py
(UpgradeBootloaderWindow._ideToLibata): Improve check so that it
doesn't see F7 -> F8 updates as needing a new config
|
| | |
|
| |
|
|
| |
it.
|
| | |
|
| |
|
|
|
|
| |
* textw/upgrade_bootloader_text.py: Clear up the text for the
upgrade case where the bootloader can't be updated.
* iw/upgrade_bootloader_gui.py: Likewise.
|
| |
|
|
|
|
|
| |
* iw/upgrade_bootloader_gui.py
(UpgradeBootloaderWindow._newToLibata): Ensure that we've actually
switched to using libata for something
* textw/upgrade_bootloader_text.py: And do the checks in text-mode too.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2004-11-23 Jeremy Katz <katzj@redhat.com>
* textw/upgrade_bootloader_text.py
(UpgradeBootloaderWindow.__call__): Set a default when we can't
determine the boot loader to avoid indeterminate state (#139603)
* lvm.py: Don't disable LVM if vgscan, et al segfault (#134263)
* packages.py (doPreInstall): Don't remove the directories as
they may not be empty (#133773)
|
| | |
|
| |
|
|
| |
can't detect (#79467)
|
| | |
|
| | |
|
| |
|
|
| |
our own translate.py
|
| |
|