summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* fix specifying multiple ports with firewall in ks (#62046)Jeremy Katz2002-03-281-1/+1
* some fixes to help keep RAID sane, especially with people doing bizarre thing...Jeremy Katz2002-03-181-0/+1
* fixes for kickstart bootloader --upgradeJeremy Katz2002-03-131-2/+3
* add new step, upgbootloader to handle bootloader configuration on upgradesJeremy Katz2002-03-131-1/+12
* support using %include to include arbitrary files as part of your kickstartJeremy Katz2002-02-281-16/+41
* handle %packages --ignoredeps and %packages --resolvedeps so that peopleJeremy Katz2002-02-221-0/+7
* allow specifying raid device with --device md0 as opposed to just --device 0Jeremy Katz2002-02-201-0/+2
* allow specifying which raid device to use in kickstartJeremy Katz2002-02-201-1/+2
* oops, this could never work (#57600)Jeremy Katz2001-12-171-1/+1
* /boot/efi should be vfat (matt domsch)Jeremy Katz2001-11-011-0/+3
* make cleardrive accept multiple drives properly (#54293)Jeremy Katz2001-10-041-3/+3
* *sigh* cut and paste gone horribly wrong (#53923)Jeremy Katz2001-09-211-1/+1
* the ia64 autopartition voodoo shouldn't happen with kickstart (53759)Jeremy Katz2001-09-181-2/+2
* don't require a size specification with a --onpart, *sigh* (#53759)Jeremy Katz2001-09-181-1/+1
* some kickstart partitioning sanity checks (52969)Jeremy Katz2001-09-041-0/+5
* set id.upgrade on kickstart upgrades alsoJeremy Katz2001-08-231-0/+1
* 1) fix kickstart interactive mode when no bootloader args are used (#52169)Matt Wilson2001-08-211-1/+1
* ondrive= is supposed to be recognized, and start & end are intsJeremy Katz2001-08-171-3/+4
* int'ify the number of spares (51563)Jeremy Katz2001-08-131-1/+1
* more fixme comments removed since doneJeremy Katz2001-08-091-7/+0
* 'part swap --recommended' will give you what autopartitioning would have give...Jeremy Katz2001-08-061-1/+7
* more pychecker funJeremy Katz2001-08-011-1/+1
* add --enablecache for kickstartJeremy Katz2001-07-311-2/+8
* oops, unbreak kickstart for installsJeremy Katz2001-07-241-3/+3
* new step: find root parts, remove those bits from the interfaces forJeremy Katz2001-07-231-1/+13
* minor parsing change for outputing ks.cfg (not user visible)Jeremy Katz2001-07-231-1/+1
* bytes for inode just happily works now on ext2 fs's (which is all we really u...Jeremy Katz2001-07-231-2/+7
* do something with onpartsJeremy Katz2001-07-231-1/+3
* actually hook up ldaptls via kickstartJeremy Katz2001-07-221-1/+2
* move whether the keyboard has been manually set into the keyboard objectJeremy Katz2001-07-221-0/+1
* zerombr reinitializes the disksJeremy Katz2001-07-221-4/+1
* check the installclass in doAutoPartition so that we don't raise dialogsJeremy Katz2001-07-221-0/+2
* this hack can go away nowJeremy Katz2001-07-201-3/+0
* properly record we have skipped X configuration and act appropriately laterMike Fulbright2001-07-191-0/+1
* use the bootloader code for lilo since it's all there...Jeremy Katz2001-07-171-40/+9
* fix mbr vs partition install of bootloader via kickstartJeremy Katz2001-07-171-3/+10
* skip bootdisk step for autostep and interactiveb4.msf.really.broke.xJeremy Katz2001-07-171-0/+1
* skip bootloader password if bootloader stuff specified in kickstartJeremy Katz2001-07-171-1/+3
* add clearpart --initlabel support (43085)Jeremy Katz2001-07-171-4/+7
* autostep hackMatt Wilson2001-07-161-1/+6
* add enableldaptls (48789)Jeremy Katz2001-07-151-0/+4
* add linear/nolinear arguments for bootloader directive (lilo compat)Jeremy Katz2001-07-121-1/+7
* badblocks support -- have to do this before even formatting swap as theyJeremy Katz2001-07-111-1/+7
* don't fall over with zerombr even though it's not back to workingJeremy Katz2001-07-101-3/+5
* don't translate kickstart errors since they show up in tracebacksJeremy Katz2001-07-101-2/+2
* lots of changesJeremy Katz2001-07-101-34/+86
* kickstart raid is back... added some convenience functions since kickstartJeremy Katz2001-07-071-11/+41
* kill debug spewJeremy Katz2001-07-051-1/+0
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-041-2/+2
* strip comments out of package section of kickstart filebfox2001-07-031-0/+8