1. 07 Aug, 2017 6 commits
    • Michael Shigorin's avatar
      image.in, main.mk: align debug targets · 319fdfc5
      Michael Shigorin authored
      Weird but the last round of image builds on e2k started complaining:
      
        Makefile:95: *** target file `debug' has both : and :: entries.  Stop.
      
      Looks like these should have been fixed indeed.
      But why didn't this surface before then?
      319fdfc5
    • Michael Shigorin's avatar
      e2k.mk: vm/e2k-xfce · fae0bb94
      Michael Shigorin authored
      Let's build an Xfce based image, got anything needed (well, almost:
      xorg-drv-libinput isn't there and no one is crying over that here).
      
      And let's change "e2k" suffix to be prefix while at that.
      fae0bb94
    • Michael Shigorin's avatar
      x11: e2k repo has no imsettings so far · b98bf15a
      Michael Shigorin authored
      BR: imsettings -> libgxim -> ruby, and it's missing still.
      b98bf15a
    • Michael Shigorin's avatar
      e2k: official x11 support · 0d6fe350
      Michael Shigorin authored
      The early builds used to rely upon a non-committed
      rootfs/files/etc/X11/xorg.conf within this feature
      which was a bit annoying and would have screwed an
      Elbrus system based on any other GPU.
      
      So let's provide some flexibility by packaging it.
      0d6fe350
    • Michael Shigorin's avatar
      l10n: generalize to rootfs · 9c263dcb
      Michael Shigorin authored
      Turns out that vm images might need localization too,
      not just live ones.
      9c263dcb
    • Michael Shigorin's avatar
      tar2fs: chgrp and failsafe kpartx · aa7f2d84
      Michael Shigorin authored
      The current state made vm images belong to root group,
      no reason to not change those to the primary group of
      the user building an image.
      
      kpartx -d -s could fail in some circumstances,
      make a safety cleanup call more verbose.
      aa7f2d84
  2. 02 Aug, 2017 9 commits
  3. 31 Jul, 2017 2 commits
  4. 30 Jul, 2017 5 commits
  5. 27 Jun, 2017 1 commit
  6. 16 Jun, 2017 1 commit
  7. 14 Jun, 2017 1 commit
  8. 13 Jun, 2017 3 commits
  9. 12 Jun, 2017 2 commits
  10. 09 Jun, 2017 2 commits
  11. 07 Jun, 2017 1 commit
  12. 06 Jun, 2017 1 commit
  13. 05 Jun, 2017 1 commit
  14. 01 Jun, 2017 5 commits
    • Michael Shigorin's avatar
      base+bench: drop postal · cba35602
      Michael Shigorin authored
      It's not a base benchmark as tackling mail servers
      takes it libp11-kit and friends which no one else
      expected to come and occupy enough space.
      cba35602
    • Michael Shigorin's avatar
      regular.mk: add smartcard support to mate flavour · aa07fb04
      Michael Shigorin authored
      This makes more sense than with rescue as it's not only hardware
      support check then but also actual functionality can be tested.
      
      Looks like MATE is the DE we rather expect/recommend in environments
      where PC/SC tends to pop up.
      aa07fb04
    • Michael Shigorin's avatar
      regular.mk: dropped smartcard support from rescue · e1982cd7
      Michael Shigorin authored
      It's rare enough that more complete images could be used,
      and it pulls in polkit with mozjs which is terrible here.
      
      Never been a feature request but rather a TODO item,
      and image size is what folks seem to be actually
      concerned with.
      
      Reverts: 29ad2393
      e1982cd7
    • Michael Shigorin's avatar
      base+bench: drop dbench · 342bf612
      Michael Shigorin authored
      It's pretty small but dbench-data is *huge* (~25 Mb)!
      342bf612
    • Michael Shigorin's avatar
      regular.mk: rehash domain-client support · 8f6bbd87
      Michael Shigorin authored
      This hefty bunch of packages gets dropped from most of the flavours;
      those ones pulling it in explicitly (kde4, kde5, mate, xfce) get rid
      of krb5-ticket-watcher as it's now autostarting (which is annoying
      if one doesn't really intend to use kerberos auth off a livecd).
      
      Parties looking into integrating non-mainstream starterkits into ALT
      domain or whatever are highly probably best served by a custom build
      including libreoffice et al. anyways, and those experimenting can
      just follow wiki instructions when needed.
      
      Feedback is welcome, of course.
      
      See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=33518
      8f6bbd87