From 2b0540fe8c1522ef96109f7d21d74f40ac4a4f72 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/references/man1/liteimg.1.rst --- .../references/man1/liteimg.1.rst | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/source/guides/admin-guides/references/man1/liteimg.1.rst b/docs/source/guides/admin-guides/references/man1/liteimg.1.rst index 266f59b73..8235e1717 100644 --- a/docs/source/guides/admin-guides/references/man1/liteimg.1.rst +++ b/docs/source/guides/admin-guides/references/man1/liteimg.1.rst @@ -19,11 +19,11 @@ SYNOPSIS ******** -\ **liteimg [-h| -**\ **-help]**\ +\ **liteimg [-h| -**\ **-help]**\ -\ **liteimg [-v| -**\ **-version]**\ +\ **liteimg [-v| -**\ **-version]**\ -\ **liteimg**\ \ *imagename*\ +\ **liteimg**\ \ *imagename*\ *********** @@ -31,29 +31,29 @@ DESCRIPTION *********** -This command modifies the statelite image by creating a series of links. +This command modifies the statelite image by creating a series of links. It creates 2 levels of indirection so that files can be modified while in their image state as well as during runtime. For example, a file like <$imgroot>/etc/ntp.conf will have the following operations done to it: -\ * mkdir -p $imgroot/.default/etc*\ +\ * mkdir -p $imgroot/.default/etc*\ -\ * mkdir -p $imgroot/.statelite/tmpfs/etc*\ +\ * mkdir -p $imgroot/.statelite/tmpfs/etc*\ -\ * mv $imgroot/etc/ntp.conf $imgroot/.default/etc*\ +\ * mv $imgroot/etc/ntp.conf $imgroot/.default/etc*\ -\ * cd $imgroot/.statelite/tmpfs/etc*\ +\ * cd $imgroot/.statelite/tmpfs/etc*\ -\ * ln -sf ../../../.default/etc/ntp.conf .*\ +\ * ln -sf ../../../.default/etc/ntp.conf .*\ -\ * cd $imgroot/etc*\ +\ * cd $imgroot/etc*\ -\ * ln -sf ../.statelite/tmpfs/etc/ntp.conf .*\ +\ * ln -sf ../.statelite/tmpfs/etc/ntp.conf .*\ When finished, the original file will reside in \ *$imgroot/.default/etc/ntp.conf*\ . \ *$imgroot/etc/ntp.conf*\ will link to \ *$imgroot/.statelite/tmpfs/etc/ntp.conf*\ which will in turn link to -\ *$imgroot/.default/etc/ntp.conf*\ +\ *$imgroot/.default/etc/ntp.conf*\ Note: If you make any changes to your litefile table after running liteimg then you will need to rerun liteimg again.