On 05/08/2021 17:44, Mark Gurevich wrote:
Yes the code for this appears to be in function copybootscript() in /opt/xcat/lib/perl/xCAT_plugin/packimage.pm

my @timezone    = xCAT::TableUtils->get_site_attribute("timezone");
:
:
:
         if ($timezone[0]) {
              unlink("$rootimg_dir/etc/localtime");
             copy("$rootimg_dir/usr/share/zoneinfo/$timezone[0]", "$rootimg_dir/etc/localtime");

Thanks for your answer.
But do you think that removing the link is legit ?

Also, I cannot really remove timezone attribute from site as it it used for stateful templates...

Thanks for your help

--
Thomas HUMMEL


_______________________________________________
xCAT-user mailing list
xCAT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to