mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Do not modify install nic interface
This commit is contained in:
		| @@ -166,6 +166,8 @@ Appedix | ||||
|  | ||||
|     * https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/kernel_crash_dump_guide/sect-kdump-config-cli. | ||||
|  | ||||
|     * https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/system_design_guide/installing-and-configuring-kdump_system-design-guide  | ||||
|  | ||||
| #. OS Documentation on dump analysis: | ||||
|  | ||||
|     * http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s1-kdump-crash.htmlRHELdocument | ||||
|   | ||||
| @@ -58,11 +58,6 @@ if [ ! -z "$MACX" ] && [ ! -z "$ETHX" ]; then | ||||
|         echo "ONBOOT=yes" >> $CONFFILE | ||||
|         echo "IPADDR=$IP" >> $CONFFILE | ||||
|         echo "NETMASK=$MASK" >> $CONFFILE | ||||
|     else | ||||
|         echo "DEVICE=$ETHX" > $CONFFILE | ||||
|         echo "BOOTPROTO=dhcp" >> $CONFFILE | ||||
|         echo "HWADDR=$MACX" >> $CONFFILE | ||||
|         echo "ONBOOT=yes" >> $CONFFILE | ||||
|     fi | ||||
| fi | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user