2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 23:30:11 +00:00

Merge pull request from cxhong/kdump

Do not modify installnic's interface in enablekdump postscripts
This commit is contained in:
Mark Gurevich
2020-06-30 22:40:59 -04:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
docs/source/guides/admin-guides/manage_clusters/common/deployment
xCAT/postscripts

@ -166,7 +166,9 @@ 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
* https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/s1-kdump-crashdd

@ -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