summaryrefslogtreecommitdiffstats
path: root/loader/kickstart.c
Commit message (Expand)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-1108/+0
* Support prefix length in kickstart network --ipv6 option.Radek Vykydal2011-11-011-0/+7
* Fix sigsegv in setKickstartNetwork() (strdup() from a NULL).Ales Kozumplik2011-10-041-14/+10
* use macro name instead of valueVratislav Podzimek2011-08-011-2/+2
* be more defensive -- check values for nonsensesVratislav Podzimek2011-06-221-0/+2
* enable netmask setting for wireless connectionsVratislav Podzimek2011-06-221-3/+3
* enable dns settings of wireless connectionVratislav Podzimek2011-06-221-3/+3
* enable gateway settings of wireless connectionVratislav Podzimek2011-06-221-3/+6
* enable wpa in kickstartVratislav Podzimek2011-06-221-3/+55
* Fix SIGSEGV for netwowrk --device=<MAC> which is not found (#697432)Radek Vykydal2011-04-181-3/+2
* Remove all the custom shutdown/reboot/halt code in loader and init.Chris Lumens2011-04-121-25/+0
* Fix order of opts and host when processing kickstart nfs lines.Chris Lumens2011-03-161-1/+1
* Consolidate ip address checking into functions.Radek Vykydal2011-03-101-21/+6
* Fix parsing of ipv6 --gateway in kickstart (#677609)Radek Vykydal2011-03-101-1/+1
* Fix setting of some network values in loader kickstart (#679825).Radek Vykydal2011-03-021-50/+50
* Do not activate first ks network device automatically in non-network installs.Radek Vykydal2011-03-021-13/+13
* Always activate first kickstart network deviceRadek Vykydal2011-03-021-1/+2
* Add kickstart network --nodefroute optionRadek Vykydal2011-03-021-0/+6
* Add support for ks network --bootproto=ibftRadek Vykydal2011-03-021-0/+3
* Parse all kickstart network commands in loader tooRadek Vykydal2011-03-021-97/+133
* Activate all devices set by kickstart network --activate commandRadek Vykydal2011-03-021-6/+15
* Attempt at fixing reboot behavior in kickstart (#676968).Chris Lumens2011-02-231-1/+3
* The default kickstart UI is graphical, specify other if you want it (#678095).Chris Lumens2011-02-161-6/+6
* Don't always attempt to load updates on kickstart installs (#677131).Chris Lumens2011-02-151-4/+6
* Don't fail on missing %includes during loader kickstart processing (#676940).Chris Lumens2011-02-141-2/+2
* Don't call preprocessKickstart from within anaconda as well.Chris Lumens2011-01-251-5/+5
* We don't need the command names anymore.Chris Lumens2011-01-251-29/+22
* Convert kickstart functions to use Python.Chris Lumens2011-01-251-453/+415
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-0/+436
* Get rid of the kickstart command codes, and alphabetize the command table.Chris Lumens2011-01-251-29/+20
* Remove ksReadCommands, convert to using pykickstart for parsing.Chris Lumens2011-01-251-144/+51
* Add functions to support interfacing loader with pykickstart.Chris Lumens2011-01-251-0/+131
* break the dependency of modules.c on loader.hAles Kozumplik2010-07-201-0/+51
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-3/+3
* Bring up network for local hd vnc kickstart installs (#522064)David Cantrell2010-04-291-0/+10
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Sleep if the kickstart file read fails (#537361)Ales Kozumplik2009-11-191-0/+8
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-23/+30
* Use glib data structures in loader's module handling code.David Cantrell2009-11-161-2/+1
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-2/+2
* getHostAndPath is only used by the nfs code, so move it.Chris Lumens2009-09-301-66/+0
* Clean up getHostandPath() debugging messages for host & file.David Cantrell2009-09-291-3/+4
* Allocate memory for login and password and do not meddle with host pointer so...Martin Sivak2009-08-191-2/+8
* Fix an erroneous "!" in the test for doKill, and make reboot explicit.Peter Jones2009-08-121-7/+13
* Don't segfault with "ks someotherparam" (#498307).Chris Lumens2009-04-301-3/+4
* Followup to commit b27dcdc6a37b5429b50579dbf0650e880a95988cDavid Cantrell2008-11-171-1/+1
* Do not bring up network for non-remote kickstart locations (#471658)David Cantrell2008-11-171-0/+21
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+566
* remove old loader dir. for referencing, go back to anaconda-8-0-branchJeremy Katz2003-01-071-171/+0
* fix the format arguments to avoid segfaults in the loader on kickstart config...Jeremy Katz2002-10-141-1/+1