[PATCH master 1/7] networking: write configuration in doInstall

Chris Lumens clumens at redhat.com
Fri Aug 24 15:10:13 UTC 2012


> +def writeNetworkConf(storage, instClass):
> +    write_sysconfig_network()
> +    disableIPV6()
> +    copyConfigToPath(ROOT_PATH)
> +    # TODO the default for ONBOOT needs to be lay down
> +    # before newui we didn't set it for kickstart installs
> +    instClass.setNetworkOnbootDefault()
> +    disableNMForStorageDevices(storage)
> +    autostartFCoEDevices(storage)

I'd still like writeNetworkConf to take the same argument set as the
various kickstart execute methods.

- Chris


More information about the anaconda-patches mailing list