diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 16ec88d43..4f51516b9 100755 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -1096,6 +1096,10 @@ sub initDB elsif ( is_lsb_ubuntu() || is_debian() ) { $tz = discover_timezone_ubuntu; + if (!$tz){ + $tz = `cat /etc/timezone`; + chomp $tz; + } } else {