summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Collapse)AuthorAgeFilesLines
...
* fix logic of dialog resultMike Fulbright2001-07-061-1/+1
|
* insert ifMatt Wilson2001-07-062-6/+7
|
* add option to view autopartitioning results and change themMike Fulbright2001-07-062-1/+17
|
* changed options to radio buttonsbfox2001-07-061-36/+44
|
* fix up bootdisk screens for root on loopMatt Wilson2001-07-061-16/+17
|
* turn on formatting for preexisting partitions we want to, and also hook in ↵Mike Fulbright2001-07-062-2/+20
| | | | some online help in GUI mode
* remove create boot disk questionMike Fulbright2001-07-061-13/+0
|
* remove print statementsbfox2001-07-061-2/+0
|
* removed print linebfox2001-07-061-2/+0
|
* fix label changing based on what bootloader is selectedJeremy Katz2001-07-061-5/+34
|
* updates to make more product strings specified via conf filebfox2001-07-061-2/+21
|
* fixup some message(s)Mike Fulbright2001-07-061-1/+1
|
* 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
|