Hey,
Is it possible to configure various vlan interfaces via a kickstart install? For example:
# vlan 101 network --device eth0.101 --bootproto static --ip=10.10.10.10 --netmask= 255.255.255.0 # vlan 102 network --device eth0.102 --bootproto static --ip=10.11.11.11 --netmask= 255.255.255.0
Thanks.