2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Remove trailing spaces in file docs/source/advanced/chain/create_image_for_runimage.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 3c15dfb0f3
commit c2960e0a84

View File

@ -14,7 +14,7 @@ How to prepare a image for ``runimage`` in ``chain``
* go to the directory and run `tar -zcvf <image> .`
* Example
In the example, it shows how to install an independent pkg a.rpm
In the example, it shows how to install an independent pkg a.rpm
* Create the directory for the image: ::
@ -29,7 +29,7 @@ How to prepare a image for ``runimage`` in ``chain``
cat runme.sh
echo "start installing a.rpm"
rpm -ivh a.rpm
rpm -ivh a.rpm
* modify the runme.sh script permission: ::