https://bugzilla.novell.com/show_bug.cgi?id=415389 User erik@hensema.net added comment https://bugzilla.novell.com/show_bug.cgi?id=415389#c2 Erik Hensema <erik@hensema.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|kkeil@novell.com | --- Comment #2 from Erik Hensema <erik@hensema.net> 2008-08-11 13:14:45 MDT --- Created an attachment (id=232791) --> (https://bugzilla.novell.com/attachment.cgi?id=232791) example script to setup a vlan in initrd This attachment illustrates setting up a vlan interface in initrd. It can be dropped in /lib/mkinitrd/boot. Maybe you need a script in /lib/mkinitrd/setup too; mine essentially does nothing at all: #!/bin/bash # #%stage: device #%depends: iscsi nfs network Not sure about the depends: line. Of course the real thing needs to be rewritten such that it parses the kernel command line; it should need two parameters: the physical device (ethX) and the vlan number (2-4096). Something like this: vlan=eth1:2 should create a vlan2 interface attached to eth1. See also /etc/sysconfig/network/scripts/ifup-802.1q. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.