scripts: Add hypervisor config script comment

Add an explanatory comment to the hypervisor configuration script.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt
2018-04-03 10:06:46 +01:00
parent a082b9ee24
commit 8cd0d9f0db

View File

@@ -96,6 +96,7 @@ check_tag()
value="${recognised_tags[$tag]}"
# each tag MUST have a description
[ -n "$value" ] && return
die "invalid tag '$tag' found for entry '$entry'"