summaryrefslogtreecommitdiffstats
path: root/loader/net.c
Commit message (Expand)AuthorAgeFilesLines
* Completely remove loader/Will Woods2012-02-151-2466/+0
* Support prefix length in ipv6= cmdline option (#679108)Radek Vykydal2011-11-011-0/+16
* Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)Radek Vykydal2011-10-061-0/+2
* 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
* 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-221-15/+43
* enable netmask setting for wireless connectionsVratislav Podzimek2011-06-221-8/+15
* enable dns settings of wireless connectionVratislav Podzimek2011-06-221-6/+23
* enable gateway settings of wireless connectionVratislav Podzimek2011-06-221-8/+11
* enable establishing wpa connection in "early networking"Vratislav Podzimek2011-06-221-1/+282
* Remove duplicate code.Radek Vykydal2011-06-091-18/+0
* HOSTNAME is not per-device/ifcfg setting.Radek Vykydal2011-05-191-2/+2
* Do not write out /etc/sysconfig/network in stage 1.Radek Vykydal2011-05-191-50/+0
* Revert "Don't write HWADDR into ifcfg files (#690589)"Radek Vykydal2011-04-181-0/+4
* Don't write HWADDR into ifcfg files (#690589)Radek Vykydal2011-04-081-4/+0
* Consolidate ip address checking into functions.Radek Vykydal2011-03-101-7/+34
* Do not activate first ks network device automatically in non-network installs.Radek Vykydal2011-03-021-0/+15
* Make kickstart network command reconfigure active device in loaderRadek Vykydal2011-03-021-1/+123
* Use NM for ibft configurationRadek Vykydal2011-03-021-48/+2
* Reset only ifcfg file of device we failed to activateRadek Vykydal2011-03-021-48/+62
* Initialize iface structure properlyRadek Vykydal2011-03-021-1/+1
* Add kickstart network --nodefroute optionRadek Vykydal2011-03-021-0/+5
* Wait for activation of specific devices instead of NMRadek Vykydal2011-03-021-15/+36
* Activate all devices set by kickstart network --activate commandRadek Vykydal2011-03-021-18/+9
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-166/+0
* Allow loader to re-prompt for networking when network activation failsJames Laska2010-11-031-6/+14
* Do not use autoconfiguration for DHCPv6 (#623216)Radek Vykydal2010-08-131-0/+1
* Remember user's choice when going back in Configure TCP/IP (#609570)Radek Vykydal2010-08-051-5/+19
* Propagate MACADDR from loaderData to iface (#595388)David Cantrell2010-07-211-0/+4
* Support for ks: --ipv6 command, and ipv6 values for --gateway (#490794)Radek Vykydal2010-07-201-2/+38
* Fix config of ipv6 and ipv4 (auto + manual) in loader (#609576)Radek Vykydal2010-07-191-12/+9
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-4/+4
* Do parse DOMAIN for DNS search suffixes in loader (#595388)Steffen Maier2010-06-111-1/+6
* Handle OPTIONS in ifcfg files transparently in loader (#595388)Steffen Maier2010-06-111-31/+5
* Don't let loader write HWADDR to ifcfg file on s390. (#595388)Steffen Maier2010-06-021-0/+2
* Fix most of what is necessary for install over IPv6 on s390 (#594090)David Cantrell2010-06-021-0/+19
* Make ssid and wepkey in boot params and stage 1 kickstart work (#473803)Radek Vykydal2010-05-241-0/+67
* logging: the ibft message once again.Ales Kozumplik2010-05-131-1/+1
* logging: no iBFT is not an error, fix spelling.Ales Kozumplik2010-05-131-1/+1
* Use iBFT if present and user didn't asked for anything else. (#590719)Martin Sivak2010-05-101-27/+36
* Fetch ks files over NFS when ksdevice is not given (#541873)David Cantrell2010-04-271-1/+2
* Do not write OPTIONS=layer2=1 on all architectures (#577005).David Cantrell2010-03-261-1/+1
* Remove isys/str.c, replace calls with glib.h or string.h calls.David Cantrell2010-03-241-6/+5
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Reset network setting input counters for IPv4 and IPv6 (#553761).David Cantrell2010-01-191-0/+2
* Fixes problems in the manual network configuration screen in loader with IPv6.Ales Kozumplik2010-01-071-1/+1
* Bring back missing IPv6 pieces that were lost in time.David Cantrell2010-01-071-1/+1
* Remove test mode from the loader, too.Chris Lumens2009-12-031-31/+27