summaryrefslogtreecommitdiffstats
path: root/dispatch.py
Commit message (Collapse)AuthorAgeFilesLines
* move welcome screen to the beginning. implements RFE #52297. We may revert ↵bfox2001-10-241-1/+1
| | | | this if nobody likes it
* add step for running ks %postMike Fulbright2001-08-171-1/+2
|
* going back and doing autopartitioning on a hard drive install more than once ↵Jeremy Katz2001-08-151-1/+1
| | | | was horked because we didn't reset the protected partitions
* don't let people come back here after they've turned on swap files onceJeremy Katz2001-08-101-1/+2
|
* don't check for packages to upgrade when going backwards (#51149)Matt Wilson2001-08-071-1/+1
|
* check that people have sane partition tables after running fdisk also (50840)Jeremy Katz2001-08-071-1/+1
|
* added an invisible step to allow the network screen to be skipped if no ↵bfox2001-08-021-0/+2
| | | | network devices are present
* need another argument to reconfig keyboard nowJeremy Katz2001-07-241-1/+1
|
* and fix going backwards through finding the root partsJeremy Katz2001-07-231-1/+1
|
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-0/+2
| | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found)
* check the installclass in doAutoPartition so that we don't raise dialogsJeremy Katz2001-07-221-1/+2
| | | | during kickstart for warnings and exit if there's an error partitioning
* fix code to find migratable mounts during an upgrade to use FileSystemSet ↵Mike Fulbright2001-07-201-2/+2
| | | | object (id.fsset) instead of partition requests (id.partitions) since the original has RAID and partitions in it, and the later doesnt (yet)
* handle migration during upgrades and rewrite fstab appropriatelyMike Fulbright2001-07-201-1/+5
|
* turn on swap early in lowmem (#46304), prevent you from editing once things ↵Matt Wilson2001-07-201-3/+3
| | | | are turned on (#46321)
* fix pychecker complaintsMike Fulbright2001-07-181-1/+1
|
* added needed param to this stepMike Fulbright2001-07-171-1/+1
|
* fix X keyboard setup from gui keyboard screen (#48761)Matt Wilson2001-07-121-1/+1
|
* move GUI GRUB password to a new screenbfox2001-07-111-0/+1
|
* style guideMatt Wilson2001-07-111-70/+75
|
* if we don't have any valid drives to install on, show an error messageJeremy Katz2001-07-111-1/+1
| | | | and then exit the install
* report mount point correctly when querying about migrating fs on upgradeMike Fulbright2001-07-101-1/+1
|
* split install step into three separate steps, doPreInstall, doInstall,Jeremy Katz2001-07-091-0/+3
| | | | | | and doPostInstall write out fstab at the end of doPreInstall
* fix up going back to the partitioning screen and forward to it again...Jeremy Katz2001-07-091-1/+2
| | | | also, don't setup bootloader choices while going backwards
* fdisk works again; main change is making sure we close the disk devicesJeremy Katz2001-07-091-1/+1
| | | | before running fdisk so the magic reread partition tables ioctl can work
* fix device setting for raid devicesJeremy Katz2001-07-071-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 Fulbright2001-07-061-1/+3
| | | | of moving to ext3
* add option to view autopartitioning results and change themMike Fulbright2001-07-061-1/+1
|
* fix up bootdisk screens for root on loopMatt Wilson2001-07-061-1/+1
|
* turn on formatting for preexisting partitions we want to, and also hook in ↵Mike Fulbright2001-07-061-1/+1
| | | | some online help in GUI mode
* moving videocard selection to after package selection/dependenciesMike Fulbright2001-07-061-1/+1
|
* updates to make more product strings specified via conf filebfox2001-07-061-1/+1
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-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 stepsJeremy Katz2001-07-031-2/+2
|
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-2/+5
| | | | instdata.
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-1/+6
| | | | from what ever the heck is going on with getting the partition requests set up
* fix kickstart bootloader and partitioningJeremy Katz2001-06-271-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 Katz2001-06-261-1/+1
| | | | also, fix up some bits so we don't refreshdevices as often
* oops, move mkbootdisk too (thanks jeremy)Matt Wilson2001-06-261-2/+2
|
* make the bootdisk before setting up X, just in case something goes wrongMatt Wilson2001-06-261-1/+1
|
* text mode upgrade appears to workMatt Wilson2001-06-251-2/+3
|
* set the prev button in accordance to if it is possible to go back or notMatt Wilson2001-06-251-0/+10
|
* make it possible to skip a step permanently and use that for network installsMatt Wilson2001-06-251-3/+10
|
* add screen to GUI to allow user to control autopartitioning to some extentMike Fulbright2001-06-251-2/+2
|
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-1/+3
|
* pass the instdata into the autopartition method for the momentJeremy Katz2001-06-251-1/+1
|
* add in support for fdisk and choosing your partition method... TUI onlyJeremy Katz2001-06-251-1/+3
| | | | at the moment
* more pychecker cleanupsMatt Wilson2001-06-231-1/+0
|
* more pychecker fixupsMatt Wilson2001-06-231-4/+1
|
* various pychecker fixupsMatt Wilson2001-06-221-4/+4
|
* insert autopartitioning stepsMike Fulbright2001-06-221-0/+3
|