1. 11 Jun, 2018 10 commits
  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 10 commits
    • Michael Shigorin's avatar
      gear-store-tags · bb52ad47
      Michael Shigorin authored
      bb52ad47
    • Michael Shigorin's avatar
      1.2.14-alt1 · 12a223a1
      Michael Shigorin authored
      - pkgpriorities feature (manowar@)
      - extended e2k support
      12a223a1
    • Michael Shigorin's avatar
      e2k.mk: distro/* · 77b86870
      Michael Shigorin authored
      Yes we've got e2k-*.iso images by now!
      Should see quite some deduplication though.
      77b86870
    • Michael Shigorin's avatar
      e2k: much improved hardware support · 7b396b0c
      Michael Shigorin authored
      Elbrus-801 and -101 are now added; 401's support refactored
      and modified to cover 4.4 server system as well.
      7b396b0c
    • Michael Shigorin's avatar
      mixin.mk: more e2k bits · 60f3cc96
      Michael Shigorin authored
      These clearly aren't final but have been stabilizing
      for quite some time already, let's just merge.
      60f3cc96
    • Michael Shigorin's avatar
      build.mk: just go on for e2k* · d010cef3
      Michael Shigorin authored
      There's no qemu there so far, and there's no need
      to fiddle with setarch either.
      
      NB: part of this commit erroneously went into
          1c777c8a
          quite some time ago, sorry about the mess.
      d010cef3
    • Michael Shigorin's avatar
      e2k: added ru_RU.UTF-8 preconfiguration · f7eadc2f
      Michael Shigorin authored
      It's legit here as I know no Elbrus users among
      non-Russian-speakers, at least so far; should move
      to generic l10n feature (which will definitely see
      its glory by then).
      f7eadc2f
    • Michael Shigorin's avatar
      e2k: provide canned KOI8-R configs · 89bc47f3
      Michael Shigorin authored
      This is to avoid extra actions when one actually needs
      KOI8-R (which is still hardwired in some lcc messages).
      Should all be rolled into l10n feature some day...
      89bc47f3
    • Michael Shigorin's avatar
      e2k: make serial hook more fault-proof · bbfad01e
      Michael Shigorin authored
      The early scheme consisted of boot.conf template
      with a separate hook filling it in; this was nice
      for serial console setup script which could just
      amend the kernel command line as needed _but_
      this got changed towards the more generic scheme
      (breaking the hook in question, unfortunately).
      bbfad01e
    • Michael Shigorin's avatar
      e2k.mk: some ve/* targets · d44be875
      Michael Shigorin authored
      manowar@ had some experiments with usbflash-based installer,
      and we needed a git-server chroot as well.
      d44be875