1. 01 Jun, 2016 1 commit
    • Michael Shigorin's avatar
      pkg.in: rename server/tools lists/groups · 58a2feff
      Michael Shigorin authored
      Make it prefix not suffix so that sorting order
      in alterator-pkg is natural instead of chaotic
      during installation; turn some implicit "tools"
      into explicit ones for consistency either.
      58a2feff
  2. 30 May, 2016 10 commits
  3. 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
  4. 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
  5. 16 May, 2016 1 commit
  6. 13 May, 2016 1 commit
    • Michael Shigorin's avatar
      install2: add tools subtarget · a85e011c
      Michael Shigorin authored
      The use case at hand was: "we'd better backup this system
      to a flashdrive before installing" (given quad-core CPU
      and half-terabyte HDD); pxz is pretty tiny, no worries.
      a85e011c
  7. 05 May, 2016 1 commit
  8. 04 May, 2016 1 commit
  9. 03 May, 2016 2 commits
  10. 28 Apr, 2016 1 commit
    • Michael Shigorin's avatar
      fixed regular-server.iso · 7d0a8631
      Michael Shigorin authored
      There were two problems:
      - the latest pgsql related groups made installation
        impossible (yes, that last minute change);
      - hardware testing shows that use/stage2/kms is now
        requisite as xorg-drv-fbdev might just refuse to work
        with what looks like a perfectly good framebuffer...
      
      Do away with them *quick*.
      7d0a8631
  11. 27 Apr, 2016 7 commits
    • Michael Shigorin's avatar
      p8.mk: initial contents · d7567f3e
      Michael Shigorin authored
      Basically an updated p7.mk.
      d7567f3e
    • Michael Shigorin's avatar
      regular.mk: a few more checkboxes to the server · 10327410
      Michael Shigorin authored
      PostgreSQL has been long neglected way too bad in mkimage-profiles
      and the actual builds, let's go and fix that!
      10327410
    • Michael Shigorin's avatar
      pkg.in: added pgsql*-server groups/lists · dd01181e
      Michael Shigorin authored
      Pg 9.5 is the current stable version
      while 9.4-1C is the current version
      patched to run 1C Enterprise.
      dd01181e
    • Michael Shigorin's avatar
      regular.mk: reworked regular-server a bit · defda09a
      Michael Shigorin authored
      This starts a sort of "server merger" by consuming
      both samba4 and hyperv subflavours into checkboxes.
      
      Rationale is pretty clear: environment -- including
      hypervisors -- is just an install/run-time variable,
      and the set of initial services is another one;
      no need to maintain a distinct image for each value
      when we've done enough of that to know we can merge.
      defda09a
    • Michael Shigorin's avatar
      pkg.in: added hyperv group/list · e2bcc33a
      Michael Shigorin authored
      These are based on regular-server-hyperv
      (thanks Matt Lewandowsky yet again) turned
      into a mere checkbox.
      e2bcc33a
    • Michael Shigorin's avatar
      pkg.in: added sambaDC-server group/list · e7b7e6b0
      Michael Shigorin authored
      This is a clone of tagged/server+sambaDC pkglist
      with added metadata *and* an installer feature
      to make things happen at install time; not sure
      if regular-server-samba4 is going away any time
      soon though as it's useful standalone too.
      e7b7e6b0
    • Michael Shigorin's avatar
      syslinux: split 20install2.cfg · 07d0cc30
      Michael Shigorin authored
      "Failsafe install" disabling APIC/LAPIC looks somewhat obsolete
      by now; the only reasonable part seems to be the attempt to force
      VESA videodriver for the installer (should be done within installer
      itself though).
      07d0cc30
  12. 26 Apr, 2016 2 commits
  13. 25 Apr, 2016 5 commits