summaryrefslogtreecommitdiffstats
path: root/textw/upgrade_bootloader_text.py
Commit message (Collapse)AuthorAgeFilesLines
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-166/+0
| | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure
* logging: remove references to the 'bootloaderadvanced' step.Ales Kozumplik2010-05-141-2/+0
| | | | originally removed in 2008 by 7ad65d9e30fd21d8c0356dc998ea97c579a73d53.
* Don't allow creating a new bootloader config in text mode (#580378).Chris Lumens2010-05-111-20/+5
| | | | | | 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.
* Move bootloader into the Anaconda object.Chris Lumens2010-02-041-1/+1
|
* Move storage into the Anaconda class.Chris Lumens2010-02-041-1/+1
|
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-3/+4
| | | | | | | | | | | | | | | | 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.
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-061-1/+2
| | | | | | 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.
* Use the right import path for checkbootloader (#490049).Chris Lumens2009-03-131-1/+1
|
* Fix booty for dmraidHans de Goede2009-03-091-2/+2
| | | | | | 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.
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-1/+4
| | | | * po/sk.po: Typo fix.
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | 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.
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-171-7/+12
|
* 2007-10-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-221-3/+20
| | | | | | | | * 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
* A couple more pychecker error fixes. That should do it for now.Chris Lumens2007-09-191-0/+3
|
* Remove unused imports. Yes I know this is stupid nitpicky crap, but I likeChris Lumens2007-09-191-1/+0
| | | | it.
* Don't traceback on blank lines in modprobe.conf (#241991).Chris Lumens2007-06-011-4/+6
|
* 2007-04-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-201-1/+7
| | | | | | * 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.
* 2007-04-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-171-10/+38
| | | | | | | * 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.
* Make all UI steps use anaconda class. Add system-config-keyboard shim.Chris Lumens2006-05-041-6/+6
|
* (merge from rhel4-branch)Jeremy Katz2004-11-231-1/+1
| | | | | | | | | | | | | 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)
* merge from branch to HEAD. turkish stays on HEAD, thoughJeremy Katz2003-02-251-3/+3
|
* make sure boot dev also isn't none so they can't update a boot loader we ↵Jeremy Katz2003-01-031-1/+1
| | | | can't detect (#79467)
* make sure we have a bootdev alsoJeremy Katz2002-12-051-1/+1
|
* more /mnt/sysimage surgeryJeremy Katz2002-05-301-1/+1
|
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-1/+1
| | | | our own translate.py
* merge bootloader changes from HEADJeremy Katz2002-04-221-0/+118