summaryrefslogtreecommitdiffstats
path: root/instdata.py
Commit message (Collapse)AuthorAgeFilesLines
* log (most) of the new packages being installed to the upgrade.log. Check ↵Matt Wilson2001-08-241-0/+1
| | | | ONLY the on-system database to see if packages are installed or not, this fixes a false positive on the hasX check when moving from 7.0 to 7.2, when XFree86-xfs files move to XFree86, thus it gets selected. When hasX was on it would pull in GNOME too, which is excessive. (inspired by #50171)
* add step for running ks %postMike Fulbright2001-08-171-1/+0
|
* these are written aboveJeremy Katz2001-08-091-9/+0
|
* fstab is written out pre-install, so don't write it out post-install. moveJeremy Katz2001-08-071-1/+1
| | | | | %post action to actually be written out after all other configuration information since that's more sensible (50869)
* and write out partitioning info to ks.cfgJeremy Katz2001-07-231-0/+1
|
* we weren't writing out /etc/sysconfig/clockbfox2001-07-061-0/+1
|
* updates to make more product strings specified via conf filebfox2001-07-061-1/+4
|
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-11/+4
| | | | | | | | | | | | | | | | 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
* write out bootloader to ks.cfgJeremy Katz2001-07-031-0/+1
|
* if the user has requested md5 passwords, write out the root password in theJeremy Katz2001-07-031-1/+1
| | | | autogenerated ks.cfg as an md5 crypted password (46294)
* more bits for ia64Jeremy Katz2001-07-021-1/+1
|
* in erconfig mode read avail langs from /etc/sysconfig/i18nMike Fulbright2001-06-291-1/+2
|
* defer writing inittab rl default and desktop until after we config X - write ↵Matt Wilson2001-06-271-1/+0
| | | | it at the same time we write the X config. Fixed writing of /etc/sysconfig/desktop
* break upgrade swap suggestion out into another step and store its findings inMatt Wilson2001-06-271-0/+1
| | | | instdata.
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-271-0/+1
| | | | from what ever the heck is going on with getting the partition requests set up
* add partition method to GUI, rework to use skiplistMike Fulbright2001-06-251-3/+7
|
* add in support for fdisk and choosing your partition method... TUI onlyJeremy Katz2001-06-251-0/+2
| | | | at the moment
* various pychecker fixupsMatt Wilson2001-06-221-1/+0
|
* add autopartition requests (from installclasses)Mike Fulbright2001-06-221-0/+3
|
* copyrightMatt Wilson2001-06-221-0/+15
|
* completed most heavy lifting to get upgrades back in place. Still need to ↵Matt Wilson2001-06-221-0/+2
| | | | finish fixing up swap file creation and do text mode.
* get floppy code working againErik Troan2001-06-211-1/+2
|
* merge dispatch to HEADMatt Wilson2001-06-201-0/+143