summaryrefslogtreecommitdiffstats
path: root/pyanaconda/network.py
Commit message (Expand)AuthorAgeFilesLines
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-281-13/+16
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-2/+3
* Use constant for default hostname ("localhost.localdomain" currently)Radek Vykydal2013-01-241-3/+4
* Make update_hostname function do just one thing - update ksdata.Radek Vykydal2013-01-241-5/+5
* Rename wait_for_dhcp pieces to say what they actually doRadek Vykydal2013-01-241-3/+3
* Initialize network synchronously (#902090)Radek Vykydal2013-01-241-6/+6
* Dump missing ifcfg ifles only for ethernet devices (#893892)Radek Vykydal2013-01-161-1/+1
* Set the local hostname during installationVratislav Podzimek2013-01-111-9/+10
* Network spoke: add hostname setting (#856456)Radek Vykydal2013-01-081-4/+11
* Add logging for networking and improve logging of ifcfg filesRadek Vykydal2012-12-101-15/+35
* Use updated connection settings object for default auto config files (#883383)Radek Vykydal2012-12-071-1/+1
* Remove resetResolver function, we don't need it anymore (#868695)Radek Vykydal2012-12-051-5/+0
* Unify writeNetworkConf with other modules (rename, put in ks.execute)Radek Vykydal2012-12-051-18/+17
* Fix network command --onboot and --activate options.Radek Vykydal2012-12-051-0/+71
* Write /etc/hostname (#871543)Michal Schmidt2012-12-041-1/+13
* Improve and document network.sanityCheckHostnameVratislav Podzimek2012-12-031-8/+29
* Wait for slower dhcp for payload setup and hostname setting (#873468)Radek Vykydal2012-11-271-25/+37
* Dump default auto connection's ifcfg file instead of writing a new one (#870922)Radek Vykydal2012-11-191-5/+35
* Keep hostname when updating ksdata after GUI network configuration (#866516)Radek Vykydal2012-10-181-2/+5
* Don't look for ifcfgs of wireless devices (#860791)Radek Vykydal2012-10-031-0/+2
* Don't write HOSTNAME=HOSTNAME=myhostnamehere (#859141).Chris Lumens2012-09-241-2/+0
* networking: remove Network() objectRadek Vykydal2012-08-271-21/+38
* networking: use ksdata.network.hostname instead of actual installer hostnameRadek Vykydal2012-08-271-5/+1
* networking: consolidate writing/copying of configuration filesRadek Vykydal2012-08-271-42/+22
* networking: 70-persistent-net.rules doesn't exist anymore.Radek Vykydal2012-08-271-4/+0
* networking: disable ipv6 directly in installed system config fileRadek Vykydal2012-08-271-9/+6
* networking: mirror end-of-installation network config tweaks in ksdata.Radek Vykydal2012-08-271-3/+9
* networking: write configuration in doInstallRadek Vykydal2012-08-271-0/+11
* A little fix of newui -> master merge (iscsi offload devices)Radek Vykydal2012-08-081-2/+2
* remove Network(): list of network devices, final stepsRadek Vykydal2012-07-201-25/+7
* remove Network(): write (configuration) methodRadek Vykydal2012-07-201-62/+43
* remove Network(): disabling of ipv6Radek Vykydal2012-07-201-12/+19
* remove Network(): post-configuration of devices used for storageRadek Vykydal2012-07-201-51/+51
* remove Network(): ifcfg files will have been already written (in ks or GUI)Radek Vykydal2012-07-201-6/+0
* remove Network(): writeKSRadek Vykydal2012-07-201-13/+0
* remove Network(): setupDracutArgsRadek Vykydal2012-07-201-18/+19
* remove Network(): device description attribute of NetworkDeviceRadek Vykydal2012-07-201-4/+0
* remove Network(): hostname attributeRadek Vykydal2012-07-201-21/+7
* remove Network(): ksdevice attributeRadek Vykydal2012-07-201-25/+30
* remove Network(): copying configuration to target systemRadek Vykydal2012-07-201-54/+62
* remove Network(): remove methods needed only for old UIRadek Vykydal2012-07-201-41/+0
* remove Network(): remove another unused methodRadek Vykydal2012-07-201-9/+0
* remove Network(): better style - use anyRadek Vykydal2012-07-201-2/+1
* remove Network(): ifcfg -> dracut args mappingRadek Vykydal2012-07-201-59/+62
* remove Network(): remove unused functionsRadek Vykydal2012-07-201-127/+83
* Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-24/+74
|\
| * Add ip= dracut parameter for iscsi nodes using default iface (#500273)Radek Vykydal2012-05-041-5/+3
| * Disable NM for iface used by root on iscsi (#500273)Radek Vykydal2012-05-041-6/+4
| * Merge 'f17-branch'Will Woods2012-03-301-3/+25
| |\
| | * Create default ifcfg-* for each interface (#804504, #804716)Will Woods2012-03-211-3/+25