Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
  2. May 21, 2021
  3. Mar 15, 2021
  4. Mar 10, 2021
    • Andrei Gherzan's avatar
      ohos-image.bbclass: Introduce class · 2d574cb1
      Andrei Gherzan authored
      
      This class allows to hook a post install function that would mask getty
      services enabled by systemd as part of `systemd_preset_all`.
      
      To take advantage of it, an image would:
      1. inherit this class
      2. define SYSTEMD_MASK_GETTY to point to a list of tty devices that the
         hook will mask the getty service for.
      
      Common use-case: disable running getty on tty1 at boot.
      
      Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
      2d574cb1
Loading