summaryrefslogtreecommitdiffstats
path: root/kickstart.py
Commit message (Collapse)AuthorAgeFilesLines
* typoMike Fulbright2000-06-091-1/+1
|
* typosMike Fulbright2000-06-081-1/+1
|
* ldap and kerberos changesMike Fulbright2000-06-051-5/+51
|
* fixed problem with --dontformat, renamed to --noformatMike Fulbright2000-05-311-3/+3
|
* Make --onpart specified partitions formatted to ext2 unless --dontformat ↵Mike Fulbright2000-05-301-3/+9
| | | | specified as well
* fixes harddrive install to not nuke source partition, and also get --onpart ↵Mike Fulbright2000-05-241-0/+9
| | | | to work (and warn when is can't because clearpart is on
* added custom install classesErik Troan2000-05-181-1/+39
|
* allow %pre/%post before %packagesErik Troan2000-05-121-0/+7
|
* Implemented --asprimary to force autoalocation as a primary onlyMike Fulbright2000-05-031-2/+6
|
* implemnted --onprimary=<n> to force allocation as a particular primary partitionMike Fulbright2000-05-031-3/+13
|
* made partition options tuple more managableMike Fulbright2000-05-031-1/+1
|
* first pass at new install class placement -- works in text modeErik Troan2000-05-031-4/+4
|
* ignore url commandErik Troan2000-05-021-1/+5
|
* Added --bytes-per-inode option to ks part commandMike Fulbright2000-04-261-3/+7
|
* Handle swap partitions properly for --onpartMike Fulbright2000-04-251-1/+5
|
* None is okay in the handlers tableErik Troan2000-04-201-1/+2
|
* 1) support multiple %pre and %post scriptErik Troan2000-04-191-28/+95
| | | | | 2) support --interpreter for pre and post 3) use generic postAction() method
* add support for a hostname option within "network", patch from testers-list@laroche2000-02-281-1/+6
|
* <drmike> Changed 'ps/2' to 'PS/2' in several descriptions.Mike Fulbright2000-02-231-1/+1
|
* support %post w/o %packagesErik Troan2000-02-211-0/+5
|
* properly wired maxsize stuffMatt Wilson2000-02-151-1/+1
|
* skip custom-upgrade step during kickstartMatt Wilson2000-02-151-0/+1
|
* added nodns optionMatt Wilson2000-02-021-1/+3
|
* checked in changes in comps tree by ewtMatt Wilson2000-01-131-1/+1
|
* 1) fixed error check for rootpwMatt Wilson2000-01-111-3/+2
| | | | 2) mouse command took extraneous kickstart option?!?
* merged in lilocheck from 6.1.1.1Erik Troan2000-01-111-0/+25
|
* removed extraneous commentsErik Troan1999-12-271-5/+0
|
* hacked in --ondisk, but haven't tested it yetErik Troan1999-12-231-2/+5
|
* kickstart w/ raid partitions worksErik Troan1999-12-231-1/+18
|
* fixes inspired by kickstartErik Troan1999-12-221-3/+0
|
* removed extraneous = in getopt stuffErik Troan1999-10-111-1/+1
|
* three jj patchesMatt Wilson1999-09-271-1/+2
|
* stripMatt Wilson1999-09-251-0/+1
|
* added earlySwap for kickstartErik Troan1999-09-251-0/+1
|
* added missing self.Matt Wilson1999-09-241-1/+1
|
* testing...Matt Wilson1999-09-241-2/+8
|
* screen blanking, don't kill the splash so early, package selection in kickstartMatt Wilson1999-09-241-2/+2
|
* fixed kickstart parsing problemsMatt Wilson1999-09-231-2/+2
|
* support auth as well as authconfigMatt Wilson1999-09-191-0/+1
|
* ignore device commandMatt Wilson1999-09-161-0/+1
|
* added skipxMatt Wilson1999-09-161-0/+4
|
* fixed rootpwMatt Wilson1999-09-101-3/+6
|
* run post scripts for kickstartErik Troan1999-09-091-8/+37
|
* added (untested) xconfig to kickstartErik Troan1999-09-091-1/+37
|
* 1) changed None to "" in network setupMatt Wilson1999-09-081-5/+3
| | | | 2) removed extraneous print
* added lang, mouse, and keyboard to kickstartErik Troan1999-09-081-3/+68
|
* use argument parsing code from poptErik Troan1999-09-081-7/+7
|
* added zerombrMatt Wilson1999-09-071-0/+5
|
* added manual (fdisk) partitioning in text modeErik Troan1999-09-071-0/+1
|
* automatic partitioning in classed installs should work -- back buttonsErik Troan1999-09-021-1/+1
| | | | are completely fucked though