2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-19 09:40:21 +00:00

Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/common/deployment/use_kernel_patch.rst

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 1c2b75163c
commit d7a6256455

View File

@@ -15,10 +15,10 @@ The RPM names below are only examples, substitute your specific level and archit
#. Inject the drivers from the new kernel RPMs into the initrd ::
mkdef -t osdistroupdate kernelupdate dirpath=/install/kernels/<kernelver>/
mkdef -t osdistroupdate kernelupdate dirpath=/install/kernels/<kernelver>/
chdef -t osimage rhels7.3-ppc64le-install-compute osupdatename=kernelupdate
chdef -t osimage rhels7.3-ppc64le-install-compute netdrivers=updateonly
genitrd rhels7.3-ppc64le-install-compute --ignorekernelchk
nodeset <CN> osimage=rhels7.3-ppc64le-install-compute --noupdateinitrd
nodeset <CN> osimage=rhels7.3-ppc64le-install-compute --noupdateinitrd
#. Boot CN from net normallly.