1. 26 Aug, 2014 2 commits
    • Michael Shigorin's avatar
      regular.mk: +net-eth for consistency · 7c9794a8
      Michael Shigorin authored
      The bare intermediate target did use/stage2/net-eth but it
      was found out by sem@ that an installed server would lack
      udev-rule-generator-net package so its ethernet interface
      naming would be inherited from install2 stage only; fix it
      by adding use/net-eth and reduce the churn with +net-eth.
      7c9794a8
    • Michael Shigorin's avatar
      net-eth: added plus-shortcut · 8533f7e2
      Michael Shigorin authored
      "use/stage2/net-eth use/net-eth" would be common enough
      for installers or livecd images to just get these pulled in
      together by a convenient shortcut thus reducing confusion
      and chances to just forget one of these counterparts.
      8533f7e2
  2. 20 Aug, 2014 2 commits
  3. 19 Aug, 2014 2 commits
    • Michael Shigorin's avatar
      exterminate fonts-ttf-dejavu all over the place · 3b35a8f4
      Michael Shigorin authored
      It looks *ugly* on-screen, at least within regular builds,
      even if the screen is 166dpi.
      
      Based on a quick experiment this morning I'd suggest using
      fonts-otf-adobe-source-{code,sans}-pro instead -- and it's
      available as use/fonts/otf/adobe now, incidentally.
      
      The documentation is still built with it though as a2x/fop look
      unhappy otherwise (as in replacing Cyrillic glyphs with "#"s).
      3b35a8f4
    • Michael Shigorin's avatar
      fonts: add a few font collection targets · 362fd3f0
      Michael Shigorin authored
      Font packages are sprinkled all over the metaprofiles,
      let's try and help make their use more systematic.
      
      This is a sort of a feature abuse as it was conceived
      for fontconfig setup originally but spawning features
      with confusing names looks grim; so let all things fonts
      live within a feature named "fonts" for the time being.
      362fd3f0
  4. 18 Aug, 2014 5 commits
  5. 12 Aug, 2014 3 commits
    • Michael Shigorin's avatar
      main, metadata: README update · 3171d693
      Michael Shigorin authored
      There's not much sense in overduplication of documentation
      (tends to get stale faster then), still it's not good to
      just refer to the code as the PDF/HTML book is less useful
      then; maybe drifting towards "recommended" bits with more
      "advanced" things being impleentation-defined is better.
      3171d693
    • Michael Shigorin's avatar
      doc: better clean target · 1eda19cf
      Michael Shigorin authored
      A bunch of intermediate files would be sitting around otherwise.
      1eda19cf
    • Michael Shigorin's avatar
      net: enable connman service either · 24cee065
      Michael Shigorin authored
      Stupid systemd will shadow connmand initscript with
      connman.service but will not enable connman.service
      when told to enable connmand initscript.  Sigh.
      24cee065
  6. 11 Aug, 2014 1 commit
  7. 04 Aug, 2014 2 commits
  8. 30 Jul, 2014 2 commits
  9. 29 Jul, 2014 1 commit
  10. 28 Jul, 2014 4 commits
    • Michael Shigorin's avatar
      gear-store-tags · 60779895
      Michael Shigorin authored
      60779895
    • Michael Shigorin's avatar
      1.1.42-alt1 · eace7a45
      Michael Shigorin authored
      - current bits
      eace7a45
    • Michael Shigorin's avatar
      init: added tty12 log setup for systemd case · 41d537fb
      Michael Shigorin authored
      That's a part of ALT Linux conveniences: system log
      messages at tty12 (helps immensely in case of disk crash
      or cable problems as running anything, including utilities
      to view logs, becomes painful to impossible in such cases).
      
      systemd lacks this kind of setup out-of-box for sure
      so zerg@ hacked a substitute together; just pull that in.
      41d537fb
    • Michael Shigorin's avatar
      desktop+wmaker: added basic bitmap fonts · e45fa5b0
      Michael Shigorin authored
      vkni@ removed fonts-bitmap-cyr_rfx-iso10646-0400
      from WindowMaker dependencies; I think that's wrong
      but life is short so let's compensate that here as
      at least regular-gnustep.iso degrades (GNUstep menus
      are rendered in fixed bitmap font then).
      e45fa5b0
  11. 19 Jul, 2014 2 commits
    • Michael Shigorin's avatar
      rescue+extra: added wdfs · df042e76
      Michael Shigorin authored
      Nice lil' WebDAV userspace filesystem; example:
      
      wdfs https://webdav.yandex.ru /mnt/ydisk -o accept_sslcert,username=me@yandex.ru
      df042e76
    • Michael Shigorin's avatar
      rescue+fs: added cv · f6d895fc
      Michael Shigorin authored
      A nice little hack that looks up running instances of cp/mv/tar/gzip/...
      in /proc and comes up with job completion percentage.  Useful when one
      didn't bother to use pv(1) or the process has been running for quite
      some time already.
      f6d895fc
  12. 07 Jul, 2014 2 commits
  13. 01 Jul, 2014 6 commits
  14. 30 Jun, 2014 6 commits
    • Michael Shigorin's avatar
      gear-store-tags · 60fe82d3
      Michael Shigorin authored
      60fe82d3
    • Michael Shigorin's avatar
      1.1.40-alt1 · 730303bb
      Michael Shigorin authored
      - systemd-214
      730303bb
    • Michael Shigorin's avatar
      regular.mk: tweak desktop services · edbde16f
      Michael Shigorin authored
      systemd-214 has major problems with starting these services,
      and KDC should definitely not even try to start up before
      setup (which is not feasible given that these are LiveCDs).
      
      domain-client pkglist inhabitants and net-usershares feature
      are nasty enough to bring a lot of extra garbage in unfortunately
      (alterator-auth, alterator-kdc, alterator-net-shares involved).
      edbde16f
    • Michael Shigorin's avatar
      x11-autostart: ensure prefdm startup · 81231ae5
      Michael Shigorin authored
      systemd-214 has broke things badly enough so that
      graphical boot target is not effective anymore;
      enabling prefdm explicitly helps though.
      81231ae5
    • Michael Shigorin's avatar
      live: disable livecd-evms · e48fe6c4
      Michael Shigorin authored
      Looks like sysvinit-only services like this pose a major problem
      for systemd-214 causing dependency cycles.
      e48fe6c4
    • Michael Shigorin's avatar
      live: s/fonts-ttf-droid/fonts-otf-mozilla-fira/ · 6fd1c864
      Michael Shigorin authored
      fonts-ttf-droid have been superseded by fonts-ttf-google-droid-sans
      in Sisyphus which might be lacking; I've considered replacing it
      with Fira anyways, so let's just do that.
      6fd1c864