diff --git a/xCAT-client/pods/man1/rmimage.1.pod b/xCAT-client/pods/man1/rmimage.1.pod index 792b96a0d..5b6fc139d 100644 --- a/xCAT-client/pods/man1/rmimage.1.pod +++ b/xCAT-client/pods/man1/rmimage.1.pod @@ -7,7 +7,7 @@ B - Removes the Linux stateless or statelite image from the file system B -B I B<[--xcatdef]> +B I B<[--xcatdef]> =head1 DESCRIPTION @@ -16,16 +16,16 @@ The install dir is setup by using "installdir" attribute set in the site table. If I is specified, this command uses the information in the I to calculate the image root directory; otherwise, this command uses the operating system name, -architecture and profile name to calculate the image root directory. +architecture and profile name to calculate the image root directory. The osimage definition will not be removed from the xCAT tables by default, specifying the flag B<--xcatdef> will remove the osimage definition, -or you can use rmdef -t osimage to remove the osimage definition. +or you can use rmdef -t osimage to remove the osimage definition. The statelite image files on the diskful service nodes will not be removed, -remove the image files on the service nodes manually if necessary, +remove the image files on the service nodes manually if necessary, for example, use command "rsync -az --delete /install :/" to remove the image files on the service nodes, -where the is the hostname of the service node. +where the is the hostname of the service node. =head1 Parameters