1. 15 Sep, 2014 4 commits
  2. 01 Sep, 2014 2 commits
  3. 31 Aug, 2014 1 commit
    • Michael Shigorin's avatar
      rescue+extra: added archivemount · 195f2092
      Michael Shigorin authored
      Borders with archive+extra but that one contains standalone tools
      and this is a FUSE-based one -- with more of those included in this
      particular pkglist already; if we decide that it's a worthy addition
      to any image requesting a bunch of archiving tools then it might move.
      195f2092
  4. 30 Aug, 2014 2 commits
  5. 29 Aug, 2014 1 commit
  6. 27 Aug, 2014 2 commits
    • Michael Shigorin's avatar
      profile.mk: defer RC expansion · 851b4413
      Michael Shigorin authored
      Just spotted that .disk/profile.tgz would hold
      distcfg.mk with pre-expanded $(HOME) from build
      host which is both info leak (user account that
      was used to build the particular image) and just
      wrong given that the in-image profile archive was
      conceived as a means to pass that part of build
      environment over instead of tying it to vendor.
      
      Morale: premature optimization is premature.
      851b4413
    • Michael Shigorin's avatar
      rootfs: README update · d804203b
      Michael Shigorin authored
      It should state clearly both the positive and negative examples
      of rootfs concept use (its name is not consiceenough unfortunately,
      and I haven't come up with a better one yet).
      d804203b
  7. 26 Aug, 2014 4 commits
    • Michael Shigorin's avatar
      server.mk: amend net-eth usage either · ca34287e
      Michael Shigorin authored
      +net-eth covers both stage2 and base installation parts
      while use/stage2/net-eth would result in an inobvious
      catch when udev-rule-generator-net would hit install2
      but not the installed system, and interface bindings
      would be carried over from installer to the installation
      but would *not* be updated in case of changed network
      card(s) configuration.
      ca34287e
    • Michael Shigorin's avatar
      desktop.mk: refactor net-eth usage with +net-eth · 559714a2
      Michael Shigorin authored
      It was spilled over an intermediate target and a mixin
      for what looks like no good reason; let's factor these
      in by means of +net-eth as *both* are really needed
      for an installer anyways, and if/when we do installers
      with those new and crippled ethernet interface names
      this addition can be dropped to be used where required.
      559714a2
    • 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
  8. 20 Aug, 2014 2 commits
  9. 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
  10. 18 Aug, 2014 5 commits
  11. 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
  12. 11 Aug, 2014 1 commit
  13. 04 Aug, 2014 2 commits
  14. 30 Jul, 2014 2 commits
  15. 29 Jul, 2014 1 commit
  16. 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
  17. 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