summaryrefslogtreecommitdiffstats
path: root/loader/loader.c
Commit message (Expand)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-2441/+0
* Don't load forcefully load pcspkr. The kernel doesn't (#750830).Chris Lumens2011-11-021-1/+1
* Support prefix length in ipv6= cmdline option (#679108)Radek Vykydal2011-11-011-12/+12
* And stop attempting to load our own fonts, since we no longer ship them.Chris Lumens2011-10-311-1/+0
* Handle strange lang boot argument values.Ales Kozumplik2011-10-101-1/+1
* LANG_DEFAULT lives in lang.c.Ales Kozumplik2011-10-101-2/+1
* Return after writing log message, not before.Radek Vykydal2011-09-211-1/+1
* Do not reactivate network device needlessly on s390 (#739846)Radek Vykydal2011-09-211-0/+4
* Start NM in loader on s390 until we have systemd init here too (#733680)Radek Vykydal2011-09-211-0/+6
* Restart NetworkManager to use anaconda's initial ifcfg config (#727951)Radek Vykydal2011-08-101-3/+4
* ssl: 'noverifyssl' kernel boot argument.Ales Kozumplik2011-08-051-1/+3
* variable 'i' ununsed on s390(x)Dan Horák2011-08-021-3/+7
* Remove dogtail support. No one uses it anyway.Chris Lumens2011-07-281-8/+1
* Change IsBeta to IsFinalMartin Gracik2011-07-261-1/+1
* enable establishing wpa connection in "early networking"Vratislav Podzimek2011-06-221-0/+2
* Do not set hostname in stage 1.Radek Vykydal2011-05-191-9/+0
* 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 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-131-3/+3
* Update restart-anaconda to work with systemd.Chris Lumens2011-04-121-14/+25
* Move debugging features into loader.c.Chris Lumens2011-04-121-0/+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-121-0/+5
* Remove all the custom shutdown/reboot/halt code in loader and init.Chris Lumens2011-04-121-40/+8
* Move syslog starting into loader.Chris Lumens2011-04-121-1/+120
* loader doesn't support arguments except from /proc/cmdline.Chris Lumens2011-04-121-85/+18
* Remove from init.c/loader.c things that systemd does for us.Chris Lumens2011-04-121-72/+4
* If we're not given a language on the command line, set up English.Chris Lumens2011-04-071-1/+3
* shutdown: kill processes in the anaconda process group.Ales Kozumplik2011-03-231-0/+3
* Consolidate ip address checking into functions.Radek Vykydal2011-03-101-21/+6
* Add support for ipv6 to gateway boot option (#677609)Radek Vykydal2011-03-101-1/+27
* Do not pass --sshd to stage2.Ales Kozumplik2011-03-091-2/+4
* 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
* Check repo instead of method type when enabling network in loader (#673824)Radek Vykydal2011-03-021-2/+1
* Do not activate first ks network device automatically in non-network installs.Radek Vykydal2011-03-021-1/+3
* Initialize iface structure properlyRadek Vykydal2011-03-021-1/+1
* Clarify that loader method entries are looking for a tree.Chris Lumens2011-02-251-7/+2
* Don't show loaderSegvHandler or its glibc entry point in tracebacks.Peter Jones2011-02-161-1/+4
* Prompt for media check on DVD installs (#676551).Chris Lumens2011-02-141-0/+1
* remove unused variablesMichal Schmidt2011-02-031-8/+8
* Fix the taint flag check.Chris Lumens2011-02-031-1/+10
* Don't call preprocessKickstart from within anaconda as well.Chris Lumens2011-01-251-3/+7
* Remove ksReadCommands, convert to using pykickstart for parsing.Chris Lumens2011-01-251-4/+2
* Enable support for static ipv6= cmdline option.Radek Vykydal2011-01-191-16/+3
* Pass --noeject to anaconda (#477887)Brian C. Lane2010-12-221-0/+3