Actions
Feature #10835
closedAdd support for VLAN ID into the image
Description
Hello,
I need to boot and provision a host on a trunk link on which no native vlan is supported. So I do need discvovery image to support VLAN id as any el7 does :
cat /etc/sysconfig/network-scripts/ifcfg-em1.733 gives
VLAN=yes
ONBOOT=yes
MTU=1500
NM_CONTROLLED=no
HOTPLUG=no
... so as to dhcp deliver an IP.
could an ID option in the kernel parameter do such a thing?
Actions