mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	support kdump on sles10 on system p
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14332 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -114,8 +114,12 @@ if [ ! -z "$DUMP" ]; then | ||||
|                 cd /var/tmp/tempinit/ | ||||
|                 /bin/zcat ${KDUMPINIT} | /bin/cpio -id | ||||
|                 /bin/rm -f ${KDUMPINIT} | ||||
|                 mkdir -p ./var/lib/dhcpcd/ | ||||
|                 mkdir -p ./lib/udev/devices/ | ||||
|                 /bin/mkdir -p ./var/lib/dhcpcd/ | ||||
|                 /bin/mkdir -p ./lib/udev/devices/ | ||||
|                 if (pmatch $ARCH "ppc*"); then | ||||
|                     /bin/mkdir -p ./lib/power6/ | ||||
|                     /bin/mkdir -p ./lib/power7/ | ||||
|                 fi | ||||
|                 /bin/cp -r /lib/udev/devices/* ./lib/udev/devices/ | ||||
|                 for file in "/sbin/ifconfig /usr/bin/clear /bin/touch /bin/grep /sbin/dhcpcd /sbin/ip /bin/awk /bin/makedumpfile" | ||||
|                 do | ||||
|   | ||||
		Reference in New Issue
	
	Block a user