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

Merge pull request #6798 from cxhong/cuda11

Added enabling nv_rsync service in cuda11_power9_setup postscripts
This commit is contained in:
besawn
2020-08-18 14:16:08 -04:00
committed by GitHub

View File

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