Hi, I encounter a problem when I use autoyast to install a machine with two type network adapters. The target machine have two types of network adapter. Since the number of network adapters is not fixed, I can not tell autoyast xml file how many network interface should be configured. I write a post-install script to config the network adapter used for network install. What I do is 1) add alias to modules.conf 2) add ifcfg-eth? files. The way can work in most of cases. But in follow case, it fail -- during installation, autoyast find three interface eth0 3c59x eth1 3c59x eth2 e100 -- It is for network install. My script will add "alias eth2 e100" to modules.conf. When the system reboot, it can not bring up e100 network adapter. I can make it work by change "eth2" to eth0 . It seems that kernel think e100 is "eth0" because 3c59x was not loaded. Since network type and network adapter number is not fixed, i can not make my script to config all found network adapters. Does autoyast xml can probe all found network adapter and make configuration for all of them? If so, what shall we do? -- USTC Alumni Email System
participants (1)
-
george_king