1. 30 Jul, 2017 1 commit
  2. 16 Jun, 2017 1 commit
  3. 09 Jun, 2017 1 commit
    • Michael Shigorin's avatar
      docs update · 31ecda72
      Michael Shigorin authored
      Another minor facelift:
      - s/ALT Linux/ALT/gc (where applicable);
      - s/7.0/8.0/g;
      - 2017;
      - e2k;
      - links.
      31ecda72
  4. 31 May, 2017 2 commits
  5. 21 Apr, 2017 1 commit
  6. 05 Apr, 2017 1 commit
  7. 31 Mar, 2017 3 commits
  8. 24 Mar, 2017 1 commit
  9. 02 Mar, 2017 1 commit
  10. 25 Feb, 2017 1 commit
  11. 21 Feb, 2017 1 commit
  12. 01 Feb, 2017 4 commits
  13. 29 Jan, 2017 2 commits
    • Michael Shigorin's avatar
      features.in: fixed glitches found · c0d7b19b
      Michael Shigorin authored
      Those few places lacking "; @:" replacement for a real recipe
      have been finally -spotted- identified with `make check'
      and fixed.
      c0d7b19b
    • Michael Shigorin's avatar
      check-recipe: generalize dependency control · a2897267
      Michael Shigorin authored
      An initial (and quite naive) implementation was done
      for conf.d/ files but features do need it as well --
      which became obvious during a casual inspection of
      distro/alt-workstation's target graph (which occured
      broken).
      
      The code is a messy hackery unfortunately, regexes used
      are fragile regarding e.g. [A-Z_] in target names.
      Read with care.
      
      NB: lib/ might need this too but it's rather stable
          and contains some special cases that would obstruct
          the regexes even more...
      a2897267
  14. 24 Jan, 2017 2 commits
  15. 14 Jan, 2017 2 commits
  16. 30 Dec, 2016 2 commits
    • Michael Shigorin's avatar
      server: empty BOOTVGA by default · cac2a8e9
      Michael Shigorin authored
      ...so there's no forced mode switch (unless modesetting
      kicks in which is another story to X server starting up
      to carry the installer).
      cac2a8e9
    • Michael Shigorin's avatar
      syslinux: introduced BOOTVGA · 91075d00
      Michael Shigorin authored
      ...instead of hardwired 0x314 (which is rather wrong
      for modern kernels and hardware, just ran into that
      with yet another Matrox G200eW WPCM450).
      91075d00
  17. 26 Dec, 2016 2 commits
  18. 13 Dec, 2016 1 commit
  19. 05 Dec, 2016 1 commit
    • Michael Shigorin's avatar
      browser: safer fallback browser · 70f9bf6d
      Michael Shigorin authored
      elinks doesn't require libX11 (unlike links2),
      and webclient can become e.g. rekonq pulling
      in kde4libs -- that's exactly what I ran into
      while preparing 201612xx server starterkits.
      70f9bf6d
  20. 04 Dec, 2016 1 commit
  21. 14 Nov, 2016 2 commits
  22. 07 Nov, 2016 2 commits
    • Michael Shigorin's avatar
      build-vm: try system tar2fs first · f293239d
      Michael Shigorin authored
      It's at least removing the very obvious user->root
      attack through (maliciously) modifying bin/tar2fs
      and waiting for it to be run; if mkimage-profiles
      is installed system-wide as a package, the script
      from /usr/share/mkimage-profiles will be tried so
      those willing to allow vm/* build to themselves
      can provide for a passwordless sudo (as described
      in doc/vm.txt) to run a root-only writable script,
      not user-writable.
      
      Still not perfect but a step away from the abyss.
      f293239d
    • Michael Shigorin's avatar
      x11: xfce tweaks · cabaf137
      Michael Shigorin authored
      It turns out that -regular pulls in too much
      (including xfce-polkit that doesn't work with
      sysvinit); let's provide means to have it both
      ways, need xfce4 4.12-alt5 or later metapackage
      for this change to be effective.
      cabaf137
  23. 04 Nov, 2016 2 commits
    • Michael Shigorin's avatar
      init: sysvinit+NM support · db3da224
      Michael Shigorin authored
      The issue at hand it _nmconnect group that's supported
      in ALT NM for polkit-less cases; it has to be added
      *before* 50-users hook from deflogin feature fires off.
      
      The existing systemd-related hook has been renamed
      to reflect its job better.
      db3da224
    • Michael Shigorin's avatar
      deflogin: added target to use NM with sysvinit · 734b04f1
      Michael Shigorin authored
      Our NetworkManager will lend the knobs to those
      in _nmconnect group, thanks sem@.
      734b04f1
  24. 02 Nov, 2016 2 commits
  25. 31 Oct, 2016 1 commit