summaryrefslogtreecommitdiffstats
path: root/textw/bootloader_text.py
Commit message (Collapse)AuthorAgeFilesLines
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵Mike Fulbright2002-05-231-2/+2
| | | | our own translate.py
* make the bootloader choices thing actually use the bootloader device orderJeremy Katz2002-05-071-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'tJeremy Katz2002-04-191-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 Katz2002-02-011-1/+5
|
* land boot loader changes to use booty backend infrastructure and switchJeremy Katz2002-01-211-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 Katz2001-08-171-16/+21
| | | | choosing which bootloader to choose
* don't make the label None, that's sillyJeremy Katz2001-08-141-0/+3
|
* make the label at least an empty string, should fix 51071Jeremy Katz2001-08-141-0/+2
|
* warning for bootloader passwords less than six characters instead ofJeremy Katz2001-08-011-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 Katz2001-07-311-1/+1
|
* set the long or short label depending on which should be changed (49446)Jeremy Katz2001-07-191-2/+2
|
* skip bootloader password if no bootloader is being installedJeremy Katz2001-07-181-1/+3
|
* fix pychecker complaintsMike Fulbright2001-07-181-2/+2
|
* sync messageJeremy Katz2001-07-171-1/+2
|
* fix up for bootloaderpassword stepJeremy Katz2001-07-161-7/+19
| | | | fix for editing labels/setting defaults (49194)
* add a button for lba32 mode with a warning if it's selected (14351)Jeremy Katz2001-07-161-9/+28
|
* fix help tagsMike Fulbright2001-07-111-6/+7
|
* *sigh*Jeremy Katz2001-07-111-1/+1
|
* method, not varJeremy Katz2001-07-111-1/+1
|
* fix going back from bootloader passJeremy Katz2001-07-111-1/+1
|
* add ability to set grub password in gui and tuiJeremy Katz2001-07-101-0/+77
|
* more copyright noticesMatt Wilson2001-07-091-4/+13
|
* more tag changes for online docsMike Fulbright2001-07-061-1/+1
|
* text.pyJeremy Katz2001-07-061-31/+68
|
* integrated changes suggested by docsMike Fulbright2001-07-061-9/+9
|
* more bootloader fixes for yesterdayJeremy Katz2001-07-041-2/+5
|
* make some of the bootloader bits more generic in preparation of landing theJeremy Katz2001-07-021-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 barbfox2001-07-021-3/+5
|
* renaming lilo_text.py to bootloader_text.pybfox2001-07-021-0/+255