summaryrefslogtreecommitdiffstats
path: root/loader2/kickstart.h
Commit message (Collapse)AuthorAgeFilesLines
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-0/+1
| | | | | | | | | | | | * loader2/kickstart.c: Allow specifying 'mediacheck' in ks.cfg to specify mediacheck. * loader2/kickstart.h: Define constant. * kickstart.py (KickstartBase.readKickstart): Define no-op for 'mediacheck' keyword for stage2 * loader2/method.c (queryIsoMediaCheck): Allow mediacheck for kickstart if 'mediacheck' passed on the command line. (#116429) * loader2/cdinstall.c (queryCDMediaCheck): Likewise.
* kickstart commands to control doing reboot/poweroff/halt at the end of anJeremy Katz2004-06-211-0/+3
| | | | install (#116414)
* turn on selinux mode if they specify selinux in their ks.cfgJeremy Katz2004-04-161-0/+1
|
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-5/+2
| | | | | list everywhere. stop passing around kd. link with libpci_loader (built with diet) on diet arches to avoid dirent incompatibilities
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+2
| | | | | | | | | | | | | | summary of looking through the diff is * clean up warnings, we build with -Wall -Werror here too * product.img stuff * max logical partitions enforcement * 1 TB max fs size * ethtool stuff * autopart in kickstart * driver disk fixes * RHEL upgrade stuff * network driver disks * variant pkgorder/tree splitting
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-1/+2
| | | | | | | | after-taroon-merge this one adds s390 fixes, basic i/p series platform support, support for multiple kernels and one second stage, cmdline kickstart mode (nice for s390), some warning cleanups.
* add graphical kickstart directiveMike Fulbright2003-03-281-0/+1
|
* add back device command for kickstartJeremy Katz2003-02-101-0/+1
|
* driverdisk command returns to kickstartJeremy Katz2003-02-101-4/+5
|
* add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolveJeremy Katz2003-01-231-0/+2
| | | | | to ip-kickstart. Also adds ftp kickstart file pulling. (#77320 at least... I think there are a few others on this)
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-1/+1
|
* only define the ones we useJeremy Katz2002-12-031-7/+3
|
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-1/+5
|
* add thisJeremy Katz2002-12-031-0/+24