1. 08 Sep, 2015 2 commits
    • Michael Shigorin's avatar
      regular.mk: added smartcard support · 29ad2393
      Michael Shigorin authored
      This has been an old TODO item either.
      29ad2393
    • Michael Shigorin's avatar
      live.mk: added efi/isohybrid to webkiosk images · 7258e750
      Michael Shigorin authored
      This has apparently been a TODO item stuck until finding out
      whether efi and isohybrid conflict or not; it's been a *long*
      time since this has been found out (no conflict) actually,
      let's add isohybrid to all of the images as it's completely
      free size-wise and efi to chromium image as it's the largest
      base one (I don't think that adding any extra functionality
      to the already overweight and full of potential and kinetic
      security bugs "flash" flavour is a good idea as it would
      promote its use among those who need EFI but not Flash).
      7258e750
  2. 07 Sep, 2015 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · bcf4c4a2
      Michael Shigorin authored
      bcf4c4a2
    • Michael Shigorin's avatar
      1.1.73-alt1 · 9c075aa2
      Michael Shigorin authored
      - im feature
      9c075aa2
    • Michael Shigorin's avatar
      mktmpdir: fixed sort key · 025e6110
      Michael Shigorin authored
      The sort key field value has been off-by-one apparently,
      "6" corresponds to "capacity" field of df -PT output
      while the "available" one was meant:
      
      Filesystem     Type  1024-blocks     Used Available Capacity Mounted on
      /dev/sda9      ext4     15350768 12799972   1747980      88% /
      tmpfs          tmpfs     1967204    27396   1939808       2% /tmp
      
      1              2               3        4         5       6
      
      This lapse has been five years old, looks like it's only
      been masked by lower available space limit *and* filesystem
      ordering by type so far.  It didn't hit me even now, rather
      inspected the code while implementing volumes-profile-starterkit...
      025e6110
    • Michael Shigorin's avatar
      live: tweak HOMEPAGE · 881163dc
      Michael Shigorin authored
      The reason behind this silly patch is that the default URL
      can be left alone with no rebuilds neccessary but with the
      intranet services delivered through a "captive portal" or
      a redirecting proxy; we definitely don't want the canonical
      wiki URL, http://www.altlinux.org, blocked by a rule made
      for redirecting the default homepage, so let it be another
      one which is served but not widely known or linked to.
      881163dc
    • Michael Shigorin's avatar
      base+smartcard: add PAM module too · dde1fe24
      Michael Shigorin authored
      pam_pkcs11 is needed for SC-based authentication,
      let's carry it as well.
      
      Note that further configuration is still required.
      dde1fe24
  3. 06 Sep, 2015 3 commits
    • Michael Shigorin's avatar
      regular.mk: added templates to gnome3 · e8e244f7
      Michael Shigorin authored
      This has been proposed and largely implemented
      by antohami@, see also #30851.
      e8e244f7
    • Michael Shigorin's avatar
      base+desktop+live: added nano too · 42723960
      Michael Shigorin authored
      gd07e9c37 was apparently not enough to cover regular desktop images...
      42723960
    • Michael Shigorin's avatar
      regular.mk: add IM support to some desktop images · 7e9bf819
      Michael Shigorin authored
      Wish this was done before starterkits alpha but still;
      here are the preliminary (unqualified) test results:
      
      - cinnamon: OK (vi_VN, zh_CN, ko_KR)
      - gnome3: no way to change the hotkey; menu font troubles
      - kde4: OK but lacks corresponding localization subpackages
      - lxde: OK (vi_VN, zh_CN, ko_KR)
      - lxqt: imsettings-xfce somehow gets in (unrequested!)
      - mate: unable to change hotkey, applet complains to stderr
      - tde: native apps don't recognize ibus input
      7e9bf819
  4. 02 Sep, 2015 2 commits
    • Michael Shigorin's avatar
      x11: add IM hints · 7f742a8a
      Michael Shigorin authored
      This makes use of IM_PACKAGES variable processed by
      newly added im feature so that DE-specific targets
      could tell which DE-specific IM packages they'd like
      on a system *iff* use/im has been requested.
      
      Might be lacking right now, to be sorted out with
      the actual users.
      7f742a8a
    • Michael Shigorin's avatar
      im: new feature · d773be4d
      Michael Shigorin authored
      This one has emerged due to request by Chú minh
      to add Vietnamese support to LXDE starterkit.
      d773be4d
  5. 31 Aug, 2015 4 commits
  6. 25 Aug, 2015 1 commit
  7. 14 Aug, 2015 1 commit
    • Michael Shigorin's avatar
      base+extra: added nano · d07e9c37
      Michael Shigorin authored
      It's a simple text editor quite popular among
      debian/ubuntu users for some reason; let's make
      it available so that those uncomfortable with
      vim(1) aren't totally at loss.
      d07e9c37
  8. 10 Aug, 2015 2 commits
  9. 07 Aug, 2015 3 commits
    • Michael Shigorin's avatar
      added smartcard support pkglists · 2a29fb12
      Michael Shigorin authored
      These should come handy when PC/SC libraries, drivers and
      utilities are required.
      2a29fb12
    • Michael Shigorin's avatar
      image.in, branding: comment fixups · c83b1f10
      Michael Shigorin authored
      (rather cosmetic changes)
      c83b1f10
    • Michael Shigorin's avatar
      docs: new feature · 9d77c2d4
      Michael Shigorin authored
      This one has been brewin' for quite a while but has been
      completed finally; some tweaks sure can come in later but
      it's working.
      
      Please note that it's rather needed for "proper" distros
      with specific branding and docs packages prepared for those;
      one should use l10n feature most likely too.
      9d77c2d4
  10. 04 Aug, 2015 1 commit
  11. 23 Jul, 2015 1 commit
  12. 21 Jul, 2015 1 commit
    • Michael Shigorin's avatar
      wireless: add rescue support · 82aa1304
      Michael Shigorin authored
      The "full" target should care for rescue bits as well
      (remember that THE_* won't go there); thus regular-rescue.iso
      will receive these couple hundred useful kilobytes as well.
      82aa1304
  13. 20 Jul, 2015 2 commits
  14. 11 Jul, 2015 1 commit
    • Michael Shigorin's avatar
      stage2: no kernels no go · a277a6cc
      Michael Shigorin authored
      The flexible KFLAVOURS handling has a downside:
      if no packages match the regexp it's silently OK
      until too late, and the error is incomprehensible.
      Let's fix the latter at least.
      a277a6cc
  15. 03 Jul, 2015 2 commits
    • Michael Shigorin's avatar
      live.mk, regular.mk: use desktop+sane · 928d7a81
      Michael Shigorin authored
      I decided that it's worth the added size to sprinkle more
      hardware-related packages like SANE throughout the regular
      crop so that compatibility tests are easier to do; there's
      sane usage in there already, let's port live-gimp over too.
      928d7a81
    • Michael Shigorin's avatar
      desktop+sane: it's reused now · 80a9c2a9
      Michael Shigorin authored
      There's a rarely-used live-gimp for new GIMP builds
      and looks like there's another target now...
      80a9c2a9
  16. 29 Jun, 2015 7 commits
  17. 22 Jun, 2015 2 commits