Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move whether the keyboard has been manually set into the keyboard object | Jeremy Katz | 2001-07-22 | 1 | -0/+1 | |
| | | | | as opposed to being in the interfaces. fixes 49618 | |||||
* | zerombr reinitializes the disks | Jeremy Katz | 2001-07-22 | 1 | -4/+1 | |
| | ||||||
* | check the installclass in doAutoPartition so that we don't raise dialogs | Jeremy Katz | 2001-07-22 | 1 | -0/+2 | |
| | | | | during kickstart for warnings and exit if there's an error partitioning | |||||
* | this hack can go away now | Jeremy Katz | 2001-07-20 | 1 | -3/+0 | |
| | ||||||
* | properly record we have skipped X configuration and act appropriately later | Mike Fulbright | 2001-07-19 | 1 | -0/+1 | |
| | ||||||
* | use the bootloader code for lilo since it's all there... | Jeremy Katz | 2001-07-17 | 1 | -40/+9 | |
| | ||||||
* | fix mbr vs partition install of bootloader via kickstart | Jeremy Katz | 2001-07-17 | 1 | -3/+10 | |
| | ||||||
* | skip bootdisk step for autostep and interactiveb4.msf.really.broke.x | Jeremy Katz | 2001-07-17 | 1 | -0/+1 | |
| | ||||||
* | skip bootloader password if bootloader stuff specified in kickstart | Jeremy Katz | 2001-07-17 | 1 | -1/+3 | |
| | ||||||
* | add clearpart --initlabel support (43085) | Jeremy Katz | 2001-07-17 | 1 | -4/+7 | |
| | ||||||
* | autostep hack | Matt Wilson | 2001-07-16 | 1 | -1/+6 | |
| | ||||||
* | add enableldaptls (48789) | Jeremy Katz | 2001-07-15 | 1 | -0/+4 | |
| | ||||||
* | add linear/nolinear arguments for bootloader directive (lilo compat) | Jeremy Katz | 2001-07-12 | 1 | -1/+7 | |
| | ||||||
* | badblocks support -- have to do this before even formatting swap as they | Jeremy Katz | 2001-07-11 | 1 | -1/+7 | |
| | | | | | might want to check their swap for badblocks. also, still needs to parse the output and have a progress bar post-beta 2 | |||||
* | don't fall over with zerombr even though it's not back to working | Jeremy Katz | 2001-07-10 | 1 | -3/+5 | |
| | ||||||
* | don't translate kickstart errors since they show up in tracebacks | Jeremy Katz | 2001-07-10 | 1 | -2/+2 | |
| | ||||||
* | lots of changes | Jeremy Katz | 2001-07-10 | 1 | -34/+86 | |
| | | | | | | | | | | add interactive mode (keyword interactive; fills in instdata but still lets you step through install) fixes for interactive mode to work more bootloader options: --lba32, --password, --md5pass (last two grub only) lilo --lba32 raid devices via kickstart part --start and --end | |||||
* | kickstart raid is back... added some convenience functions since kickstart | Jeremy Katz | 2001-07-07 | 1 | -11/+41 | |
| | | | | uses integer forms of 0, 1, and 5 for raid level | |||||
* | kill debug spew | Jeremy Katz | 2001-07-05 | 1 | -1/+0 | |
| | ||||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | strip comments out of package section of kickstart file | bfox | 2001-07-03 | 1 | -0/+8 | |
| | ||||||
* | reboot directive is back | Jeremy Katz | 2001-07-03 | 1 | -2/+1 | |
| | ||||||
* | clearpart --drives=hda | Jeremy Katz | 2001-07-02 | 1 | -8/+13 | |
| | | | | closes #14932 | |||||
* | fix kickstart bootloader and partitioning | Jeremy Katz | 2001-06-27 | 1 | -18/+8 | |
| | | | | move setting of the fsset out of gui and tui and into partitioningComplete | |||||
* | more pychecker | Jeremy Katz | 2001-06-23 | 1 | -3/+4 | |
| | ||||||
* | fix setting of bootloader via installclass methods | Jeremy Katz | 2001-06-23 | 1 | -31/+65 | |
| | | | | | | | | kickstart: add samba auth bootloader key wire in lilo support a few more partitioning options | |||||
* | move code to autopart.py | Mike Fulbright | 2001-06-22 | 1 | -16/+4 | |
| | ||||||
* | remove old code | Matt Wilson | 2001-06-21 | 1 | -13/+2 | |
| | ||||||
* | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -134/+208 | |
| | ||||||
* | add confirm-upgrade to skipList so we don't see the partition screen during ↵ | bfox | 2001-03-22 | 1 | -0/+1 | |
| | | | | kickstart | |||||
* | fix for bug 29544 - we were not handling kickstart raid specifications which ↵ | Mike Fulbright | 2001-03-13 | 1 | -1/+18 | |
| | | | | used --onpart correctly | |||||
* | 1) add "langsupport" flag to ks.cfg | Matt Wilson | 2001-02-08 | 1 | -0/+10 | |
| | | | | | | | | | "langsupport --default en_US" will support all languages, en_US default "langsupport de_DE fr_FR en_US --default fr_FR" will give German, French, English support, French default 2) don't apply comp default selection state to upgrades - explicitly turn off each comp 3) log to stderr on "not setupFilesystems" in log.py | |||||
* | add nolinear to lilo ks cmd | Mike Fulbright | 2001-02-01 | 1 | -1/+3 | |
| | ||||||
* | Several changes: | Mike Fulbright | 2001-02-01 | 1 | -2/+10 | |
| | | | | | | | - fixed bug where if no partition were specified to be allocated in ks, goto 'unslicable ....' error - made linear default for kickstart LILO option - made it so firewall and lba32warning messages skipped in ks mode | |||||
* | skip language screens | Matt Wilson | 2001-01-25 | 1 | -0/+2 | |
| | ||||||
* | add a --disabled argument | Bill Nottingham | 2001-01-10 | 1 | -2/+6 | |
| | ||||||
* | use 'high' or 'medium' for kickstart, not direct 'policy' | Bill Nottingham | 2001-01-10 | 1 | -3/+5 | |
| | ||||||
* | kickstart support for firewall configuration | Bill Nottingham | 2001-01-10 | 1 | -1/+46 | |
| | ||||||
* | patch as suggested in bug 23313 | Mike Fulbright | 2001-01-09 | 1 | -1/+1 | |
| | ||||||
* | don't barf on blank lines in ks.cfg's post | Matt Wilson | 2001-01-04 | 1 | -2/+2 | |
| | ||||||
* | leave white space and comments in kickstart scripts | Erik Troan | 2000-11-21 | 1 | -1/+4 | |
| | ||||||
* | fix spelling of hesiod option | Mike Fulbright | 2000-08-23 | 1 | -1/+1 | |
| | ||||||
* | added deviceprobe command | Erik Troan | 2000-07-12 | 1 | -0/+1 | |
| | ||||||
* | added defaultdesktop keyword for kickstart | Mike Fulbright | 2000-07-11 | 1 | -1/+6 | |
| | ||||||
* | typo | Mike Fulbright | 2000-06-19 | 1 | -2/+3 | |
| | ||||||
* | need to initilize variables | Mike Fulbright | 2000-06-19 | 1 | -0/+1 | |
| | ||||||
* | multiple nic behavior improved | Erik Troan | 2000-06-18 | 1 | -2/+1 | |
| | ||||||
* | typo | Mike Fulbright | 2000-06-09 | 1 | -1/+1 | |
| | ||||||
* | typos | Mike Fulbright | 2000-06-08 | 1 | -1/+1 | |
| | ||||||
* | ldap and kerberos changes | Mike Fulbright | 2000-06-05 | 1 | -5/+51 | |
| |