summaryrefslogtreecommitdiffstats
path: root/textw/bootloader_text.py
Commit message (Collapse)AuthorAgeFilesLines
* 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