summaryrefslogtreecommitdiffstats
path: root/loader2/kickstart.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-54/+0
|
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* * loader2/kickstart.c: Support fetching kickstart files from HTTPDavid Cantrell2007-04-031-0/+1
| | | | | | URLs that require login information (<bnocera@redhat.com>, #194247) * loader2/kickstart.h: Likewise * loader2/urlinstall.c: Likewise
* Add a new updates kickstart commant for fetching an updates.img. ThisChris Lumens2007-02-281-0/+1
| | | | command also allows fetching from a floppy if no argument is provided.
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-3/+3
| | | | to it) all over the place.
* 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