summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Expand)AuthorAgeFilesLines
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-5/+24
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-3/+3
* fix autostep for monitor probeMike Fulbright2003-05-211-2/+9
* addresses bug #71840 - prevent ks config from specifying two logvols with sam...Mike Fulbright2003-05-201-1/+7
* merge from taroon branch to HEAD. mostly the package stuff, but alsoJeremy Katz2003-05-201-27/+24
* oops forgot to skip these steps if they specified skipx in ks fileMike Fulbright2003-05-161-0/+2
* this change makes it so you are prompted if you monitor was not probed. the ...Mike Fulbright2003-05-141-0/+2
* merge changes from taroon-branch. this merges up to anaconda-9.0.2-1.RHELJeremy Katz2003-05-051-1/+1
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+9
* some simple mountpoint sanity checking for kickstart parsing.Mike Fulbright2003-04-111-0/+8
* nuke debugging printsJeremy Katz2003-04-031-4/+0
* add %traceback to kickstart so we can catch tracebacks in ksMike Fulbright2003-04-031-13/+27
* added %ksappend <url> directive so you can pull most of ks file via httpsMike Fulbright2003-04-011-0/+86
* add graphical directive to ks parserMike Fulbright2003-03-281-0/+1
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-2/+0
* added badblocks warningMike Fulbright2003-03-181-1/+2
* bios drive order from kickstart (#80086)Jeremy Katz2003-02-251-2/+5
* shouldn't require a size for preexisting lvsJeremy Katz2003-02-111-1/+1
* add (undocumented) preexisting lvm/raid support to kickstart. useJeremy Katz2003-02-111-10/+38
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* fix wording (#81415, #81441)Bill Nottingham2003-01-101-1/+1
* by default, if a package or group is listed in a ks.cfg that doesn't exist,Jeremy Katz2003-01-091-9/+57
* don't traceback if excluding a non-existent packageJeremy Katz2003-01-081-1/+4
* patch from dlehman to allow having %packages inside of a %include (#81301)Jeremy Katz2003-01-081-4/+7
* if no %packages, then prompt for package selection (hp feature request, #80977,Jeremy Katz2003-01-081-1/+1
* add some error logging when running %pre/%post scriptsMike Fulbright2002-12-161-3/+12
* more default UTF-8 stuffMatt Wilson2002-12-121-3/+3
* 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