1. 11 Jun, 2018 6 commits
    • Michael Shigorin's avatar
      init: set pkgpriorities · a2d55319
      Michael Shigorin authored
      The infamous systemd infiltration through secondary
      "targets" using virtual dependencies started with
      syslogd-daemon, continued with network-config-subsystem
      and later with ntp-server; all of its implementations
      pulling in the main package which is explicitly unwanted
      in sysv-based images.
      
      Let's try employing pkgpriorities.
      a2d55319
    • Michael Shigorin's avatar
      pkgpriorities: add main subprofile support · 6e53db42
      Michael Shigorin authored
      Fix stage2 meta-subprofile support while at that:
      it was a questionable idea to use "/" as a delimiter
      when part of the substitution is a pathname.
      6e53db42
    • Anton Midyukov's avatar
      regular.mk: *avoid* systemd in sysv-based images · 75c28d41
      Anton Midyukov authored
      alterator-datetime pulls in ntp-server which is a virtual
      dependency provided by both openntpd (which was assumed)
      ntpd and systemd-timesyncd (which is undesired in those
      images and pulls systemd either).
      
      Be explicit.
      75c28d41
    • Michael Shigorin's avatar
      pkgpriorities: minor docs cleanup · 87e5c54f
      Michael Shigorin authored
      ...and clarification (had to look up the prio list in apt sources).
      87e5c54f
    • Anton Midyukov's avatar
      use/ntp: ensure openntpd · 902d23a9
      Anton Midyukov authored
      ...and not any stray ntp-server
      (which tends to end up with systemd-timesyncd).
      902d23a9
    • Michael Shigorin's avatar
      reports.mk: added "contents" one · 9cc9d881
      Michael Shigorin authored
      "Provide iso contents file" has been a long-standing
      feature request regarding both starterkits and distros
      proper; release managers used to compensate this with
      their own scripts.
      
      Suggested-by: sem@, legion@ and someone else too
      9cc9d881
  2. 07 Jun, 2018 3 commits
  3. 05 Jun, 2018 1 commit
  4. 04 Jun, 2018 5 commits
  5. 31 May, 2018 1 commit
  6. 29 May, 2018 1 commit
  7. 28 May, 2018 3 commits
  8. 24 May, 2018 2 commits
  9. 23 May, 2018 3 commits
  10. 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
  11. 21 May, 2018 14 commits