Imobach Gonzalez Sosa changed bug 1202953
What Removed Added
CC   georg.pfuetzenreuter@suse.com
Flags needinfo?(igonzalezsosa@suse.com) needinfo?(georg.pfuetzenreuter@suse.com)

Comment # 3 on bug 1202953 from
Hi all,

We do not consider .timer units, that's true. It might be a good idea for the
future, but you can workaround the problem with a script like the one below:

  <scripts>
    <chroot-scripts t="list">
      <script>
        <chrooted t="boolean">true</chrooted>
        <source><![CDATA[
          systemctl disable seccheck-autologout.timer
          ]]></source>
      </script>
    </chroot-scripts>
  </scripts>

You do not need systemd running to enable/disable services (it is just a matter
of adding/removing a link). But do not forget to set the "chrooted" element to
force the script to run in the target system. The example above worked for me
(using check-battery.timer instead).

If it does not work, please, attach the logs and the content of
/var/adm/autoinstall (which contains the script and the logs).

Thanks!


You are receiving this mail because: