1. 15 Jul, 2013 21 commits
    • Michael Shigorin's avatar
      armh.mk: tiny dedup in cubox-xfce · f110716a
      Michael Shigorin authored
      vm/.cubox-gtk already pulls +nm in, no need to do it again.
      f110716a
    • Michael Shigorin's avatar
      regular.mk: regular-server revisited · 607aa1b7
      Michael Shigorin authored
      Few things:
      
      - extend feature specification
        + SysVinit can be chosen explicitly via init feature,
          no need to keep sysklogd in yet another pkglist;
        + power management should be included too
          (both cpufreq setup and power button handling);
        + LILO seems to be heavily preferred among the
          target audience :)
      
      - use desktop installer for regular-server
        + the seeming controversy is explained easily:
          installer-distro-altlinux-generic has very few
          modules to the point of being inconvenient for
          anything but quick rounds of basic testing,
          and distributions rather do need network setup
          along with a non-privileged user.
      607aa1b7
    • Michael Shigorin's avatar
      desktop+lxde: added ConsoleKit · 7afce7b4
      Michael Shigorin authored
      The funny thing while debugging this was "how the heck
      could a sound related change induce privilege related shift?"
      -- turns out that udev-alsa (which pulls in ConsoleKit)
      was the culprit... looks like LXDE hasn't dumped it yet :)
      7afce7b4
    • Gleb F-Malinovskiy's avatar
      tar2fs: double /boot size · 81a6ab9e
      Gleb F-Malinovskiy authored
      Factor of 2 is not enough for kernel upgrade due to filesystem overhead.
      Add BOOT_SIZE_FACTOR on top of that.
      81a6ab9e
    • Michael Shigorin's avatar
      xdg-user-dirs: employ control feature · d79061fb
      Michael Shigorin authored
      Maybe the conditionals shouldn't be too terse, by the way...
      d79061fb
    • Michael Shigorin's avatar
      dev: employ control feature · f123fea6
      Michael Shigorin authored
      ...instead of setting up pam_mktemp ourselves
      even if that was no big deal too.
      f123fea6
    • Michael Shigorin's avatar
      armh: employ control feature · f059955d
      Michael Shigorin authored
      As 50-sudo-su script cares for sudo and su control facilities no more
      that hook is aptly renamed to 50-sshd-root (should be generalized
      either some day).
      f059955d
    • Michael Shigorin's avatar
      homeros: employ control feature · 7666d3ac
      Michael Shigorin authored
      ...instead of having to do the same by hand.
      7666d3ac
    • Michael Shigorin's avatar
      initial control feature · 42e66741
      Michael Shigorin authored
      TODO--, and this one was pretty expected
      after the "invention" of iterators.
      42e66741
    • Michael Shigorin's avatar
      net-eth: ensure single-subsystem control · 37b971f5
      Michael Shigorin authored
      Setting NM_CONTROLLED is apparently not enough to disable
      /etc/net handling of a particular interface; thanks sem@
      for noticing the fortunate error messages in logs
      and explaining this peculiarity to me.
      37b971f5
    • Michael Shigorin's avatar
      deflogin: do require passwd · ba857b9e
      Michael Shigorin authored
      50-root script uses passwd(1),
      mea culpa
      for having optimized it out...
      ba857b9e
    • Michael Shigorin's avatar
      armh.mk: use sound, net features · f879c16d
      Michael Shigorin authored
      The main reason was use/net but warranting the
      bits needed for proper pulseaudio functioning
      via use/sound seems also logical.
      f879c16d
    • Michael Shigorin's avatar
      armh.mk: employ sound feature · 889be059
      Michael Shigorin authored
      This bunch of commits was done so these can be
      mixed and matched (or even reverted) later if needed;
      it was tempting to just revamp things wholesale again
      but coarse grained approach is worse to maintain.
      889be059
    • Michael Shigorin's avatar
      slinux: employ sound feature · ddca9d46
      Michael Shigorin authored
      One of the earlier duplicates pruned now.
      ddca9d46
    • Michael Shigorin's avatar
      ltsp: employ sound feature · 0b870ef0
      Michael Shigorin authored
      The client side might benefit a bit more in the future
      but the server side does not (and should not) require
      everything client side does; thus use base ALSA target.
      0b870ef0
    • Michael Shigorin's avatar
      regular.mk: employ sound feature for kde4 · 42ed4734
      Michael Shigorin authored
      An act of deduplication again.
      42ed4734
    • Michael Shigorin's avatar
      x11: employ sound feature · 00623013
      Michael Shigorin authored
      gnome3 was just asking to line up either.
      00623013
    • Michael Shigorin's avatar
      live: employ sound feature · f92a36da
      Michael Shigorin authored
      use/live/sound target is dropped on the floor,
      there were no more in-profile users of it.
      f92a36da
    • Michael Shigorin's avatar
      initial sound feature · e59dca15
      Michael Shigorin authored
      This replaces the many sets of the corresponding packages
      wandering all over pkglists, features and configurations;
      the interface should be rather well-defined by now.
      e59dca15
    • Michael Shigorin's avatar
      regular.mk: add an empty recipe · ce8e2d22
      Michael Shigorin authored
      That trailing "; @:" makes up a cause to run a shell,
      and SHELL is overloaded with tracing for reports.
      
      Thus an omission fixup.
      ce8e2d22
    • Michael Shigorin's avatar
      live: employ xdg-user-dirs feature · 1b0d0510
      Michael Shigorin authored
      use/live/install stopped to provide a desktop icon; the nuance is
      that zdg-user-dirs-install.sh script in livecd-install package
      expects ~/.config/user-dirs.dirs to actually do that.
      1b0d0510
  2. 01 Jul, 2013 19 commits