mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	fix defect 3315725
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9796 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1414,9 +1414,11 @@ sub generic_post { #This function is meant to leave the image in a state approxi | ||||
|    print $cfgfile "#Dummy resolv.conf to make boot cleaner"; | ||||
|    close($cfgfile); | ||||
| # TODO | ||||
| #   open($cfgfile,">","$rootimg_dir/etc/sysconfig/network-scripts/ifcfg-$prinic"); | ||||
| #   print $cfgfile "ONBOOT=yes\nBOOTPROTO=dhcp\nDEVICE=$prinic\n"; | ||||
| #   close($cfgfile); | ||||
|     if ($prinic) { | ||||
|       open($cfgfile,">","$rootimg_dir/etc/sysconfig/network-scripts/ifcfg-$prinic"); | ||||
|       print $cfgfile "ONBOOT=yes\nBOOTPROTO=dhcp\nDEVICE=$prinic\n"; | ||||
|       close($cfgfile); | ||||
|     } | ||||
|    foreach (split /,/,$othernics) { | ||||
|       if (/^$/) { next; } | ||||
|       open($cfgfile,">","$rootimg_dir/etc/sysconfig/network-scripts/ifcfg-$_"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user