1. 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
  2. 11 Aug, 2014 1 commit
  3. 04 Aug, 2014 2 commits
  4. 30 Jul, 2014 2 commits
  5. 29 Jul, 2014 1 commit
  6. 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
  7. 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
  8. 07 Jul, 2014 2 commits
  9. 01 Jul, 2014 6 commits
  10. 30 Jun, 2014 7 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
    • Michael Shigorin's avatar
      README: explained wiki link · 21433c11
      Michael Shigorin authored
      Some seem to be skipping it over for no good reason
      while even unfinished HOWTO is much beta than nothin'.
      21433c11
  11. 24 Jun, 2014 1 commit
    • Michael Shigorin's avatar
      added docs-publish toplevel goal · e0004a26
      Michael Shigorin authored
      This one is long overdue as I keep forgetting to update
      the published copy of generated documentation all the time.
      
      Note that you must pass DOCS_PUBLISH (as a local directory
      or host:dir suitable for rsync/ssh) via make arguments,
      environment or ~/.mkimage/profiles.mk file.
      e0004a26
  12. 23 Jun, 2014 1 commit
  13. 16 Jun, 2014 3 commits
  14. 12 Jun, 2014 4 commits
    • Michael Shigorin's avatar
      net: 50-net-nm band-aid · 226a2395
      Michael Shigorin authored
      This needs further refinement regarding p7/t7 specifically:
      NM behaviour regarding defaults differs in sisyphus and this
      has led to livecds booting with DHCP networking but installed
      systems booting without configured interfaces.
      226a2395
    • Michael Shigorin's avatar
      regular.mk: kludge to ensure nm-applet is around · 1061021b
      Michael Shigorin authored
      Commit 78f21583 left those images which required NM but not
      its applet explicitly broken (as in "no applet at all");
      this should probably be redone alike to browser feature
      but let's provide a 20140612 band-aid at least.
      1061021b
    • Michael Shigorin's avatar
      regular.mk: server-hyperv shouldn't just start alteratord · 41f247f7
      Michael Shigorin authored
      I thought about this again and came to conclusion that bringing
      alteratord and ahttpd up or down should rather be done at the same
      time as backends and frontend are useless without each other
      (at least for your average sysadmin).
      41f247f7
    • Michael Shigorin's avatar
      lists/monitoring: drop collectd-libvirt · c4e71eda
      Michael Shigorin authored
      This subpackage pulls in libvirt-client which is totally
      overkill for your usual collectd (and it would need further
      setup anyways).
      c4e71eda
  15. 11 Jun, 2014 1 commit