index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
loader
/
kickstart.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely remove loader/
Will Woods
2012-02-15
1
-1108
/
+0
*
Support prefix length in kickstart network --ipv6 option.
Radek Vykydal
2011-11-01
1
-0
/
+7
*
Fix sigsegv in setKickstartNetwork() (strdup() from a NULL).
Ales Kozumplik
2011-10-04
1
-14
/
+10
*
use macro name instead of value
Vratislav Podzimek
2011-08-01
1
-2
/
+2
*
be more defensive -- check values for nonsenses
Vratislav Podzimek
2011-06-22
1
-0
/
+2
*
enable netmask setting for wireless connections
Vratislav Podzimek
2011-06-22
1
-3
/
+3
*
enable dns settings of wireless connection
Vratislav Podzimek
2011-06-22
1
-3
/
+3
*
enable gateway settings of wireless connection
Vratislav Podzimek
2011-06-22
1
-3
/
+6
*
enable wpa in kickstart
Vratislav Podzimek
2011-06-22
1
-3
/
+55
*
Fix SIGSEGV for netwowrk --device=<MAC> which is not found (#697432)
Radek Vykydal
2011-04-18
1
-3
/
+2
*
Remove all the custom shutdown/reboot/halt code in loader and init.
Chris Lumens
2011-04-12
1
-25
/
+0
*
Fix order of opts and host when processing kickstart nfs lines.
Chris Lumens
2011-03-16
1
-1
/
+1
*
Consolidate ip address checking into functions.
Radek Vykydal
2011-03-10
1
-21
/
+6
*
Fix parsing of ipv6 --gateway in kickstart (#677609)
Radek Vykydal
2011-03-10
1
-1
/
+1
*
Fix setting of some network values in loader kickstart (#679825).
Radek Vykydal
2011-03-02
1
-50
/
+50
*
Do not activate first ks network device automatically in non-network installs.
Radek Vykydal
2011-03-02
1
-13
/
+13
*
Always activate first kickstart network device
Radek Vykydal
2011-03-02
1
-1
/
+2
*
Add kickstart network --nodefroute option
Radek Vykydal
2011-03-02
1
-0
/
+6
*
Add support for ks network --bootproto=ibft
Radek Vykydal
2011-03-02
1
-0
/
+3
*
Parse all kickstart network commands in loader too
Radek Vykydal
2011-03-02
1
-97
/
+133
*
Activate all devices set by kickstart network --activate command
Radek Vykydal
2011-03-02
1
-6
/
+15
*
Attempt at fixing reboot behavior in kickstart (#676968).
Chris Lumens
2011-02-23
1
-1
/
+3
*
The default kickstart UI is graphical, specify other if you want it (#678095).
Chris Lumens
2011-02-16
1
-6
/
+6
*
Don't always attempt to load updates on kickstart installs (#677131).
Chris Lumens
2011-02-15
1
-4
/
+6
*
Don't fail on missing %includes during loader kickstart processing (#676940).
Chris Lumens
2011-02-14
1
-2
/
+2
*
Don't call preprocessKickstart from within anaconda as well.
Chris Lumens
2011-01-25
1
-5
/
+5
*
We don't need the command names anymore.
Chris Lumens
2011-01-25
1
-29
/
+22
*
Convert kickstart functions to use Python.
Chris Lumens
2011-01-25
1
-453
/
+415
*
Move all kickstart functions into kickstart.c.
Chris Lumens
2011-01-25
1
-0
/
+436
*
Get rid of the kickstart command codes, and alphabetize the command table.
Chris Lumens
2011-01-25
1
-29
/
+20
*
Remove ksReadCommands, convert to using pykickstart for parsing.
Chris Lumens
2011-01-25
1
-144
/
+51
*
Add functions to support interfacing loader with pykickstart.
Chris Lumens
2011-01-25
1
-0
/
+131
*
break the dependency of modules.c on loader.h
Ales Kozumplik
2010-07-20
1
-0
/
+51
*
Move isys and booty into the pyanaconda/ directory, adjust paths to match.
Chris Lumens
2010-06-28
1
-3
/
+3
*
Bring up network for local hd vnc kickstart installs (#522064)
David Cantrell
2010-04-29
1
-0
/
+10
*
move log.c from loader into isys.
Ales Kozumplik
2010-03-08
1
-1
/
+1
*
Sleep if the kickstart file read fails (#537361)
Ales Kozumplik
2009-11-19
1
-0
/
+8
*
Replace all popt use with glib's option parsing code.
David Cantrell
2009-11-18
1
-23
/
+30
*
Use glib data structures in loader's module handling code.
David Cantrell
2009-11-16
1
-2
/
+1
*
libcurl supports https in addition to http, so change our tests.
Chris Lumens
2009-09-30
1
-2
/
+2
*
getHostAndPath is only used by the nfs code, so move it.
Chris Lumens
2009-09-30
1
-66
/
+0
*
Clean up getHostandPath() debugging messages for host & file.
David Cantrell
2009-09-29
1
-3
/
+4
*
Allocate memory for login and password and do not meddle with host pointer so...
Martin Sivak
2009-08-19
1
-2
/
+8
*
Fix an erroneous "!" in the test for doKill, and make reboot explicit.
Peter Jones
2009-08-12
1
-7
/
+13
*
Don't segfault with "ks someotherparam" (#498307).
Chris Lumens
2009-04-30
1
-3
/
+4
*
Followup to commit b27dcdc6a37b5429b50579dbf0650e880a95988c
David Cantrell
2008-11-17
1
-1
/
+1
*
Do not bring up network for non-remote kickstart locations (#471658)
David Cantrell
2008-11-17
1
-0
/
+21
*
Renamed loader2 subdirectory to loader (hooray for git)
David Cantrell
2008-08-25
1
-0
/
+566
*
remove old loader dir. for referencing, go back to anaconda-8-0-branch
Jeremy Katz
2003-01-07
1
-171
/
+0
*
fix the format arguments to avoid segfaults in the loader on kickstart config...
Jeremy Katz
2002-10-14
1
-1
/
+1
[next]