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:
parent
85a5df22f5
commit
d86b454baf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user