linuxrc - netdevice=<hwaddress>
Does anyone know if any of the SLES releases 9 or 10 support passing the linuxrc option netdevice=<hardware mac address> ? I noticed Red Hat has had this for sometime and it seems totally missing in SuSE which seems really odd. I'm still scratching my head if we really are still passing only by kernel interface name. I read in the change log for linuxrc-1.8.6-3 a change that "sounds" like this feature. * Mon Mar 14 2005 - snwint@suse.de - s390: fix segfault in net_list_s390_devs() - extra root image was sometimes not used - allow netdevices to be specified by hwaddress But it looks like linuxrc-1.8.6-3 is only available in SuSE Professional 9.3. "any" commentary would be sincerely appreciated the feature also seems to be fairly minor since any delimiter seperating the octets in the hwaddr string could be used to identify the difference between an interface name and interface hw address if i could figure out a generic method of overriding the linuxrc with a custom script and daisy chain it back into linuxrc after setting up the interface name, I would.. and have a slight idea on how to do that.. but i'd rather find out i'm just missing something and the feature is already there Thanks!
On Thu, 14 Sep 2006, John Willis wrote:
Does anyone know if any of the SLES releases 9 or 10 support passing the linuxrc option netdevice=<hardware mac address> ?
Works in sles10, but not in sles9. It is actually a shell glob, so instead of netdevice=00:11:0c:87:92:3d you might try netdevice=*:3d as well. Steffen
Steffen Winterfeldt <snwint <at> suse.de> writes:
Works in sles10, but not in sles9.
It is actually a shell glob, so instead of
netdevice=00:11:0c:87:92:3d
you might try
netdevice=*:3d
as well.
Steffen
Hi, Does anyone know if this feature is still supported with SLES11.x ? Seems like it was dropped ? Testing with SLES11.2; Got: err, '11:22:33..' too long for an interface name (max=16) -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (3)
-
John Willis
-
Shay Cohen
-
Steffen Winterfeldt