summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
* fix bugs pychecker found...Jeremy Katz2001-07-062-26/+6
|
* add a format column to display in GUI, change name of software RAIDMike Fulbright2001-07-061-6/+21
|
* freeze tree before destroying so we dont get visual artifactsMike Fulbright2001-07-061-1/+2
|
* i dont know why cvs thinks this changedMike Fulbright2001-07-061-1/+0
|
* move autopart strings to bottom of fileJeremy Katz2001-07-061-0/+23
| | | | | | bootable requests from partitions can be /boot/efi on ia64 make sure bootable request gets on the earliest drive possible and warn if they go beyond the 1024th cylinder on x86
* Added support for converting and formatting existing filesystems to a ↵Mike Fulbright2001-07-061-34/+119
| | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning
* integrated changes suggested by docsMike Fulbright2001-07-067-47/+51
|
* add a message telling the user that a kickstart file is being written to ↵bfox2001-07-051-1/+3
| | | | /root/anaconda-ks.cfg
* change name of screenMike Fulbright2001-07-051-1/+1
|
* minor changes to packing orderbfox2001-07-051-16/+24
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-042-20/+20
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* use row data to store the drive since we want to use sorted keys for the listMatt Wilson2001-07-021-3/+4
|
* 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 :)
* Fix yes/no dialog to actually work in text mode, fix GUI messageWindow to ↵Mike Fulbright2001-07-022-4/+4
| | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately.
* Add confirm dialogs for reset and deletion eventsMike Fulbright2001-07-021-114/+12
|
* translate Unprobed Monitor stringbfox2001-07-021-1/+1
|
* make it larger to show more infoMatt Wilson2001-07-021-1/+2
|
* add support for double click on ctree row or canvas disk slice to go to edit ↵Mike Fulbright2001-07-021-10/+19
| | | | dialog
* misspelling error in traceback. Fixes bug #46327bfox2001-06-291-1/+1
|
* title should not say automatic. Fixes bug #46328bfox2001-06-291-1/+1
|
* renamed lilo_gui.py to bootloader_gui.pybfox2001-06-291-2/+2
|
* dont let them choose languages to install in reconfig modeMike Fulbright2001-06-291-11/+8
|
* dont use todo anymore, this is handled in an invisible stepMike Fulbright2001-06-291-2/+0
|
* add more informational text to the "Which drives do you want to useMatt Wilson2001-06-281-13/+13
| | | | | | | for Linux" question (same needs to be done for text mode) move to using getPartSizeMB instead of calculating it yourself everywhere in the gui
* don't translate empty strings!Matt Wilson2001-06-271-1/+1
|
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-7/+6
| | | | instdata.
* refer to GRUB instead of LILO. We should probably change the name of this ↵bfox2001-06-271-2/+2
| | | | file too.
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-2/+1
| | | | from what ever the heck is going on with getting the partition requests set up
* fix kickstart bootloader and partitioningJeremy Katz2001-06-271-10/+0
| | | | move setting of the fsset out of gui and tui and into partitioningComplete
* default format = yesMike Fulbright2001-06-271-1/+1
|
* oopsMike Fulbright2001-06-271-1/+1
|
* never scroll horizontallybfox2001-06-271-1/+1
|
* dont let them edit partitioning with no fs_typeMike Fulbright2001-06-271-1/+1
|
* refer to disk druidMike Fulbright2001-06-261-2/+2
|
* don't let people edit partitions without an fs typeJeremy Katz2001-06-261-0/+8
|
* remove the logicals when the extended is deletedJeremy Katz2001-06-261-1/+5
|
* unused codeMatt Wilson2001-06-261-1/+0
|
* get the right constantsMatt Wilson2001-06-261-2/+2
|
* text mode upgrade appears to workMatt Wilson2001-06-252-5/+1
|
* use fstype from request if availableMike Fulbright2001-06-251-15/+4
|
* run the X test out of the installed environmentJeremy Katz2001-06-251-1/+1
|
* fixed refreshfromdisk, removed debuggingMike Fulbright2001-06-251-4/+4
|
* set the prev button in accordance to if it is possible to go back or notMatt Wilson2001-06-252-3/+0
|
* fix the pinning of requests to a drive when grownJeremy Katz2001-06-251-1/+17
| | | | protected partitions should work
* add screen to GUI to allow user to control autopartitioning to some extentMike Fulbright2001-06-252-23/+92
|
* typo correctionbfox2001-06-251-1/+1
|
* typo correctionbfox2001-06-251-2/+2
|
* format raid by defaultJeremy Katz2001-06-251-1/+5
|
* whoopsbfox2001-06-251-1/+1
|
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-253-10/+60
|