1. 03 Dec, 2012 1 commit
    • 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 4 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
    • Michael Shigorin's avatar
      live-webkiosk-mini, tde: use led-ws kernel flavour · 63b515c9
      Michael Shigorin authored
      The rationale for the former is that the image gets slightly
      more compact (although the current sisyphus build is way larger
      than the t6/branch build of the optimization time, need to look
      into that...); and for the latter it's to provide yet another
      installer with a different enough kernel so that there's one more
      chance in a weird situation.
      63b515c9
    • Michael Shigorin's avatar
      xorg: added xorg-drv-modesetting · d445f5e3
      Michael Shigorin authored
      Thanks boyarsh@ for a hint that VM-emulated cirrus VGA
      actually requires xorg-drv-modesetting when used
      with recent kernels.
      d445f5e3