summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Remove dogtail support. No one uses it anyway.Chris Lumens2011-07-282-9/+1
* Change IsBeta to IsFinalMartin Gracik2011-07-261-1/+1
* remove key-files writing in loader (no more needed, NM does it itself)Vratislav Podzimek2011-07-181-50/+0
* do not write default ifcfg files for wireless devicesVratislav Podzimek2011-07-181-3/+3
* be more defensive -- check values for nonsensesVratislav Podzimek2011-06-223-15/+47
* enable netmask setting for wireless connectionsVratislav Podzimek2011-06-223-12/+20
* enable dns settings of wireless connectionVratislav Podzimek2011-06-223-10/+27
* enable gateway settings of wireless connectionVratislav Podzimek2011-06-223-12/+19
* enable wpa in kickstartVratislav Podzimek2011-06-221-3/+55
* enable establishing wpa connection in "early networking"Vratislav Podzimek2011-06-224-2/+302
* Remove duplicate code.Radek Vykydal2011-06-091-18/+0
* HOSTNAME is not per-device/ifcfg setting.Radek Vykydal2011-05-191-2/+2
* Do not set hostname in stage 1.Radek Vykydal2011-05-191-9/+0
* Do not write out /etc/sysconfig/network in stage 1.Radek Vykydal2011-05-191-50/+0
* Revert "Don't run localedef in loader if we're just doing English."Chris Lumens2011-05-171-52/+48
* Don't run localedef in loader if we're just doing English.Chris Lumens2011-05-161-48/+52
* Update the requirements for memory..David Lehman2011-05-051-10/+1
* Display a banner when (re)starting Anaconda.Ales Kozumplik2011-04-211-6/+8
* restart-anaconda: no need to redownload the updates.Ales Kozumplik2011-04-211-11/+5
* loader: always call klogctl to disable kernel logging in the console.Ales Kozumplik2011-04-191-2/+2
* Fix SIGSEGV for netwowrk --device=<MAC> which is not found (#697432)Radek Vykydal2011-04-181-3/+2
* Revert "Don't write HWADDR into ifcfg files (#690589)"Radek Vykydal2011-04-181-0/+4
* Fix building with --disable-selinux (mark@foresightlinux.org).Chris Lumens2011-04-151-3/+4
* Set ANACONDA=1 in the udev environment early in anaconda.Chris Lumens2011-04-151-0/+3
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-137-113/+113
* 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