From e221280733909a3e25cd8cf5e7906945009da165 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 24 Aug 2009 02:57:34 +0000 Subject: [PATCH] fixed some typos in the mknimimage manpage and added an example for creating a spot from mksysb image git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4029 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/mknimimage.1.pod | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/mknimimage.1.pod b/xCAT-client/pods/man1/mknimimage.1.pod index f5ce5a9ea..768a6035a 100644 --- a/xCAT-client/pods/man1/mknimimage.1.pod +++ b/xCAT-client/pods/man1/mknimimage.1.pod @@ -116,19 +116,25 @@ This command will use node27 to create a mksysb backup image and use that to def 4) Create an osimage definition using a mksysb image provided on the command line. -B +B This command defines a NIM mksysb resource using mysysbimage. -5) Create a diskless image called 61spot using the AIX product media. +5) Create an osimage definition and create a spot definition using a mksysb image provided on the command line. + +B + +This command defines a NIM mksysb resource and a spot definition using mysysbimage. + +6) Create a diskless image called 61spot using the AIX product media. B -6) Create a new diskless image by copying an existing image. +7) Create a new diskless image by copying an existing image. B -3) Create a diskless image using an existing lpp_source resource named 61cosi_lpp_source and include the /tmp & /home resources. This assumes that the mytmp and myhome NIM resources have already been created by using NIM commands. +8) Create a diskless image using an existing lpp_source resource named 61cosi_lpp_source and include the /tmp & /home resources. This assumes that the mytmp and myhome NIM resources have already been created by using NIM commands. B