2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-20 02:00:24 +00:00

Merge pull request #7100 from viniciusferrao/fix-typos

Fix typos on help output for genimage and OpenStack
This commit is contained in:
besawn
2022-02-01 16:09:00 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -61,11 +61,11 @@ if [ "$(uname -s)" = "Linux" ]; then
apt-get install ubuntu-cloud-keyring -y
apt-get update
echo "Added the OpenStack ${opsrelease} version for Ubunto ${urelease} release to the repository, Please modify this script if you need a different version."
echo "Added the OpenStack ${opsrelease} version for Ubuntu ${urelease} release to the repository, Please modify this script if you need a different version."
elif ( pmatch "$OSVER" "rh*" ) || [ -f /etc/redhat-release ]; then
#use yum repository
echo "Redhat. Please refer to http://sourceforge.net/apps/mediawiki/xcat/index.php?title=Deploying_OpenStack for how to setup OpenStack repository for RedHat".
echo "Red Hat. Please refer to http://sourceforge.net/apps/mediawiki/xcat/index.php?title=Deploying_OpenStack for how to setup OpenStack repository for Red Hat".
else
echo "OpenStack deployment with xCAT is not supported on this platform yet.".
fi

View File

@@ -61,7 +61,7 @@ sub print_usage
print ' genimage [-o <osver>] [-a <arch>] [-p <profile>] [-i <nodebootif>] [-n <nodenetdrivers>] [--onlyinitrd] [-r <otherifaces>] [-k <kernelver>] [-g <krpmver>] [-m statelite] [-l rootlimitsize] [-t tmplimitsize] [--permission <permission>] [--interactive] [--dryrun] [--noupdate] <imagename>' . "\n\n";
print " --permission is used for statelite only\n";
print " -g is used for SLES only\n\n";
print " -m is used for urbuntu, debian and fedora12 only\n\n";
print " -m is used for Ubuntu, Debian and legacy Fedora versions only\n\n";
print "Examples:\n";
print " genimage\n";
print " genimage --interactive\n";