summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* refer to disk druidMike Fulbright2001-06-261-2/+2
|
* don't let people edit partitions without an fs typeJeremy Katz2001-06-261-0/+5
|
* remove the logicals when you remove the extendedJeremy Katz2001-06-261-11/+15
| | | | various other small fixes
* oopsJeremy Katz2001-06-261-1/+1
|
* text mode upgrade appears to workMatt Wilson2001-06-252-63/+31
|
* correct way to default widgetMike Fulbright2001-06-251-1/+7
|
* read the fstype from the request if we canJeremy Katz2001-06-251-1/+4
|
* run the X test out of the installed environmentJeremy Katz2001-06-251-1/+1
|
* fix the pinning of requests to a drive when grownJeremy Katz2001-06-251-0/+11
| | | | protected partitions should work
* add screen to GUI to allow user to control autopartitioning to some extentMike Fulbright2001-06-251-1/+1
|
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-1/+1
|
* remove dead codeJeremy Katz2001-06-251-439/+0
|
* pass the instdata into the autopartition method for the momentJeremy Katz2001-06-251-7/+9
|
* we're Red Hat, Inc. now, not Red Hat Softwarebfox2001-06-251-1/+1
|
* CListBox -> CListbox to keep the snack api consistent. requiresJeremy Katz2001-06-251-1/+1
| | | | the newt-0.50.27 package that just went through beehive
* move partition method and fdisk to separate source filesMike Fulbright2001-06-253-87/+122
|
* add in support for fdisk and choosing your partition method... TUI onlyJeremy Katz2001-06-251-22/+131
| | | | at the moment
* more pychecker cleanupsMatt Wilson2001-06-231-1/+0
|
* more pychecker fixupsMatt Wilson2001-06-232-5/+5
|
* auto partitioningJeremy Katz2001-06-231-1/+36
|
* copyright - I wouldn't to claim this code...Matt Wilson2001-06-234-9/+24
|
* remove old (CRUFTY) codeMatt Wilson2001-06-231-16/+0
|
* various pychecker fixupsMatt Wilson2001-06-221-1/+1
|
* actually trap partitioning errors betterJeremy Katz2001-06-221-11/+52
|
* make note for future considerationMike Fulbright2001-06-211-0/+1
|
* select raid partitions already usedJeremy Katz2001-06-211-11/+15
|
* comment out some debugging printsJeremy Katz2001-06-211-19/+41
| | | | | editable raid requests for tui fix the mountpoint in use check
* partition by cylinder in tui specifying either end cylinder or sizeJeremy Katz2001-06-201-35/+110
|
* fix ups to RAID sanity checkingMike Fulbright2001-06-201-3/+4
|
* patches for s390Karsten Hopp2001-06-201-0/+5
|
* merge from (now defunct) anaconda-dispatch branchErik Troan2001-06-2022-424/+2319
|
* Fixed a bug in going back in package dep windowbfox2001-05-221-1/+1
|
* removed some old code and fixed bug 35814bfox2001-04-121-18/+2
|
* removed a print statementbfox2001-04-051-4/+0
|
* do not show Lilo screens if its a partitionless installMike Fulbright2001-04-021-1/+3
|
* fix for bug 34360 - make sure you are prompted for bootdisk on partionless ↵Mike Fulbright2001-04-021-0/+7
| | | | unattended upgrade
* pop the window before finding the packages to upgrade (#34361)Matt Wilson2001-04-021-1/+1
|
* make sure disk druid runs allowing editting when users picks Disk Druid for ↵Mike Fulbright2001-03-301-0/+1
| | | | partitioning after previously choosing fdisk to edit with during same install session
* text.py: destroy the scale in progresswindow on pop - masks a SEGV onMatt Wilson2001-03-291-2/+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 a are you sure prompt if they choose to skip installing lilo in text modeMike Fulbright2001-03-281-2/+17
|
* properly i18n (#33468)Matt Wilson2001-03-281-1/+1
|
* gui.py: possible fix for #33103: reset the frame's label alwaysMatt Wilson2001-03-261-1/+1
| | | | | | | | fstab.py: we already have the intf's progressWindow stored in self, don't require it to be passed in todo.py: fix the call to fstab.turnOnSwap to use the new method iw/rootpartition_gui.py: ditto. why was it passing a waitwindow, anyway?! textw/partitioning_text.py: ditto.
* handle going back in TUI upgrade correctly, fixes tracebackMike Fulbright2001-03-221-16/+17
|
* need to upgradeFindPackages() even if no swap is createdErik Troan2001-03-221-0/+1
|
* Fixed screens so in GUI you cannot go back too far once you start down the ↵Mike Fulbright2001-03-171-1/+1
| | | | upgrade path. I've tested this extensively and this could probably be done better, but at least it works.
* upped swapSize from 32 to 128bfox2001-03-161-1/+1
|
* fix upgrade messageMike Fulbright2001-03-161-1/+1
|
* dumb errorMike Fulbright2001-03-161-1/+1
|
* dont create swapfile in test modeMike Fulbright2001-03-161-2/+3
|
* add test so we don't make a 0 length swapfile, or bigger than we're ↵Mike Fulbright2001-03-161-0/+4
| | | | comfortable with (makes it consistent with GUI version of screen