summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
...
* Update restart-anaconda to work with systemd.Chris Lumens2011-04-121-14/+25
* Remove init.[ch].Chris Lumens2011-04-122-191/+0
* Move debugging features into loader.c.Chris Lumens2011-04-122-68/+59
* We no longer need to get the PID of init from loader.Chris Lumens2011-04-121-17/+0
* Move serial console handling code out into its own file.Chris Lumens2011-04-125-207/+237
* Remove all the custom shutdown/reboot/halt code in loader and init.Chris Lumens2011-04-126-564/+10
* Move syslog starting into loader.Chris Lumens2011-04-122-123/+120
* loader doesn't support arguments except from /proc/cmdline.Chris Lumens2011-04-122-99/+18
* Don't build our own init anymore.Chris Lumens2011-04-121-11/+0
* Remove the duplicate backtrace setup code in init.c.Chris Lumens2011-04-121-55/+0
* Remove from init.c/loader.c things that systemd does for us.Chris Lumens2011-04-123-442/+5
* Changes for NetworkManager API 0.9Radek Vykydal2011-04-111-1/+1
* Don't write HWADDR into ifcfg files (#690589)Radek Vykydal2011-04-081-4/+0
* If we're not given a language on the command line, set up English.Chris Lumens2011-04-071-1/+3
* Use znet_cio_free to clear network devices from cio_ignore.David Cantrell2011-04-061-11/+1
* Fix syntax error from commit 9e696b62.Ales Kozumplik2011-04-041-1/+1
* Rewrite nfs url parsing in loaderBrian C. Lane2011-04-011-32/+27
* Fix order of nfs mountOpts in promptForNfsBrian C. Lane2011-04-011-1/+1
* unicode-linedraw-chars.txt is no longer useful.Chris Lumens2011-03-312-23/+0
* mkctype is no longer useful.Chris Lumens2011-03-313-91/+2
* Do not print out traceback when localedef is not presentMartin Sivak2011-03-301-1/+1
* Fix the logic surrounding use of the filterfunc for get_file_list (#691880).Chris Lumens2011-03-291-1/+8
* mount needs to be told "nfs" or it assumes any argument is a device (#678414).Chris Lumens2011-03-291-1/+1
* Fixup rindex usage (#678086)Brian C. Lane2011-03-242-2/+2
* shutdown: kill processes in the anaconda process group.Ales Kozumplik2011-03-233-4/+23
* shutdown.c: pidof and killall5 are in /sbin on rawhide.Ales Kozumplik2011-03-231-3/+3
* Don't fatal_error if required mounts are already mountedWill Woods2011-03-171-5/+10
* Don't fatal_error if remounting root read-write failsWill Woods2011-03-171-3/+1
* Fix order of opts and host when processing kickstart nfs lines.Chris Lumens2011-03-161-1/+1
* Add a missing include to fix the build.Chris Lumens2011-03-111-0/+2
* Consolidate ip address checking into functions.Radek Vykydal2011-03-105-51/+51
* Add support for ipv6 to gateway boot option (#677609)Radek Vykydal2011-03-101-1/+27
* Fix parsing of ipv6 --gateway in kickstart (#677609)Radek Vykydal2011-03-101-1/+1
* Create the virtio-ports on time.Ales Kozumplik2011-03-091-3/+4
* Do not pass --sshd to stage2.Ales Kozumplik2011-03-091-2/+4
* Another fix for the loader translations.Ales Kozumplik2011-03-072-17/+10
* Enable network if sshd boot option is used (#643738)Radek Vykydal2011-03-041-1/+2
* Fix setting of loaderData->method from repo= cmdline option.Radek Vykydal2011-03-041-2/+0
* devt.h is no longer useful, remove it.Chris Lumens2011-03-034-44/+0
* Check repo instead of method type when enabling network in loader (#673824)Radek Vykydal2011-03-021-2/+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-024-14/+32
* Always activate first kickstart network deviceRadek Vykydal2011-03-021-1/+2
* Make kickstart network command reconfigure active device in loaderRadek Vykydal2011-03-022-1/+126
* Use NM for ibft configurationRadek Vykydal2011-03-021-48/+2
* Reset only ifcfg file of device we failed to activateRadek Vykydal2011-03-022-48/+64
* Initialize iface structure properlyRadek Vykydal2011-03-022-2/+2
* Add kickstart network --nodefroute optionRadek Vykydal2011-03-022-0/+11
* Add support for ks network --bootproto=ibftRadek Vykydal2011-03-021-0/+3
* Wait for activation of specific devices instead of NMRadek Vykydal2011-03-022-16/+37