1. 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
  2. 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
  3. 15 Oct, 2012 4 commits
  4. 10 Oct, 2012 3 commits
    • Michael Shigorin's avatar
      make-3.82 adaptation · 6f5be918
      Michael Shigorin authored
      The issue actually hit image.in/Makefile: "metadata" target
      in features.in/metadata/lib/50-metadata.mk wasn't reached
      even if features.in/build-distro/lib/90-build-distro.mk
      would ACK that the "whatever" actions included "metadata";
      thus Metadata/pkg-groups.tar wasn't created and the installer
      silently failed to install the .base system.
      
      Let's armour the rest of the cases where the order of inclusion
      might be important as well.
      6f5be918
    • Michael Shigorin's avatar
      relname: tweak the fix/diagnostics · 718a50b9
      Michael Shigorin authored
      The culprit would be that $RELNAME isn't really set there
      ($GLOBAL_RELNAME is), and sh -u will treat that as error.
      718a50b9
    • Mike Radyuk's avatar
      fix RELNAME script and README · 78684bfe
      Mike Radyuk authored
      78684bfe
  5. 08 Oct, 2012 1 commit
  6. 01 Oct, 2012 1 commit
  7. 24 Sep, 2012 5 commits
  8. 23 Sep, 2012 1 commit
  9. 22 Sep, 2012 1 commit
  10. 12 Sep, 2012 4 commits
  11. 03 Sep, 2012 10 commits
    • Michael Shigorin's avatar
      gear-store-tags · c3a1b4a9
      Michael Shigorin authored
      c3a1b4a9
    • Michael Shigorin's avatar
      0.8.1-alt1 · 061f299f
      Michael Shigorin authored
      - misc fixes
      061f299f
    • Michael Shigorin's avatar
      actually useful vm/icewm · e52e2178
      Michael Shigorin authored
      See http://www.opennet.ru/openforum/vsluhforumID3/86239.html#1
      for a query that has led to this one; in particular,
      - xdm dropped (won't log in root and there are no users yet);
      - network is brought up and configured via DHCP by default;
      - apt-get works out-of-box;
      - default image size is twice the chroot size.
      e52e2178
    • Michael Shigorin's avatar
      use un-def kernel by default · 0e8871e7
      Michael Shigorin authored
      3.5.2-std-def-alt2 brings boot problems which were absent
      with 3.4.x-std-def and are absent with 3.5.x-un-def;
      seems like it's better to stay with known good variant
      at the moment instead of having to fall back to it.
      0e8871e7
    • Michael Shigorin's avatar
      rescue += ipmitool · e064954e
      Michael Shigorin authored
      It was missing indeed; suggested by ildar@.
      e064954e
    • Michael Shigorin's avatar
      fix root directory permissions · 83fa2544
      Michael Shigorin authored
      hsh-initroot leaves the chroot's root directory permissions
      as 1775 while these should really be 755 at most; let's fix it
      (important for both VE and VM images, useful for rescue/livecd
      ones as well -- especially those with an installer onboard).
      83fa2544
    • Michael Shigorin's avatar
      desktop+live += su · d0cb9888
      Michael Shigorin authored
      Thanks aen@ for finally mentioning it
      as I just used to cope without su. :)
      d0cb9888
    • Michael Shigorin's avatar
      no more *silent* aliases · 84591991
      Michael Shigorin authored
      The missing "; @:" at the end of the otherwise recipeless rule
      resulted in target graph being broken; I should have checked this
      when introducing these aliases (the intent was to reduce noise).
      84591991
    • Michael Shigorin's avatar
      systemd += chkconfig · d2581522
      Michael Shigorin authored
      It appears that chkconfig wasn't getting pulled in
      by now if not told so explicitly.  Still in need.
      d2581522
    • Michael Shigorin's avatar
      conf.d/test.mk: live-mate-systemd · 705a2093
      Michael Shigorin authored
      Not even alpha quality yet but at least debuggable:
      - X session doesn't autostart but service dm start works;
      - keyboard layout indicator is missing until started by hand.
      705a2093