From 3217a6376dbcda881259a918c3fb7a56cec7d801 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/common/deployment/driver_update_disk.rst --- .../common/deployment/driver_update_disk.rst | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/driver_update_disk.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/driver_update_disk.rst index 717469dc3..19d232d97 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/driver_update_disk.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/driver_update_disk.rst @@ -25,7 +25,7 @@ There are two approaches for xCAT to find the driver disk (pick one): chdef -t osimage driverupdatesrc=dud: -#. Put the driver update disk in the directory ``/driverdisk//`` (example: ``/install/driverdisk/sles11.1/x86_64``). +#. Put the driver update disk in the directory ``/driverdisk//`` (example: ``/install/driverdisk/sles11.1/x86_64``). During the running of the ``genimage``, ``geninitrd``, or ``nodeset`` commands, xCAT will look for driver update disks in the directory ``/driverdisk//``. @@ -68,22 +68,22 @@ If 'osupdatename' is specified, the kernel shipped with the 'osupdatename' will #. :: nodeset osimage= - + #. :: geninitrd nodeset osimage= --noupdateinitrd **Note:** 'geninitrd' + 'nodeset --noupdateinitrd' is useful when you need to run nodeset frequently for a diskful node. 'geninitrd' only needs be run once to rebuild the initrd and 'nodeset --noupdateinitrd' will not touch the initrd and kernel in /tftpboot/xcat/osimage//. -- If putting the driver disk in /driverdisk//: +- If putting the driver disk in /driverdisk//: Running 'nodeset ' in anyway will load the driver disk -.. END_inject_into_initrd__for_diskful_for_DUD +.. END_inject_into_initrd__for_diskful_for_DUD -.. BEGIN__inject_into_initrd__for_diskful_for_RPM +.. BEGIN__inject_into_initrd__for_diskful_for_RPM -There are two ways to inject drivers: +There are two ways to inject drivers: #. Using nodeset command only: :: @@ -97,7 +97,7 @@ There are two ways to inject drivers: **Note:** 'geninitrd' + 'nodeset --noupdateinitrd' is useful when you need to run nodeset frequently for diskful nodes. 'geninitrd' only needs to be run once to rebuild the initrd and 'nodeset --noupdateinitrd' will not touch the initrd and kernel in /tftpboot/xcat/osimage//. The option '--ignorekernelchk' is used to skip the kernel version checking when injecting drivers from osimage.driverupdatesrc. To use this flag, you should make sure the drivers in the driver rpms are usable for the target kernel. -.. END_inject_into_initrd__for_diskful_for_RPM +.. END_inject_into_initrd__for_diskful_for_RPM .. BEGIN_inject_into_initrd__for_diskless_for_DUD @@ -106,20 +106,20 @@ The option '--ignorekernelchk' is used to skip the kernel version checking when Run the following command: :: genimage - -- If putting the driver disk in /driverdisk//: + +- If putting the driver disk in /driverdisk//: Running 'genimage' in anyway will load the driver disk .. END_inject_into_initrd__for_diskless_for_DUD - -.. BEGIN_inject_into_initrd__for_diskless_for_RPM + +.. BEGIN_inject_into_initrd__for_diskless_for_RPM Run the following command: :: genimage [--ignorekernelchk] The option '--ignorekernelchk' is used to skip the kernel version checking when injecting drivers from osimage.driverupdatesrc. To use this flag, you should make sure the drivers in the driver rpms are usable for the target kernel. -.. END_inject_into_initrd__for_diskless_for_RPM +.. END_inject_into_initrd__for_diskless_for_RPM .. BEGIN_node