1. 01 Nov, 2016 3 commits
    • Michael Shigorin's avatar
      basealt.mk: a few Education-based tweaks · 244984e4
      Michael Shigorin authored
      These include packages that have been added to Education 8.1
      but missing in Workstation for no good reason so far
      (thanks cas@ again).
      244984e4
    • Michael Shigorin's avatar
      workstation/scanning: extend a bit · 7d533faa
      Michael Shigorin authored
      Provide both tesseract and its Russian langpack
      for Workstation; the proper solution would be to
      tweak l10n feature to be able to dynamically
      configure things like this given languages
      to try and support (not easy though).
      7d533faa
    • Michael Shigorin's avatar
      pkg.in: added workstation/3rdparty list/group · cb6bf571
      Michael Shigorin authored
      These deliver *-preinstall packages (thanks cas@).
      Yes, a local sysadmin still needs to actually get
      those wares (if they do) but it's less pain when
      the libraries needed are in place.
      cb6bf571
  2. 31 Oct, 2016 15 commits
  3. 03 Oct, 2016 3 commits
  4. 28 Sep, 2016 1 commit
  5. 22 Sep, 2016 2 commits
  6. 12 Sep, 2016 9 commits
  7. 06 Sep, 2016 2 commits
  8. 31 Aug, 2016 2 commits
  9. 23 Aug, 2016 1 commit
    • Michael Shigorin's avatar
      syslinux: un-tweak showopts for rescue_fm snippet · f7df0f58
      Michael Shigorin authored
      This one is related to forensics mode handling in mkimage:
      there's a regex that's expecting the old string ending with
      hash value, and it stops working when this is changed here
      (at least as of mkimage 0.2.18).
      
      So partially undo the change for this particular file to avoid
      refind's example menu for regular-rescue.iso (or any other image
      involving forensics mode), and hope to revert this commit some day.
      f7df0f58
  10. 19 Aug, 2016 2 commits
    • Gleb Fotengauer-Malinovskiy's avatar
      ac156c19
    • Michael Shigorin's avatar
      syslinux: tweak showopts · ed1c73b1
      Michael Shigorin authored
      This keyword was misused due to the lack of understanding
      of its meaning; thanks zerg@ for the hint, let's hide the
      kernel boot parameters not expected to be modified by user
      under the hood (and vice versa in some cases).
      
      Note that this is just a keyword shift in all cases
      but mediacheck where "showopts" is now added.
      
      NB: this keyword is only relevant for gfxboot.
      ed1c73b1