summaryrefslogtreecommitdiffstats
path: root/loader2/kickstart.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-11/+10
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+15
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-1/+2
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Don't display garbage in the dialog box to correct the kickstart file locationChris Lumens2007-06-291-4/+12
* 2007-04-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-04-301-0/+3
* * loader2/kickstart.c: Support fetching kickstart files from HTTPDavid Cantrell2007-04-031-1/+28
* Add a new updates kickstart commant for fetching an updates.img. ThisChris Lumens2007-02-281-0/+13
* Don't try to free ksFile on ks=file: paths (#221904).Chris Lumens2007-01-091-0/+1
* If there's an error getting the kickstart file, display an error message thatChris Lumens2006-11-211-36/+89
* Fix up how we assemble URLs a little bit.Chris Lumens2006-10-311-7/+9
* * loader2/nfsinstall.c (getFileFromNfs): More useful log message thanDavid Cantrell2006-08-011-1/+6
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-46/+47
* Attempt to eject the CD drive if we're in kickstart and given the --ejectChris Lumens2006-01-191-0/+1
* Tweak section patch.Chris Lumens2005-08-161-4/+4
* Correctly detect when we're in a ks file section (dlehman, #165865).Chris Lumens2005-08-161-2/+2
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-5/+5
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-4/+4
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-0/+9
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-0/+4
* kickstart commands to control doing reboot/poweroff/halt at the end of anJeremy Katz2004-06-211-0/+54
* turn on selinux mode if they specify selinux in their ks.cfgJeremy Katz2004-04-161-0/+9
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-1/+1
* lots of probe_all nukingJeremy Katz2004-03-041-2/+1
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-25/+15
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-40/+21
* rest of remount tweaksMike Fulbright2003-05-011-3/+3
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+9
* bump copyrightsMike Fulbright2003-03-281-1/+1
* add graphical kickstart directiveMike Fulbright2003-03-281-0/+9
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-3/+3
* add back device command for kickstartJeremy Katz2003-02-101-0/+3
* driverdisk command returns to kickstartJeremy Katz2003-02-101-3/+5
* add back support for 'linux ks' to grab server and filename from dhcp (#82404)Jeremy Katz2003-01-231-2/+3
* add support for the ks=nfs:host/path/ ks=http://host/path/ syntax to resolveJeremy Katz2003-01-231-0/+20
* the loader shouldn't care about any of %post, %packages or %pre (fixes #71115)Jeremy Katz2003-01-021-4/+5
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-25/+64
* move some declarations into their own headersJeremy Katz2002-12-061-0/+5
* we can get our kickstart configs via nfs now. goodie.Jeremy Katz2002-12-041-2/+3
* add cdrom, hd and url ks handlersMike Fulbright2002-12-041-3/+3
* grabbing kickstart configs from http works nowJeremy Katz2002-12-031-9/+7
* msf seems to think this is important...Jeremy Katz2002-12-031-0/+309