summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* permanently skip step to ask which partition to upgrade, since in kickstart w...Mike Fulbright2002-11-141-1/+1
* depth should always be an intMike Fulbright2002-11-121-1/+1
* changes to work with new xsetup objectMike Fulbright2002-11-121-1/+1
* first pass upgrade autodetection. the ui still needs a little work, but itJeremy Katz2002-11-051-1/+2
* recommended support for swap on lvs (#74241)Jeremy Katz2002-11-011-1/+7
* merge anaconda-8-0-branch to HEADJeremy Katz2002-09-051-4/+18
* added code to handle growing lvm partitions. Only intended for use via ks at ...Mike Fulbright2002-08-191-3/+13
* I wonder how long bootloader --location=none hasn't worked...Jeremy Katz2002-08-021-0/+3
* fix mbr/partition handling for kickstart (#70380)Jeremy Katz2002-08-021-2/+2
* ignore nag screen in ks modeMike Fulbright2002-06-251-0/+2
* don't enforce that 0<percent<=100 unless they specify a percent on the lvsizeJeremy Katz2002-06-111-1/+1
* need to do bootloadersetup if not doing a bootloader --upgrade (#65735)Jeremy Katz2002-06-111-0/+5
* kickstart directive can control firstboot nowJeremy Katz2002-06-101-0/+20
* make sure people specify a valid percentageJeremy Katz2002-06-091-0/+2
* you can specify lv percentage in kickstartJeremy Katz2002-06-091-2/+7
* languagesupport is backJeremy Katz2002-06-071-1/+1
* typoMike Fulbright2002-06-031-1/+1
* start to pretend to work with lvm on top of raid, but we really don't yetJeremy Katz2002-05-301-0/+16
* I can do kickstart installs to lvm now. sweet.Jeremy Katz2002-05-291-10/+103
* 1) Fix all copyrights 2) move everything to use rhpl.translate instead of our...Mike Fulbright2002-05-231-0/+13
* 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 X...Mike Fulbright2002-05-211-1/+1
* handle multiple network device configuration better from kickstart (#64108)Jeremy Katz2002-05-091-1/+5
* better handling of raid and /boot/efi setting filesystem type to avoidJeremy Katz2002-05-061-13/+14
* merge bootloader changes from HEADJeremy Katz2002-04-221-3/+1
* more merging fun from the hampton branch. I'm pretty sure this doesn'tJeremy Katz2002-04-191-2/+17
* merge %include from branchJeremy 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
* oopsJeremy Katz2002-02-141-3/+3
* move a lot more out of partitioning.py... a lot of the functions are nowJeremy Katz2002-02-141-6/+11
* even more fun... move Partitions object to partitions.py and adjust accordingly.Jeremy Katz2002-02-131-3/+3
* stage2 of the partitioning.py cleanupJeremy Katz2002-02-071-3/+4
* really fix kickstart raid (#59270)Jeremy Katz2002-02-041-9/+19
* uniqueID *must* be an int. convert what we're given in kickstart to be an in...Jeremy Katz2002-02-041-1/+9
* support setting the raid deviceJeremy Katz2002-02-011-1/+2
* now kickstart upgrades have a chance in hell of workingJeremy Katz2002-01-311-3/+8
* so kickstart has a chance in hell of workingJeremy Katz2002-01-251-1/+1
* whee! merge the first bunch of changes from the 390 branch. thisJeremy Katz2001-12-271-0/+2
* oops, this could never work (#57600)Jeremy Katz2001-12-171-1/+1
* merge from branchJeremy Katz2001-11-011-0/+3
* make cleardrive accept multiple drives properly (#54293)Jeremy Katz2001-10-041-3/+3
* merge fix from 7-2-branchJeremy Katz2001-09-211-1/+1
* merge changes from 7-2-branchJeremy 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