summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Collapse)AuthorAgeFilesLines
...
* move partition method and fdisk to separate source filesMike Fulbright2001-06-251-2/+2
|
* add in support for fdisk and choosing your partition method... TUI onlyJeremy Katz2001-06-251-1/+2
| | | | at the moment
* auto partitioningJeremy Katz2001-06-231-2/+1
|
* various pychecker fixupsMatt Wilson2001-06-221-4/+1
|
* copyrightMatt Wilson2001-06-221-0/+16
|
* revert config file changes for nowJeremy Katz2001-06-211-4/+2
|
* debug by defaultMatt Wilson2001-06-211-2/+2
|
* reads installer title from config filebfox2001-06-211-2/+4
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-201-923/+127
|
* put back ^Z exitanaconda-dispatch-baseErik Troan2001-04-101-1/+1
|
* fix for traceback if you pass lang= to the boot disk and go into a language ↵Matt Wilson2001-04-021-1/+1
| | | | with translated lists of languages
* don't prefix the server with XF86_, the xf86config.py code does that. (#32937)Matt Wilson2001-04-021-1/+1
|
* text.py: destroy the scale in progresswindow on pop - masks a SEGV onMatt Wilson2001-03-291-0/+2
| | | | | | | | | | todo.doInstall teardown. upgrade.py: we don't need the progresswindow passed in anymore iw/upgrade_swap_gui.py: don't pass in the progresswindow textw/upgrade_text.py: don't pass in the progresswindow
* Add ability to watch installer flow on VC3, toggled by the boolean debugstepsMike Fulbright2001-03-291-1/+8
|
* needed to throw away fstab object when switching to an installErik Troan2001-03-221-0/+2
|
* fix the dir stuffErik Troan2001-03-161-4/+4
|
* add language support to reconfig mode, fixes bug 24954Mike Fulbright2001-03-091-16/+2
|
* 1) changed how "dir" is passed to windowsErik Troan2001-03-091-118/+23
| | | | | 2) added upgradeSwap window 3) moved upgrade code to textw/upgrade_text
* don't bother unlinking /var/run/SERVER; Xconfigurator doesBill Nottingham2001-03-081-4/+0
|
* don't fall over if the file isn't there (error condition in Xconfigurator?Matt Wilson2001-03-081-1/+4
|
* fix upgrade messageMike Fulbright2001-03-071-1/+1
|
* use translated lang namesMatt Wilson2001-03-071-1/+4
|
* SERVER file is in instpathBill Nottingham2001-03-061-1/+1
|
* make sure upgrade notification screen doesn't apeear in standalone modeMike Fulbright2001-03-051-5/+10
|
* oops, unlink the right file tooBill Nottingham2001-03-021-2/+2
|
* need to remove /tmp/SERVER after running Xconfigurator --continueErik Troan2001-03-021-0/+1
|
* fix for bug 26792Mike Fulbright2001-03-011-0/+23
|
* run package dep check after indiv package selMatt Wilson2001-02-191-0/+2
|
* disable debugMatt Wilson2001-02-151-1/+1
|
* mispelling errorbfox2001-02-141-1/+1
|
* default to englishMatt Wilson2001-02-141-4/+1
|
* fix way we print elapsed timeMike Fulbright2001-02-081-1/+1
|
* fixed bug #26541bfox2001-02-081-2/+2
|
* Fix for bug #26539. Fix text mode traceback if all languages are unselected.bfox2001-02-071-8/+13
|
* fixed default selectionErik Troan2001-02-061-21/+7
|
* Several changes:Mike Fulbright2001-02-011-0/+5
| | | | | | | - fixed bug where if no partition were specified to be allocated in ks, goto 'unslicable ....' error - made linear default for kickstart LILO option - made it so firewall and lba32warning messages skipped in ks mode
* set current item on the languages supported screenErik Troan2001-02-011-0/+1
|
* Added select all and reset buttons to language support screen.bfox2001-01-311-16/+33
|
* Initialized server variable to None, so it won't traceback if card has no ↵bfox2001-01-301-0/+1
| | | | server. Resolves bug #25298.
* don't die on ^ZMatt Wilson2001-01-261-1/+1
|
* don't pass todo as a parameter to helpWindowMatt Wilson2001-01-261-1/+1
|
* fix helpMatt Wilson2001-01-251-1/+1
|
* more language changes -- why not?Erik Troan2001-01-251-15/+5
|
* broke all language-related operations. so there.Erik Troan2001-01-251-62/+44
|
* fix for when you dont have enough space in text mode install so you can go backMike Fulbright2001-01-251-1/+7
|
* use the locale names, not the descriptionsMatt Wilson2001-01-241-4/+1
|
* use the locale names, not the descriptionsMatt Wilson2001-01-241-1/+4
|
* Made it so that the language selection screen shrinks if you only have a few ↵bfox2001-01-181-7/+4
| | | | options. Also, if you only install one language, you don't have to see that screen at all.
* Removed line that got committed accidentally.bfox2001-01-181-1/+0
|
* fixes for upgradeonly modeMike Fulbright2001-01-181-4/+4
|