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

Print informational message from packimage when site table timezone is not set

This commit is contained in:
besawn 2021-11-30 13:13:02 -05:00
parent 85a5df22f5
commit d86b454baf

View File

@ -351,6 +351,8 @@ sub process_request {
# Add the zoneinfo to the include list
$excludetext .= "+./usr/share/zoneinfo/$timezone[0]\n";
} else {
$callback->({ info => ["No timezone defined in site table, skipping timezone configuration"] });
}
#handle the #INLCUDE# tag recursively