1. 03 Mar, 2016 1 commit
  2. 02 Mar, 2016 8 commits
  3. 29 Feb, 2016 12 commits
  4. 28 Feb, 2016 2 commits
  5. 24 Feb, 2016 1 commit
  6. 19 Feb, 2016 1 commit
  7. 18 Feb, 2016 1 commit
  8. 16 Feb, 2016 1 commit
  9. 15 Feb, 2016 3 commits
  10. 10 Feb, 2016 10 commits
    • Michael Shigorin's avatar
      desktop.mk, fonts, install2: explicit installer fonts · 935d2508
      Michael Shigorin authored
      mixin/desktop-installer became *quite* inobvious
      even for me over time, and it's not easy to grep up;
      let's introduce explicit targets where one is expected
      to expect those.
      935d2508
    • Michael Shigorin's avatar
      README, pkglists.txt: minor fixes · 522eff57
      Michael Shigorin authored
      Thanks cas@ and Ivan Khakhaev for feedback!
      My docs are clearly not the best in town,
      please help bring those into shape :-)
      522eff57
    • Michael Shigorin's avatar
      install2: cosmetic fix · 47ffa675
      Michael Shigorin authored
      (missing space)
      47ffa675
    • Michael Shigorin's avatar
      control: install2 support · 8ce8ce89
      Michael Shigorin authored
      rootfs scripts should hit installer some day; the problem
      is with variables (dumping 'em wholesale looks dirty,
      and proxying those sort of defeats the approach)
      rather than with scripts.
      
      Until then, transform the data from the single variable
      into a file containing one facility per line for
      installer-1.8.31+ to consume.
      8ce8ce89
    • Michael Shigorin's avatar
      regular.mk: force "xdriver=vesa" for jeos-ovz · 37ce3f63
      Michael Shigorin authored
      The issue at hand is that recent xorg has suddenly started
      to both depend on kernel modesetting *and* not fail through
      towards e.g. vesa driver which would save the day for minimal
      environments like installer; I definitely don't want to plug
      a pile of DRM modules into this image for just this reason.
      37ce3f63
    • Michael Shigorin's avatar
      QUICKSTART: tweaked a tiny bit · 2776e07d
      Michael Shigorin authored
      ~/.gitconfig is only relevant when git-core is installed,
      no need to put it as a standalone item (turned up when
      discussing things with cas@ on the way from #OSEDUCONF).
      2776e07d
    • Michael Shigorin's avatar
      regular.mk: lock down jeos-ovz as per ldv@'s advice · 1c23cf0e
      Michael Shigorin authored
      This is a set of control(8) non-defaults that's recommended
      for use with servers of significant security requirements.
      1c23cf0e
    • Michael Shigorin's avatar
      control: added some actual ldv@'s settings · 1e39ab3a
      Michael Shigorin authored
      As noted in the comment, these include a few quite strong ones:
      - sshd(8) will only allow in "wheel" and "users" members
        by keys, no password access is allowed;
      - password change even by root is subject to quality checks;
      - su(8) is only useful to lower privileges and not gain those
        (so root access is available either through local console
        or via use of ssh keys).
      
      Don't use if frowned upon.
      1e39ab3a
    • Michael Shigorin's avatar
      regular.mk: refactored jeos, added jeos-ovz · fd0fb5f1
      Michael Shigorin authored
      We've been pruning quite a few packages from a recently installed
      altlinux-p7-server-ovz instance; looks like server-ovz's added
      functionality should go into plain server instead, and -ovz flavour
      should focus on bare metal HN.
      
      In particular, bash-completion-1.99-alt3 seems to misbehave with
      mount(8) at the very least -- better drop it for now.
      fd0fb5f1
    • Michael Shigorin's avatar
      cleanup: add jeos targets · 0717417e
      Michael Shigorin authored
      This is based on distro/regular-jeos but torn into two
      and somewhat updated for sisyphus-going-to-bring-p8:
      1) libcap-ng is now required by util-linux;
      2) bridge-utils might be needed for subsequent images.
      0717417e