From 037ed0bcfd15aba247e44e2ff7052551c5fd8453 Mon Sep 17 00:00:00 2001 From: zhaoertao Date: Thu, 20 Nov 2014 02:55:23 -0500 Subject: [PATCH] fix bug 4411: Typo in the command genimage output, "geniamge" -> "genimage" --- xCAT-server/share/xcat/netboot/ubuntu/genimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/ubuntu/genimage b/xCAT-server/share/xcat/netboot/ubuntu/genimage index 678b7e006..2a982d98b 100755 --- a/xCAT-server/share/xcat/netboot/ubuntu/genimage +++ b/xCAT-server/share/xcat/netboot/ubuntu/genimage @@ -212,7 +212,7 @@ unless ($onlyinitrd) { if ($kernelver) { find(\&isaptdir, <$kerneldir/>); if (!grep /$kerneldir/, @aptdirs) { - print "The repository for $kerneldir should be created before running the geniamge. Try to run [createrepo $kerneldir].\n"; + print "The repository for $kerneldir should be created before running the genimage.\n"; } } unless (scalar(@aptdirs)) {