| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Completely remove the bootloader step from interactive text mode. | Chris Lumens | 2009-02-09 | 1 | -466/+0 |
| | | |||||
| * | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -2/+2 |
| | | | | | * po/sk.po: Typo fix. | ||||
| * | GPLv2+ license boilerplates for textw/*.py files. | David Cantrell | 2007-12-17 | 1 | -6/+12 |
| | | |||||
| * | Remove unused imports. Yes I know this is stupid nitpicky crap, but I like | Chris Lumens | 2007-09-19 | 1 | -2/+0 |
| | | | | | it. | ||||
| * | Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>, | Chris Lumens | 2007-02-27 | 1 | -16/+15 |
| | | | | | #204564). | ||||
| * | Fixed up a couple references I forgot earlier. | Chris Lumens | 2006-05-04 | 1 | -3/+3 |
| | | |||||
| * | Make all UI steps use anaconda class. Add system-config-keyboard shim. | Chris Lumens | 2006-05-04 | 1 | -58/+48 |
| | | |||||
| * | Use new logging system. | Chris Lumens | 2005-08-12 | 1 | -2/+1 |
| | | |||||
| * | 2005-05-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-05-19 | 1 | -4/+26 |
| | | | | | | | * textw/bootloader_text.py (BootloaderImagesWindow.__call__): Support deletion of images in text mode (#125358). After FC4 goes out, we'll want to uncomment the new help line. | ||||
| * | No longer use lilo. | Peter Jones | 2005-02-21 | 1 | -16/+0 |
| | | |||||
| * | 2004-11-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2004-11-07 | 1 | -3/+1 |
| | | | | | | | * iw/bootloader_main_gui.py: Don't reference boot disks anymore (#135851) * textw/bootloader_text.py: Likewise. | ||||
| * | remove some Red Hat-isms | Bill Nottingham | 2003-12-16 | 1 | -2/+3 |
| | | |||||
| * | 'linux lilo' will get you lilo back now. | Jeremy Katz | 2003-10-22 | 1 | -1/+2 |
| | | | | | *sigh* | ||||
| * | bye bye lilo | Jeremy Katz | 2003-09-22 | 1 | -4/+1 |
| | | |||||
| * | another taroon merge. tagged before as before-taroon-merge, after as | Jeremy Katz | 2003-04-24 | 1 | -0/+3 |
| | | | | | | | | | 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. | ||||
| * | shame on pychecker. good catch from msw | Jeremy Katz | 2003-02-04 | 1 | -1/+1 |
| | | |||||
| * | no lilo on x86_64 | Jeremy Katz | 2003-02-04 | 1 | -2/+6 |
| | | |||||
| * | get rid of garbage printed out - bug #66737 | Mike Fulbright | 2002-08-19 | 1 | -1/+0 |
| | | |||||
| * | tweak (#70447) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 |
| | | |||||
| * | fix things so that the bootloader goes where you think it will in text mode. ↵ | Jeremy Katz | 2002-07-19 | 1 | -3/+5 |
| | | | | | should fix a few bugs | ||||
| * | put fields in same order as gui. should be able to fit lvs now (#67877) | Jeremy Katz | 2002-07-18 | 1 | -3/+3 |
| | | |||||
| * | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | | our own translate.py | ||||
| * | make the bootloader choices thing actually use the bootloader device order | Jeremy Katz | 2002-05-07 | 1 | -1/+1 |
| | | | | | | | so that we can do things like avoid saying the mbr is on a removable device. abstract out part of the fsset.bootloaderChoices logic so that it can be used without the bootloader object as needed | ||||
| * | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -1/+3 |
| | | | | | work now, at least in gui. text mode might, though | ||||
| * | skip the later bootloader screens if we select no bootloader (thanks notting) | Jeremy Katz | 2002-02-01 | 1 | -1/+5 |
| | | |||||
| * | land boot loader changes to use booty backend infrastructure and switch | Jeremy Katz | 2002-01-21 | 1 | -28/+37 |
| | | | | | | over to new screens. tagged as before_bootloader_merge and after_bootloader_merge appropriately | ||||
| * | saying you're not sure you don't want a bootloader should take you back to ↵ | Jeremy Katz | 2001-08-17 | 1 | -16/+21 |
| | | | | | choosing which bootloader to choose | ||||
| * | don't make the label None, that's silly | Jeremy Katz | 2001-08-14 | 1 | -0/+3 |
| | | |||||
| * | make the label at least an empty string, should fix 51071 | Jeremy Katz | 2001-08-14 | 1 | -0/+2 |
| | | |||||
| * | warning for bootloader passwords less than six characters instead of | Jeremy Katz | 2001-08-01 | 1 | -0/+17 |
| | | | | | | strictly enforcing the limit. make sure it's at least one character though (50528) | ||||
| * | just call it a boot loader password instead of GRUB password (49971) | Jeremy Katz | 2001-07-31 | 1 | -1/+1 |
| | | |||||
| * | set the long or short label depending on which should be changed (49446) | Jeremy Katz | 2001-07-19 | 1 | -2/+2 |
| | | |||||
| * | skip bootloader password if no bootloader is being installed | Jeremy Katz | 2001-07-18 | 1 | -1/+3 |
| | | |||||
| * | fix pychecker complaints | Mike Fulbright | 2001-07-18 | 1 | -2/+2 |
| | | |||||
| * | sync message | Jeremy Katz | 2001-07-17 | 1 | -1/+2 |
| | | |||||
| * | fix up for bootloaderpassword step | Jeremy Katz | 2001-07-16 | 1 | -7/+19 |
| | | | | | fix for editing labels/setting defaults (49194) | ||||
| * | add a button for lba32 mode with a warning if it's selected (14351) | Jeremy Katz | 2001-07-16 | 1 | -9/+28 |
| | | |||||
| * | fix help tags | Mike Fulbright | 2001-07-11 | 1 | -6/+7 |
| | | |||||
| * | *sigh* | Jeremy Katz | 2001-07-11 | 1 | -1/+1 |
| | | |||||
| * | method, not var | Jeremy Katz | 2001-07-11 | 1 | -1/+1 |
| | | |||||
| * | fix going back from bootloader pass | Jeremy Katz | 2001-07-11 | 1 | -1/+1 |
| | | |||||
| * | add ability to set grub password in gui and tui | Jeremy Katz | 2001-07-10 | 1 | -0/+77 |
| | | |||||
| * | more copyright notices | Matt Wilson | 2001-07-09 | 1 | -4/+13 |
| | | |||||
| * | more tag changes for online docs | Mike Fulbright | 2001-07-06 | 1 | -1/+1 |
| | | |||||
| * | text.py | Jeremy Katz | 2001-07-06 | 1 | -31/+68 |
| | | |||||
| * | integrated changes suggested by docs | Mike Fulbright | 2001-07-06 | 1 | -9/+9 |
| | | |||||
| * | more bootloader fixes for yesterday | Jeremy Katz | 2001-07-04 | 1 | -2/+5 |
| | | |||||
| * | make some of the bootloader bits more generic in preparation of landing the | Jeremy Katz | 2001-07-02 | 1 | -2/+5 |
| | | | | | | ia64 bootloader bits. this also makes lilo work again for those poor souls who don't realize how nice grub is :) | ||||
| * | change hot key to F2 instead of space bar | bfox | 2001-07-02 | 1 | -3/+5 |
| | | |||||
| * | renaming lilo_text.py to bootloader_text.py | bfox | 2001-07-02 | 1 | -0/+255 |
