1. 17 Jun, 2013 3 commits
    • Michael Shigorin's avatar
      initial rootfs subprofile and services feature · 67adab49
      Michael Shigorin authored
      This subprofile is akin to THE_* variables family: the configuration
      bits and script hooks sitting there influence whatever chroot is
      declared to be the user facing one in the end, whether it comes
      from vm image or live subprofile.
      
      The services feature ought to be a changeset of its own which would
      be based on rootfs and become the base for ve/vm changes but I chose
      to just do it atomically; some pre-existing duplicates are pruned now.
      67adab49
    • Michael Shigorin's avatar
      gear-store-tags · dfaf3fe3
      Michael Shigorin authored
      dfaf3fe3
    • Michael Shigorin's avatar
      1.0.0-alt1 · 5ffd07c6
      Michael Shigorin authored
      - 1.0
      5ffd07c6
  2. 10 Jun, 2013 5 commits
  3. 04 Jun, 2013 2 commits
  4. 27 May, 2013 4 commits
    • Michael Shigorin's avatar
      gear-store-tags · ec1b9230
      Michael Shigorin authored
      ec1b9230
    • Michael Shigorin's avatar
      0.9.15-alt1 · 3fb5bbd8
      Michael Shigorin authored
      - +installer
      3fb5bbd8
    • Michael Shigorin's avatar
      install2: minor EFI related tweak · 9b91001f
      Michael Shigorin authored
      INSTALL2_PACKAGES turned out to be sensitive to the
      feature addition order: if efi was added before install2
      then the packages added by the former were overridden
      by the latter.
      
      This is also related to commit g7b76c734 as +installer
      can be added pretty much anywhere, there's no warranty
      that use/install2 appears early enough in configuration
      build-up sequence.
      9b91001f
    • Michael Shigorin's avatar
      regular.mk: initial regular-server · f18530f8
      Michael Shigorin authored
      A simple server image has been a pretty popular request
      roughly always; thanks asy@ for specification draft.
      f18530f8
  5. 24 May, 2013 4 commits
  6. 23 May, 2013 4 commits
  7. 20 May, 2013 2 commits
  8. 14 May, 2013 4 commits
  9. 13 May, 2013 2 commits
  10. 08 May, 2013 1 commit
    • Michael Shigorin's avatar
      Revert "vmguest: apply vboxdrv related workaround" · b1ce5a80
      Michael Shigorin authored
      This reverts commit ae441691
      as libglx has been fixed already; see #27340 and #28782 for
      the details, huge thanks go to Alexey Borisenkov for his
      thorough investigation and patches as well as to shrek@
      and sin@ for their cooperation to get this fixed in Sisyphus.
      b1ce5a80
  11. 04 May, 2013 1 commit
    • Michael Shigorin's avatar
      base+regular: added LVM support · 754d1bda
      Michael Shigorin authored
      Otherwise these packages would have had to be installed
      by hand just to deploy onto LVM volumes.
      
      Thanks those testing p7 starter kit images.
      754d1bda
  12. 03 May, 2013 1 commit
  13. 29 Apr, 2013 1 commit
  14. 22 Apr, 2013 5 commits
    • Michael Shigorin's avatar
      gear-store-tags · ba71869b
      Michael Shigorin authored
      ba71869b
    • Michael Shigorin's avatar
      0.9.12-alt1 · 23abf2aa
      Michael Shigorin authored
      - four weeks later...
      23abf2aa
    • Michael Shigorin's avatar
      regular.mk: reduced rescue participation somewhat · d849d263
      Michael Shigorin authored
      The regular images became a bit too fat and rescueish
      with all the good stuff going into rescue+extra pkglist;
      that stuff does belong to dedicated rescue images but not
      to each and every one.
      
      The base+rescue pkglist has been tailored to take this
      into account so we can now make regular-*.iso more fit too.
      d849d263
    • Michael Shigorin's avatar
      rescue: tweaked pkglist and feature config · 6023d115
      Michael Shigorin authored
      Moved the packages which impeded pkglist reuse for live distros
      so that these stay within dedicated rescue images but don't
      neccessarily go into the more generic ones where things like
      fdisk are still quite useful.
      6023d115
    • Michael Shigorin's avatar
      vmguest: apply vboxdrv related workaround · ae441691
      Michael Shigorin authored
      This is to cope with #28782 while the culprit is being found out;
      not much of a loss while #27340 is open (thus no 3D with vboxdrv
      anyways).
      
      I chose to avoid pulling the service related machinery into
      vmguest (and haven't got around to factoring it out from live
      feature's scripts into a standalone form) so had to tweak these
      as well.
      ae441691
  15. 19 Apr, 2013 1 commit
    • Michael Shigorin's avatar
      tar2vm: added xfs note · 6c9ca9af
      Michael Shigorin authored
      The issue at hand is the ability to accomodate boot sector
      payload at the start of the filesystem's underlying block device.
      
      XFS doesn't spare that space.
      
      Thanks vsu@ for the reminder, by the way.
      6c9ca9af