From 7f0e7d53efa265b6e31d030347256c92f9fa130e Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 20 Nov 2012 07:03:00 +0000 Subject: [PATCH] remove geninitrd, use genimage --onlyinitrd instead git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14366 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/genimage.1.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/genimage.1.pod b/xCAT-client/pods/man1/genimage.1.pod index 79999f254..4678fd108 100644 --- a/xCAT-client/pods/man1/genimage.1.pod +++ b/xCAT-client/pods/man1/genimage.1.pod @@ -210,7 +210,7 @@ x86_64 and place it in the To regenerate the initrd for a fedora8 image for a compute node architecture x86_64 and place it in the /install/netboot/fedora8/x86_64/compute/rootimg directory: change directory to /opt/xcat/share/xcat/netboot/fedora and run: - geninitrd -i eth0 -n tg3,bnx2 -o fedora8 -p compute + genimage --onlyinitrd -i eth0 -n tg3,bnx2 -o fedora8 -p compute =back