1. 15 Jul, 2013 1 commit
  2. 01 Jul, 2013 1 commit
  3. 17 Jun, 2013 2 commits
    • Michael Shigorin's avatar
      x11: driver and purpose related refactoring · ea8a9089
      Michael Shigorin authored
      This has had several goals:
      - a target suitable for x86 and armh providing a rather
        minimal set of base xorg packages and generic drivers;
      - task-oriented targets for graphics use cases:
        + "desktop" means rather 2D focus with 3D being welcome
          or even essential but not performance critical, thus
          "a slower driver is fine as long as it does work";
        + "3d" means specific 3D performance being critical,
          that is "no 3D means no use at all".
      
      Regarding the free and proprietary 3D-capable drivers:
      the previous idea was to split out some common ground
      and then add the contenders on top of that; the current
      approach is based on the observation that the live images
      requiring proprietary NVIDIA/AMD drivers *by default*
      are usually of not much use with hardware that lacks
      proper 3D acceleration (like Tseng cards) or the driver
      support for that (like Matrox these days).
      
      Intel videodriver makes for a special case though:
      it is both free and top-notch performer.
      
      Thanks sem@ and boyarsh@ for discussion.
      
      PS: xorg-drv-{keyboard,mouse,void} dropped;
      those who need these can usually help themselves.
      ea8a9089
    • Michael Shigorin's avatar
      initial init feature · b337e72e
      Michael Shigorin authored
      This one is finally there and should help reduce the
      systemd-induced mess in package lists and specifications.
      b337e72e
  4. 21 Feb, 2013 1 commit
    • Michael Shigorin's avatar
      wireless: depend on firmware · 17736ec4
      Michael Shigorin authored
      Richard and Theo would probably roll their eyes at this point
      but the unfortunate reality is that wireless hardware is very
      much dependent on firmware being explicitly provided; so here
      it is.
      
      rtl8192 kernel module added since it's present in t6/branch
      at least.
      17736ec4
  5. 04 Feb, 2013 1 commit
  6. 06 Jan, 2013 1 commit
  7. 06 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      syslinux: honour META_VOL_SET for boot menu · cbfc3db8
      Michael Shigorin authored
      This trots along the TODO item on text branding
      and hopefully helps Michael Radyuk (torabora)
      with his feature request to tweak the installer's
      "Install ALT Linux" label; as an example, Simply
      will now offer to "Install Simply Linux".
      cbfc3db8
  8. 26 Jun, 2012 1 commit
  9. 06 May, 2012 3 commits
  10. 23 Apr, 2012 3 commits
  11. 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