1. 27 Jun, 2016 6 commits
    • Michael Shigorin's avatar
      docs: don't pull branding bits in unconditionally · 3c65c498
      Michael Shigorin authored
      ...just do it when actually requested for the main image part.
      3c65c498
    • Michael Shigorin's avatar
      groups: added `make check' · eae7b38c
      Michael Shigorin authored
      This one has became direly needed while reworking
      Centaurus' pkglists/groups into a tree.
      eae7b38c
    • Michael Shigorin's avatar
      cleanup: leave docs/manpages alone · 4c2ff130
      Michael Shigorin authored
      ...for those images that can be installed.
      4c2ff130
    • Michael Shigorin's avatar
      main, metadata, lists: switch to groups2lists() · 137e738c
      Michael Shigorin authored
      Now that we don't ignore X-Alterator-PackageList
      in pkggroup files these few places referencing
      group names as list names have broke; bring 'em
      in line through this new and shiny function.
      137e738c
    • Michael Shigorin's avatar
      image.in: added groups2lists() · cbbc23ed
      Michael Shigorin authored
      NB: PKGDIR might be overridden now so that these functions
      can be used within both metaprofile and generated profile
      contexts; this isn't clean but I couldn't come up with
      anything better so far.
      cbbc23ed
    • Michael Shigorin's avatar
      pkg.in: ported several centaurus lists · 85c1a0f2
      Michael Shigorin authored
      These mostly come from m-p-d but have been heavily reworked
      for the new workstation distro, here's a list of the
      typical changes:
      
      - changed X-Alterator-Parent from centaurus-desktop
        to a more fine-grained toplevel entry;
      - tweaked Categories for the desktop file (e.g. pidgin);
      - packages added or removed (like sane to scanning);
      - adapted for m-p's biarch support scheme (see emulators);
      - renamed more appropriately (for example, 3d -> blender);
      - improved descriptions (e.g. by adding specific product
        names to groups referencing single-package lists).
      
      Several ones were done from scratch.
      
      NB: lists/groups have been moved into workstation/
          and intersynced accordingly.
      85c1a0f2
  2. 16 Jun, 2016 1 commit
  3. 15 Jun, 2016 1 commit
  4. 13 Jun, 2016 2 commits
  5. 10 Jun, 2016 4 commits
  6. 09 Jun, 2016 2 commits
  7. 07 Jun, 2016 1 commit
  8. 03 Jun, 2016 1 commit
  9. 01 Jun, 2016 3 commits
  10. 30 May, 2016 10 commits
  11. 27 May, 2016 1 commit
    • Michael Shigorin's avatar
      cleanup: handle empty variable (ouch!) · fa56731d
      Michael Shigorin authored
      This script was completely careless regarding the chance
      to meet an empty variable resulting in plain "rpm -qa"
      and subsequent attempt to, well, remove *all* packages.
      
      Thanks zerg@ for being persistent this time, even if
      he could probably find the culprit and send in this patch.
      :)
      fa56731d
  12. 23 May, 2016 7 commits
    • Michael Shigorin's avatar
      gear-store-tags · 03bb07b4
      Michael Shigorin authored
      03bb07b4
    • Michael Shigorin's avatar
      1.1.91-alt1 · 4f1f1fb6
      Michael Shigorin authored
      - nvidia/nouveau rehash
      - overlayfs support (lakostis@)
      4f1f1fb6
    • Michael Shigorin's avatar
      x11: rework free/proprietary driver support · 55ab1a48
      Michael Shigorin authored
      The problem at hand was that use/x11/xorg has been final,
      and zerg@ just couldn't switch from nouveau to nvidia
      when kdesktop needs that one.
      
      Initial approach included a "big" FREE/PROP switch that
      chose the particular KMODULES/PACKAGES to get added to
      THE_* but that fails to achieve e.g. nvidia+radeon combo;
      looks like these need individual switches.
      55ab1a48
    • Michael Shigorin's avatar
      desktop+lxde+extra: added xscreensaver-frontend · 07ffce9d
      Michael Shigorin authored
      Current lxsession would offer to lock screen but will silently
      fail within default regular-lxde.iso environment (that does lack
      any kind of X screen lock utility); add some.
      07ffce9d
    • Michael Shigorin's avatar
      regular.mk: explicitly enable powertop for desktop · 73a6e8c2
      Michael Shigorin authored
      This is a nice utility clamping default power strain
      *and* heat generation on intel-based PCs; I was actually
      surprised to see it available but not firing off at system
      startup time; fix that.
      73a6e8c2
    • Konstantin A. Lepikhov's avatar
      sub.in/stage2: Added copy-tree to stage2 · e8f63357
      Konstantin A. Lepikhov authored
      stage2 only allows to run certain scripts and install packages, but
      sometimes one need just to copy something to stage2 (like stage1 does).
      
      How to use:
      
      put files under ./files directory with the same structure as on
      resulting image.
      e8f63357
    • Konstantin A. Lepikhov's avatar
      Experimental overlayfs support · 9f72780d
      Konstantin A. Lepikhov authored
      If aufs not available/broken we could try to use overlayfs.
      NB: changes below doesn't work without modified make-initrd-propagator!
      9f72780d
  13. 16 May, 2016 1 commit