Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fdisk works again; main change is making sure we close the disk devices | Jeremy Katz | 2001-07-09 | 1 | -1/+1 | |
| | | | | before running fdisk so the magic reread partition tables ioctl can work | |||||
* | fix device setting for raid devices | Jeremy Katz | 2001-07-07 | 1 | -2/+2 | |
| | | | | | move partitioningComplete into partitioning.py make raidmembers be a list of uniqueIDs instead of list of parts | |||||
* | Added upgrade migrate screen. Finds ext2 partitions and offers user choice ↵ | Mike Fulbright | 2001-07-06 | 1 | -1/+3 | |
| | | | | of moving to ext3 | |||||
* | add option to view autopartitioning results and change them | Mike Fulbright | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | fix up bootdisk screens for root on loop | Matt Wilson | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | turn on formatting for preexisting partitions we want to, and also hook in ↵ | Mike Fulbright | 2001-07-06 | 1 | -1/+1 | |
| | | | | some online help in GUI mode | |||||
* | moving videocard selection to after package selection/dependencies | Mike Fulbright | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | updates to make more product strings specified via conf file | bfox | 2001-07-06 | 1 | -1/+1 | |
| | ||||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | we can get beyond the length of installsteps with skipping steps | Jeremy Katz | 2001-07-03 | 1 | -2/+2 | |
| | ||||||
* | break upgrade swap suggestion out into another step and store its findings in | Matt Wilson | 2001-06-27 | 1 | -2/+5 | |
| | | | | instdata. | |||||
* | move upgrade mounting code into generic function, split bootloader init away ↵ | Matt Wilson | 2001-06-27 | 1 | -1/+6 | |
| | | | | 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 | -1/+2 | |
| | | | | move setting of the fsset out of gui and tui and into partitioningComplete | |||||
* | land new autopartitioning code... should be faster and better. | Jeremy Katz | 2001-06-26 | 1 | -1/+1 | |
| | | | | also, fix up some bits so we don't refreshdevices as often | |||||
* | oops, move mkbootdisk too (thanks jeremy) | Matt Wilson | 2001-06-26 | 1 | -2/+2 | |
| | ||||||
* | make the bootdisk before setting up X, just in case something goes wrong | Matt Wilson | 2001-06-26 | 1 | -1/+1 | |
| | ||||||
* | text mode upgrade appears to work | Matt Wilson | 2001-06-25 | 1 | -2/+3 | |
| | ||||||
* | set the prev button in accordance to if it is possible to go back or not | Matt Wilson | 2001-06-25 | 1 | -0/+10 | |
| | ||||||
* | make it possible to skip a step permanently and use that for network installs | Matt Wilson | 2001-06-25 | 1 | -3/+10 | |
| | ||||||
* | add screen to GUI to allow user to control autopartitioning to some extent | Mike Fulbright | 2001-06-25 | 1 | -2/+2 | |
| | ||||||
* | add partition method to GUI, rework to use skiplist | Mike Fulbright | 2001-06-25 | 1 | -1/+3 | |
| | ||||||
* | pass the instdata into the autopartition method for the moment | Jeremy Katz | 2001-06-25 | 1 | -1/+1 | |
| | ||||||
* | add in support for fdisk and choosing your partition method... TUI only | Jeremy Katz | 2001-06-25 | 1 | -1/+3 | |
| | | | | at the moment | |||||
* | more pychecker cleanups | Matt Wilson | 2001-06-23 | 1 | -1/+0 | |
| | ||||||
* | more pychecker fixups | Matt Wilson | 2001-06-23 | 1 | -4/+1 | |
| | ||||||
* | various pychecker fixups | Matt Wilson | 2001-06-22 | 1 | -4/+4 | |
| | ||||||
* | insert autopartitioning steps | Mike Fulbright | 2001-06-22 | 1 | -0/+3 | |
| | ||||||
* | completed most heavy lifting to get upgrades back in place. Still need to ↵ | Matt Wilson | 2001-06-22 | 1 | -0/+3 | |
| | | | | finish fixing up swap file creation and do text mode. | |||||
* | first pass at getting things in alignment for gui upgrades. Should only ↵ | Matt Wilson | 2001-06-22 | 1 | -1/+3 | |
| | | | | affect upgrades, not installs | |||||
* | get floppy code working again | Erik Troan | 2001-06-21 | 1 | -2/+3 | |
| | ||||||
* | reindent | Matt Wilson | 2001-06-20 | 1 | -57/+52 | |
| | ||||||
* | remove unused code, add copyright bits | Matt Wilson | 2001-06-20 | 1 | -17/+15 | |
| | ||||||
* | merge dispatch to HEAD | Matt Wilson | 2001-06-20 | 1 | -0/+212 | |