1. 19 Nov, 2012 11 commits
  2. 11 Nov, 2012 4 commits
  3. 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
  4. 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
  5. 05 Nov, 2012 6 commits
  6. 31 Oct, 2012 1 commit
  7. 30 Oct, 2012 1 commit
  8. 29 Oct, 2012 2 commits
  9. 27 Oct, 2012 7 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
    • Michael Shigorin's avatar
      initial desktop+network+live · 0e396023
      Michael Shigorin authored
      Actually just a split of livecd-webkiosk into the kiosk related
      part and generic livecd firefox setup (turning off queries that
      are pretty useless in that environment).
      0e396023
    • Michael Shigorin's avatar
      razorqt-0.5 support · f4d45448
      Michael Shigorin authored
      Yet another rename, sigh.  The release is worth the trouble though.
      f4d45448
    • Michael Shigorin's avatar
      reports.mk: diffable logs · aa8699c4
      Michael Shigorin authored
      This is a mild generalization of what has been done by hand
      to figure out a problem with make-initrd-propagator-0.10-alt1:
      stripping anything intrinsically volatile off the build.log.
      
      The filter set isn't perfect, and the proper logging will
      involve mkimage tweaks as well (e.g., one generally isn't
      interested in instrumental chroots' population that much,
      so it should only be verbose at the higher debug levels).
      aa8699c4
  10. 16 Oct, 2012 3 commits
    • Michael Shigorin's avatar
      gear-store-tags · 8d96a102
      Michael Shigorin authored
      8d96a102
    • Michael Shigorin's avatar
      0.8.4-alt1 · 939455e7
      Michael Shigorin authored
      - worked around enhancements in current make-initrd-propagator
        (thus fixed live image boot, finally)
      939455e7
    • Michael Shigorin's avatar
      stage2: cope with current make-initrd-propagator · aaddfb74
      Michael Shigorin authored
      The issue that appeared pretty hard to diagnose occured
      to be the enhancement made in make-initrd-propagator=0.8.1-alt1.2
      (that didn't hit Sisyphus until merged into 0.10-alt1) which
      drops propagator dependency.
      
      And that was optimized out in m-p, of course.
      aaddfb74
  11. 15 Oct, 2012 3 commits
    • Michael Shigorin's avatar
      gear-store-tags · b8d711a0
      Michael Shigorin authored
      b8d711a0
    • Michael Shigorin's avatar
      0.8.3-alt1 · 7a50acb5
      Michael Shigorin authored
      - make-3.82 support
      - fixed live image boot to some extent (see #27640, #27852)
      7a50acb5
    • Michael Shigorin's avatar
      80-make-initfs: fixed silly thinko · 90b8fd49
      Michael Shigorin authored
      The added pdir check was a hillarious(tm) overlooked bug indeed:
      I tried to put .../initfs/initfs instead of .../initfs as the result.
      
      Duly spotted by torabora@, thanks a lot.
      
      Still the kmod+propagator+kernel-image combo needed some tweaking too,
      see #27640
      90b8fd49