summaryrefslogtreecommitdiffstats
path: root/pyanaconda/network.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Remove misc. references to loaderWill Woods2012-03-161-1/+1
| | * Set ONBOOT=yes for FCoE devices (#755147)Radek Vykydal2012-02-201-0/+14
| * | Merge branch 'noloader'Will Woods2012-03-301-1/+1
| |\ \
| | * | Remove misc. references to loaderWill Woods2012-02-151-1/+1
| * | | iscsi: add iface binding support to iscsi device class (nic) (#500273)Radek Vykydal2012-03-071-14/+10
| |/ /
| * / Set ONBOOT=yes for FCoE devices (#755147)Radek Vykydal2012-02-091-0/+14
| |/
| * Disable ipv6 on target system when using noipv6 option (#735791)Radek Vykydal2012-02-081-0/+17
| * Select the same device for ksdevice=link in loader and stage2 (#760250)Radek Vykydal2012-02-021-1/+2
| * Don't set the system's hostname during disk image installs.David Lehman2012-01-261-0/+4
| * Fix default hostname function to never return '(none)'.David Lehman2011-12-191-3/+3
* | Network spoke: implement apply methodRadek Vykydal2012-05-301-71/+77
* | Don't let dbus permission errors stop us in testing mode.David Lehman2012-02-281-1/+1
* | Network spoke: set NM_CONTROLLED to yes in initial filesRadek Vykydal2012-02-031-14/+0
|/
* Set default BOOTPROTO=dhcp for network service (minimal installs) (#741199)Radek Vykydal2011-10-061-5/+0
* Remove unnecessary ROOT_PATH constant passing.Ales Kozumplik2011-08-261-12/+13
* changes needed to have per-connection ifcfg files for wifi connectionsVratislav Podzimek2011-07-181-31/+80
* do not take anaconda's netdevices into account while searching for APsVratislav Podzimek2011-07-181-1/+1
* Keep dracut settings in sets instead of many long strings.Ales Kozumplik2011-06-241-20/+14
* Pythonize some code from network.py for pleasure.Radek Vykydal2011-05-191-7/+7
* Honor DEFROUTE=no when inferring system-wide GATEWAYRadek Vykydal2011-05-191-2/+4
* Get rid of overrideDHCPHostname.Radek Vykydal2011-05-191-9/+3