I have a kickstart file which I want to use for machines with different numbers of network interfaces. When I have a KS file with multiple network
clauses for multiple interfaces, anaconda refuses to run it on a machine with fewer network interfaces than that, because the higher-numbered interfaces are not found.
What I would like to do is have network
clauses for the higher numbered network interfaces which are applied when those interfaces are present, but silently dropped if there is no such interface.
Is there a way to express that in a kickstart file?