1. 03 Dec, 2012 3 commits
    • Michael Shigorin's avatar
      03-test-kernel: silliest mistake II · e9f60f00
      Michael Shigorin authored
      The previous part was fixed and discussed in commit
      c30490e2;
      so much for a deduplication effort...
      
      This would result in almost immediate
      
        make[1]: *** [profile/populate] Error 2
      
      as well.
      e9f60f00
    • Michael Shigorin's avatar
      assumptions.txt: ported to make-3.82 already · 2e1e4d6f
      Michael Shigorin authored
      That is, p6/t6 continue to use 3.81 (while providing 3.82
      alongside with it), and Sisyphus has moved to 3.82 before
      p7/t7.  We support both versions by now.
      2e1e4d6f
    • Michael Shigorin's avatar
      live.mk: split live-builder into proper and -mini · 4df837b9
      Michael Shigorin authored
      While ildar@ has some reason for the slimmer image
      the somewhat standalone one is documented in examples
      for offline use, ruining it in-place is not an option.
      
      Let's just do a split (and lose a target-specific variable
      example in favour of a commodity pkglist by the way; oh well).
      4df837b9
  2. 23 Nov, 2012 1 commit
    • Ildar Mulyukov's avatar
      live-builder: cut RPMs aka MAIN_PACKAGES from the image · e87399e1
      Ildar Mulyukov authored
      a live-builder appliance is (or may be) usually used for building software
      with many dependencies, hence needing access to external resources,
      e.g. apt repos with lib${NAME}-devel packages.
      
      This commit cuts RPM packages from the live-builder LiveCD.
      e87399e1
  3. 22 Nov, 2012 2 commits
  4. 19 Nov, 2012 16 commits
  5. 11 Nov, 2012 4 commits
  6. 10 Nov, 2012 1 commit
    • Michael Shigorin's avatar
      80-make-initfs: fix the silliest mistake ever · c30490e2
      Michael Shigorin authored
      *Of course* the "weird" [ ... ] || ... construct meant to avoid
      the non-zero exit status of the whole thing wasn't employed
      where it actually does make the difference!
      
      Thanks ildar@ for hitting and reporting this, as in
      
        + verbose '/usr/lib64/propagator exists'
        + '[' -n '' ']'
        mki-scripts: .../stage1/scripts.d/80-make-initfs: unable to run script.
        make[3]: *** [run-scripts] Error 1
      c30490e2
  7. 09 Nov, 2012 1 commit
    • Michael Shigorin's avatar
      stage1: added nfsv*.ko to modules · 45cddfd2
      Michael Shigorin authored
      The newer kernels have versioned NFS support code moved
      into a few separate modules with nice self-explanatory
      messages reading "Protocol not supported" if one has
      managed to overlook this; thanks boyarsh@ for heads-up
      (based on f545923271f9d1938d1887632ab4697c4c009039 m-p-d).
      45cddfd2
  8. 05 Nov, 2012 6 commits
  9. 31 Oct, 2012 1 commit
  10. 30 Oct, 2012 1 commit
  11. 29 Oct, 2012 2 commits
  12. 27 Oct, 2012 2 commits
    • Michael Shigorin's avatar
      desktop+tde -= gtk2-themes-qtcurve · 32719b31
      Michael Shigorin authored
      There's no gtk2-themes-qtcurve package in Sisyphus at the moment;
      let's fix image build until it's back again (if it ever is).
      32719b31
    • Michael Shigorin's avatar
      distro/installer, use/live/x11 += use/firmware · 02791834
      Michael Shigorin authored
      This is thanks to the fact that alterator-based install2 needs
      alterator-browser-qt which needs X11 which needs working device drivers
      -- and at least AMD C60 APU would only yield a nice dotted white screen
      without that firmware.
      
      Roughly the same for X11 bearing LiveCD images.
      02791834