1. 25 Jun, 2018 2 commits
    • Michael Shigorin's avatar
      e2k.mk: installer targets refactoring · d87956cc
      Michael Shigorin authored
      This one started with pulling use/init/sysv/polkit
      out from distro/.e2k-installer since there are now
      some systemd-based e2k installers as well; it looks
      better to provide two distinct intermediate targets
      (and leave polkit-sysvinit up for the distro ones).
      d87956cc
    • Michael Shigorin's avatar
      e2k: cleanup comments · bc37f884
      Michael Shigorin authored
      Forgot to do that before merging, sorry.
      
      (xorg-drv-ati cares for dependencies
      but we still prefer modesetting driver
      in the installers to make them versatile)
      bc37f884
  2. 22 Jun, 2018 1 commit
  3. 15 Jun, 2018 1 commit
  4. 11 Jun, 2018 11 commits
  5. 07 Jun, 2018 3 commits
  6. 05 Jun, 2018 1 commit
  7. 04 Jun, 2018 5 commits
  8. 31 May, 2018 1 commit
  9. 29 May, 2018 1 commit
  10. 28 May, 2018 3 commits
  11. 24 May, 2018 2 commits
  12. 23 May, 2018 3 commits
  13. 22 May, 2018 1 commit
    • Anton Midyukov's avatar
      regular.mk: fix enabling gdm.service for gnome3 · 8c583107
      Anton Midyukov authored
      services feature works like this:
      
        1. enable whatever services are in DEFAULT_SERVICES_ENABLE
        2. disable whatever is in DEFAULT_SERVICES_DISABLE
        3. enable services in SERVICES_ENABLE
        4. finally, disable those in SERVICES_DISABLE
      
      So one should not disable display-manager service!
      
      Disabling prefdm is not needed as it doesn't start
      when display-manager.service symlink exists.
      8c583107
  14. 21 May, 2018 5 commits