2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

fix issue Unable to boot a RHEL compute node with an image that has site.installdir #2029 (#5892)

This commit is contained in:
yangsong 2018-12-13 17:39:37 +08:00 committed by Bin Xu
parent 7a18f5beee
commit 8cf9e330ea
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ site Attributes:
genpasswords: Automatically generate random passwords for BMCs when configuring
them.
installdir: The local directory name used to hold the node deployment packages.
installdir: The local directory name used to hold the node deployment packages(obsoleted).
installloc: The location from which the service nodes should mount the
deployment packages in the format hostname:/path. If hostname is

View File

@ -1159,7 +1159,7 @@ passed as argument rather than by table value',
" prefix (e.g. 00:11:aa)\n\n" .
" genpasswords: Automatically generate random passwords for BMCs when configuring\n" .
" them.\n\n" .
" installdir: The local directory name used to hold the node deployment packages.\n\n" .
" installdir: The local directory name used to hold the node deployment packages(obsoleted).\n\n" .
" installloc: The location from which the service nodes should mount the \n" .
" deployment packages in the format hostname:/path. If hostname is\n" .
" omitted, it defaults to the management node. The path must\n" .