From fdd5772c5b2e8120edaa6c9e7e6c684b8ca4ff32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=E1=B4=8F=C9=B4=C9=A2=20Jie?= Date: Tue, 11 Sep 2018 09:23:40 +0800 Subject: [PATCH] Fix github issue #5577, document update (#5578) --- docs/source/advanced/gpu/nvidia/osimage/rhels.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/advanced/gpu/nvidia/osimage/rhels.rst b/docs/source/advanced/gpu/nvidia/osimage/rhels.rst index a810fddee..11c3d11cd 100644 --- a/docs/source/advanced/gpu/nvidia/osimage/rhels.rst +++ b/docs/source/advanced/gpu/nvidia/osimage/rhels.rst @@ -203,10 +203,7 @@ For diskless deployment, the script need to add to the postinstall script of the cat >>/install/custom/netboot/rh/cudafull.rhels7.ppc64le.postinstall <<-EOF - cp /install/postscripts/cuda_power9_setup \$installroot/tmp/cuda_power9_setup - chroot \$installroot /tmp/cuda_power9_setup - - rm -f \$installroot/tmp/cuda_power9_setup + /install/postscripts/cuda_power9_setup EOF chdef -t osimage rhels7.5-ppc64le-netboot-cudafull postinstall=/install/custom/netboot/rh/cudafull.rhels7.ppc64le.postinstall