summaryrefslogtreecommitdiffstats
path: root/loader
Commit message (Expand)AuthorAgeFilesLines
* Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)Radek Vykydal2011-10-061-0/+2
* Fix sigsegv in setKickstartNetwork() (strdup() from a NULL).Ales Kozumplik2011-10-041-14/+10
* Add nfsiso: handling to parseNfsHostPathOptsBrian C. Lane2011-09-301-2/+4
* Check the return value of get_file_list (#741466)Brian C. Lane2011-09-293-5/+6
* 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-053-3/+7
* Don't raise Retry dialog in loader kickstart networking (#722276)Radek Vykydal2011-08-041-4/+1
* Honor linksleep boot option (#713991)Radek Vykydal2011-08-041-3/+4
* don't build functions not used on s390(x)Dan Horák2011-08-021-0/+2
* variable 'i' ununsed on s390(x)Dan Horák2011-08-021-3/+7
* use macro name instead of valueVratislav Podzimek2011-08-011-2/+2
* 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