Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bugs pychecker found... | Jeremy Katz | 2001-07-06 | 2 | -26/+6 |
| | |||||
* | add a format column to display in GUI, change name of software RAID | Mike Fulbright | 2001-07-06 | 1 | -6/+21 |
| | |||||
* | freeze tree before destroying so we dont get visual artifacts | Mike Fulbright | 2001-07-06 | 1 | -1/+2 |
| | |||||
* | i dont know why cvs thinks this changed | Mike Fulbright | 2001-07-06 | 1 | -1/+0 |
| | |||||
* | move autopart strings to bottom of file | Jeremy Katz | 2001-07-06 | 1 | -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 Fulbright | 2001-07-06 | 1 | -34/+119 |
| | | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning | ||||
* | integrated changes suggested by docs | Mike Fulbright | 2001-07-06 | 7 | -47/+51 |
| | |||||
* | add a message telling the user that a kickstart file is being written to ↵ | bfox | 2001-07-05 | 1 | -1/+3 |
| | | | | /root/anaconda-ks.cfg | ||||
* | change name of screen | Mike Fulbright | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | minor changes to packing order | bfox | 2001-07-05 | 1 | -16/+24 |
| | |||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 2 | -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 list | Matt Wilson | 2001-07-02 | 1 | -3/+4 |
| | |||||
* | make some of the bootloader bits more generic in preparation of landing the | Jeremy Katz | 2001-07-02 | 1 | -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 Fulbright | 2001-07-02 | 2 | -4/+4 |
| | | | | return a valid boolean value for yes/no dialog. Also fixup calls to messageWindow appropriately. | ||||
* | Add confirm dialogs for reset and deletion events | Mike Fulbright | 2001-07-02 | 1 | -114/+12 |
| | |||||
* | translate Unprobed Monitor string | bfox | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | make it larger to show more info | Matt Wilson | 2001-07-02 | 1 | -1/+2 |
| | |||||
* | add support for double click on ctree row or canvas disk slice to go to edit ↵ | Mike Fulbright | 2001-07-02 | 1 | -10/+19 |
| | | | | dialog | ||||
* | misspelling error in traceback. Fixes bug #46327 | bfox | 2001-06-29 | 1 | -1/+1 |
| | |||||
* | title should not say automatic. Fixes bug #46328 | bfox | 2001-06-29 | 1 | -1/+1 |
| | |||||
* | renamed lilo_gui.py to bootloader_gui.py | bfox | 2001-06-29 | 1 | -2/+2 |
| | |||||
* | dont let them choose languages to install in reconfig mode | Mike Fulbright | 2001-06-29 | 1 | -11/+8 |
| | |||||
* | dont use todo anymore, this is handled in an invisible step | Mike Fulbright | 2001-06-29 | 1 | -2/+0 |
| | |||||
* | add more informational text to the "Which drives do you want to use | Matt Wilson | 2001-06-28 | 1 | -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 Wilson | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | break upgrade swap suggestion out into another step and store its findings in | Matt Wilson | 2001-06-27 | 1 | -7/+6 |
| | | | | instdata. | ||||
* | refer to GRUB instead of LILO. We should probably change the name of this ↵ | bfox | 2001-06-27 | 1 | -2/+2 |
| | | | | file too. | ||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -2/+1 |
| | | | | from what ever the heck is going on with getting the partition requests set up | ||||
* | fix kickstart bootloader and partitioning | Jeremy Katz | 2001-06-27 | 1 | -10/+0 |
| | | | | move setting of the fsset out of gui and tui and into partitioningComplete | ||||
* | default format = yes | Mike Fulbright | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | oops | Mike Fulbright | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | never scroll horizontally | bfox | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | dont let them edit partitioning with no fs_type | Mike Fulbright | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | refer to disk druid | Mike Fulbright | 2001-06-26 | 1 | -2/+2 |
| | |||||
* | don't let people edit partitions without an fs type | Jeremy Katz | 2001-06-26 | 1 | -0/+8 |
| | |||||
* | remove the logicals when the extended is deleted | Jeremy Katz | 2001-06-26 | 1 | -1/+5 |
| | |||||
* | unused code | Matt Wilson | 2001-06-26 | 1 | -1/+0 |
| | |||||
* | get the right constants | Matt Wilson | 2001-06-26 | 1 | -2/+2 |
| | |||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 2 | -5/+1 |
| | |||||
* | use fstype from request if available | Mike Fulbright | 2001-06-25 | 1 | -15/+4 |
| | |||||
* | run the X test out of the installed environment | Jeremy Katz | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | fixed refreshfromdisk, removed debugging | Mike Fulbright | 2001-06-25 | 1 | -4/+4 |
| | |||||
* | set the prev button in accordance to if it is possible to go back or not | Matt Wilson | 2001-06-25 | 2 | -3/+0 |
| | |||||
* | fix the pinning of requests to a drive when grown | Jeremy Katz | 2001-06-25 | 1 | -1/+17 |
| | | | | protected partitions should work | ||||
* | add screen to GUI to allow user to control autopartitioning to some extent | Mike Fulbright | 2001-06-25 | 2 | -23/+92 |
| | |||||
* | typo correction | bfox | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | typo correction | bfox | 2001-06-25 | 1 | -2/+2 |
| | |||||
* | format raid by default | Jeremy Katz | 2001-06-25 | 1 | -1/+5 |
| | |||||
* | whoops | bfox | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | add partition method to GUI, rework to use skiplist | Mike Fulbright | 2001-06-25 | 3 | -10/+60 |
| |