1. 08 Feb, 2017 2 commits
  2. 06 Feb, 2017 2 commits
  3. 03 Feb, 2017 1 commit
  4. 02 Feb, 2017 2 commits
    • Michael Shigorin's avatar
      desktop+regular: added cpu-x · 38f39877
      Michael Shigorin authored
      Seems reasonable.
      38f39877
    • Michael Shigorin's avatar
      basealt.mk: refactor a bit · 38d338e0
      Michael Shigorin authored
      "+sysvinit +systemd" looks somewhat weird,
      and "+vmguest use/vmguest" is clearly a dup;
      both have finally caught my eye when staring
      at a long-forgotten build/reports/targets.png
      for alt-workstation.iso...
      
      NB: rider@ notes that syslogd alongside journal
          tends to be problematic due to split logging
          and periodic dropouts.
      38d338e0
  5. 01 Feb, 2017 7 commits
  6. 30 Jan, 2017 4 commits
  7. 29 Jan, 2017 3 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
    • Michael Shigorin's avatar
      report-targets: tweak targets · 949733a9
      Michael Shigorin authored
      There's yet another m-p target class, ve/*; and
      let's put a semicolon after anything else, too.
      949733a9
  8. 24 Jan, 2017 2 commits
  9. 17 Jan, 2017 1 commit
  10. 14 Jan, 2017 2 commits
  11. 09 Jan, 2017 2 commits
  12. 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
  13. 28 Dec, 2016 1 commit
  14. 27 Dec, 2016 2 commits
  15. 26 Dec, 2016 6 commits
  16. 20 Dec, 2016 1 commit
    • Michael Shigorin's avatar
      conf.d: added "make check" · a65c3f27
      Michael Shigorin authored
      The preceding commit fixes an easy but somewhat nasty bug
      that spoils graphs (REPORT=1) and the fix for it spoils
      merging side branches touching these files; so it's worth
      a linter procedure, even if it's pretty trivial.
      a65c3f27