On Fri, 25 Jul 2014, Lukas Ocilka wrote:
On 25.7.2014 10:54, Josef Reidinger wrote:
On Mon, 14 Jul 2014 11:31:37 +0200 (CEST) Steffen Winterfeldt <snwint@suse.de> wrote:
== network config in sle12 ==
That's why there is now the new 'ifcfg' option. The example above would look like
static: ifcfg=*=10.0.1.1/24,10.0.1.254,10.0.1.2,suse.de dhcp: ifcfg=*=dhcp
I'm afraid that this could possibly break some code handling the Linuxrc cmdline ("=" sign not used only as a separator, but also as a value)
I don't think so. We've used a similar syntax for 'ethtool' for quite some time. I'm open for other suggestions, though. (',' instead of '=' won't work, btw, because (atm) I want to have ifcfg=dhcp resp. ifcfg=10.0.1.1/24,10.0.1.254,10.0.1.2,suse.de be a replacement for the old config using netsetup, hostip, gateway, etc. options). Steffen -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org