Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move partition method and fdisk to separate source files | Mike Fulbright | 2001-06-25 | 1 | -2/+2 | |
| | ||||||
* | add in support for fdisk and choosing your partition method... TUI only | Jeremy Katz | 2001-06-25 | 1 | -1/+2 | |
| | | | | at the moment | |||||
* | auto partitioning | Jeremy Katz | 2001-06-23 | 1 | -2/+1 | |
| | ||||||
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -4/+1 | |
| | ||||||
* | copyright | Matt Wilson | 2001-06-22 | 1 | -0/+16 | |
| | ||||||
* | revert config file changes for now | Jeremy Katz | 2001-06-21 | 1 | -4/+2 | |
| | ||||||
* | debug by default | Matt Wilson | 2001-06-21 | 1 | -2/+2 | |
| | ||||||
* | reads installer title from config file | bfox | 2001-06-21 | 1 | -2/+4 | |
| | ||||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -923/+127 | |
| | ||||||
* | put back ^Z exitanaconda-dispatch-base | Erik Troan | 2001-04-10 | 1 | -1/+1 | |
| | ||||||
* | fix for traceback if you pass lang= to the boot disk and go into a language ↵ | Matt Wilson | 2001-04-02 | 1 | -1/+1 | |
| | | | | with translated lists of languages | |||||
* | don't prefix the server with XF86_, the xf86config.py code does that. (#32937) | Matt Wilson | 2001-04-02 | 1 | -1/+1 | |
| | ||||||
* | text.py: destroy the scale in progresswindow on pop - masks a SEGV on | Matt Wilson | 2001-03-29 | 1 | -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 debugsteps | Mike Fulbright | 2001-03-29 | 1 | -1/+8 | |
| | ||||||
* | needed to throw away fstab object when switching to an install | Erik Troan | 2001-03-22 | 1 | -0/+2 | |
| | ||||||
* | fix the dir stuff | Erik Troan | 2001-03-16 | 1 | -4/+4 | |
| | ||||||
* | add language support to reconfig mode, fixes bug 24954 | Mike Fulbright | 2001-03-09 | 1 | -16/+2 | |
| | ||||||
* | 1) changed how "dir" is passed to windows | Erik Troan | 2001-03-09 | 1 | -118/+23 | |
| | | | | | 2) added upgradeSwap window 3) moved upgrade code to textw/upgrade_text | |||||
* | don't bother unlinking /var/run/SERVER; Xconfigurator does | Bill Nottingham | 2001-03-08 | 1 | -4/+0 | |
| | ||||||
* | don't fall over if the file isn't there (error condition in Xconfigurator? | Matt Wilson | 2001-03-08 | 1 | -1/+4 | |
| | ||||||
* | fix upgrade message | Mike Fulbright | 2001-03-07 | 1 | -1/+1 | |
| | ||||||
* | use translated lang names | Matt Wilson | 2001-03-07 | 1 | -1/+4 | |
| | ||||||
* | SERVER file is in instpath | Bill Nottingham | 2001-03-06 | 1 | -1/+1 | |
| | ||||||
* | make sure upgrade notification screen doesn't apeear in standalone mode | Mike Fulbright | 2001-03-05 | 1 | -5/+10 | |
| | ||||||
* | oops, unlink the right file too | Bill Nottingham | 2001-03-02 | 1 | -2/+2 | |
| | ||||||
* | need to remove /tmp/SERVER after running Xconfigurator --continue | Erik Troan | 2001-03-02 | 1 | -0/+1 | |
| | ||||||
* | fix for bug 26792 | Mike Fulbright | 2001-03-01 | 1 | -0/+23 | |
| | ||||||
* | run package dep check after indiv package sel | Matt Wilson | 2001-02-19 | 1 | -0/+2 | |
| | ||||||
* | disable debug | Matt Wilson | 2001-02-15 | 1 | -1/+1 | |
| | ||||||
* | mispelling error | bfox | 2001-02-14 | 1 | -1/+1 | |
| | ||||||
* | default to english | Matt Wilson | 2001-02-14 | 1 | -4/+1 | |
| | ||||||
* | fix way we print elapsed time | Mike Fulbright | 2001-02-08 | 1 | -1/+1 | |
| | ||||||
* | fixed bug #26541 | bfox | 2001-02-08 | 1 | -2/+2 | |
| | ||||||
* | Fix for bug #26539. Fix text mode traceback if all languages are unselected. | bfox | 2001-02-07 | 1 | -8/+13 | |
| | ||||||
* | fixed default selection | Erik Troan | 2001-02-06 | 1 | -21/+7 | |
| | ||||||
* | Several changes: | Mike Fulbright | 2001-02-01 | 1 | -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 screen | Erik Troan | 2001-02-01 | 1 | -0/+1 | |
| | ||||||
* | Added select all and reset buttons to language support screen. | bfox | 2001-01-31 | 1 | -16/+33 | |
| | ||||||
* | Initialized server variable to None, so it won't traceback if card has no ↵ | bfox | 2001-01-30 | 1 | -0/+1 | |
| | | | | server. Resolves bug #25298. | |||||
* | don't die on ^Z | Matt Wilson | 2001-01-26 | 1 | -1/+1 | |
| | ||||||
* | don't pass todo as a parameter to helpWindow | Matt Wilson | 2001-01-26 | 1 | -1/+1 | |
| | ||||||
* | fix help | Matt Wilson | 2001-01-25 | 1 | -1/+1 | |
| | ||||||
* | more language changes -- why not? | Erik Troan | 2001-01-25 | 1 | -15/+5 | |
| | ||||||
* | broke all language-related operations. so there. | Erik Troan | 2001-01-25 | 1 | -62/+44 | |
| | ||||||
* | fix for when you dont have enough space in text mode install so you can go back | Mike Fulbright | 2001-01-25 | 1 | -1/+7 | |
| | ||||||
* | use the locale names, not the descriptions | Matt Wilson | 2001-01-24 | 1 | -4/+1 | |
| | ||||||
* | use the locale names, not the descriptions | Matt Wilson | 2001-01-24 | 1 | -1/+4 | |
| | ||||||
* | Made it so that the language selection screen shrinks if you only have a few ↵ | bfox | 2001-01-18 | 1 | -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. | bfox | 2001-01-18 | 1 | -1/+0 | |
| | ||||||
* | fixes for upgradeonly mode | Mike Fulbright | 2001-01-18 | 1 | -4/+4 | |
| |