1. 19 Jul, 2012 1 commit
    • Michael Shigorin's avatar
      x11: ensure kdm3 installation for tde · ceffac40
      Michael Shigorin authored
      TDE distros don't really need kdm4 which was proposed as
      a replacement by zerg@ (for all the valid reasons but kdm3
      wasn't maintained at that point, this has changed since).
      ceffac40
  2. 25 Jun, 2012 1 commit
  3. 21 May, 2012 1 commit
  4. 23 Apr, 2012 2 commits
  5. 11 Apr, 2012 1 commit
    • Michael Shigorin's avatar
      conf.d/live.mk: distro/live-simply · 03de0aab
      Michael Shigorin authored
      It is actually an effort by glebfm@ to create an experimental
      systemd-based Simply Linux LiveCD; I merely reviewed the original
      diff, moved kernel related bits to firmware (see preceding commits)
      and introduced a dedicated pkglist namespace by creating a directory.
      03de0aab
  6. 02 Apr, 2012 1 commit
    • Michael Shigorin's avatar
      docs update · 74d1e45a
      Michael Shigorin authored
      Status updates and readability tweaks all over the place.
      74d1e45a
  7. 31 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      xorg reorg · b129c86a
      Michael Shigorin authored
      Now is the time for all fonts to be pulled in when needed and not
      along with the X server and hardware drivers; tablet support is
      moved to a (preexisting) specific target either.
      
      There's no need now to arch-discriminate a few older drivers too.
      b129c86a
  8. 28 Mar, 2012 1 commit
    • Michael Shigorin's avatar
      enhanced 3D graphics support · 9555f1f6
      Michael Shigorin authored
      The previous configuration would result in intel-only
      3D being available since nouveau and radeon kernel modules
      are packaged separately with most kernel-images; getting
      NVIDIA/AMD drivers in is more tricky due to availability
      of both proprietary and free implementations with the choice
      being rather a tradeoff in each case (somewhat less so with
      ATI/AMD drivers).
      
      So this is a first shot at the problem: FlightGear would
      freeze on me with today's nouveau.
      9555f1f6
  9. 19 Mar, 2012 2 commits
    • Michael Shigorin's avatar
      plant SHELL beacons into all config-forming rules · 79bb3f8d
      Michael Shigorin authored
      As noted in doc/assumptions.txt, the SHELL based target tracing
      only works for rules with recipes, even empty but present ones.
      
      The simplest thing to do is hooking "; @:" onto the rule's tail
      (one-liner with a non-printing shell builting "true" command).
      79bb3f8d
    • Michael Shigorin's avatar
      initial "+shortcut" support and refactoring · a52b7476
      Michael Shigorin authored
      It looks like the intermediate targets aren't all equal:
      some define a finished feature while some create a common
      lower level piece of configuration.
      
      Let's do shortcuts for the former so that a distro line can be
      more terse and descriptive; help targets in features.in/ tweaked
      accordingly.
      a52b7476
  10. 12 Mar, 2012 1 commit
  11. 17 Feb, 2012 1 commit
    • Michael Shigorin's avatar
      features.in/x11: add lightdm support · 482e7bc9
      Michael Shigorin authored
      It's preferred for Razor-qt's logout app to be able to turn
      the system off or reboot it; xdm lacks consolekit support.
      
      Thanks Alexander Sokoloff for the hint.
      482e7bc9
  12. 19 Dec, 2011 2 commits
    • Michael Shigorin's avatar
      stop abusing use/live/* · c5e559b7
      Michael Shigorin authored
      Some parts of *image* configuration started slipping down
      into the *feature* configuration, and that was wrong; fixed.
      
      Also introduced proper use/live/x11 (via use/x11/xorg with added
      wacom support for the sake of #26723/#26724) and rebased the
      pre-existing descendants onto it.
      c5e559b7
    • Michael Shigorin's avatar
      introduced THE_{KMODULES,PACKAGES,LISTS,GROUPS} · d6972a39
      Michael Shigorin authored
      As too many things started duplicating between distros proper
      and (e.g. corresponding) LiveCDs, it became apparent that a class
      of entities which end up working for THE_USER (not a sysadmin,
      and not a developer, just a Linux user) is in need.
      
      So THE_KMODULES will power installed basesystem and live image,
      while THE_PACKAGES, THE_LISTS and THE_GROUPS will participate
      in building those.
      d6972a39
  13. 04 Nov, 2011 2 commits