fix bug 4411: Typo in the command genimage output, "geniamge" -> "genimage"

This commit is contained in:
zhaoertao 2014-11-20 02:55:23 -05:00
parent 029e6d18ca
commit 037ed0bcfd

View File

@ -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)) {