mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	Merge pull request #6798 from cxhong/cuda11
Added enabling nv_rsync service in cuda11_power9_setup postscripts
This commit is contained in:
		@@ -145,6 +145,9 @@ $CHROOTCMD /bin/bash -c "systemctl enable nvidia-persistenced"
 | 
			
		||||
[ ! -z "${IMG_ROOTIMGDIR}" ] && CHROOTCMD="chroot ${IMG_ROOTIMGDIR}"
 | 
			
		||||
$CHROOTCMD /bin/bash -c "systemctl enable nvidia_gdrcopy_kernel.service"
 | 
			
		||||
 | 
			
		||||
[ ! -z "${IMG_ROOTIMGDIR}" ] && CHROOTCMD="chroot ${IMG_ROOTIMGDIR}"
 | 
			
		||||
$CHROOTCMD /bin/bash -c "systemctl enable nv_rsync_mem.service"
 | 
			
		||||
 | 
			
		||||
if [ -z "${IMG_ROOTIMGDIR}" ] 
 | 
			
		||||
then
 | 
			
		||||
    mv "${IMG_ROOTIMGDIR}/bin/uname.xcat" "${IMG_ROOTIMGDIR}/bin/uname"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user