1. 25 Jan, 2016 2 commits
  2. 19 Jan, 2016 2 commits
  3. 16 Jan, 2016 1 commit
  4. 14 Jan, 2016 1 commit
  5. 12 Jan, 2016 1 commit
    • Michael Shigorin's avatar
      stage2: tweak 99-cleanup-boot for efficiency · 37e77285
      Michael Shigorin authored
      Thanks glebfm@ for noticing that Simply (an m-p-d product)
      takes no kernel inside squashfs but relies on livecd-install's
      50-restore-kernel.sh hook to copy the kernel from iso9660
      and regenerate initrd (which is a must anyways but requires
      System.map to be still around).
      
      This saves about 3 Mb in ISO size for a LiveCD using
      kernel-image-std-def-4.1.15-alt1.x86_64.rpm.
      37e77285
  6. 11 Jan, 2016 3 commits
  7. 10 Jan, 2016 3 commits
    • Michael Shigorin's avatar
      style.txt: avoid merge commits! · 97eee80f
      Michael Shigorin authored
      Merge commits aren't going to be merged upstream
      for these break all sorts of git tools including
      log -p, blame, bisect, etc (or make their use less
      convenient).
      97eee80f
    • Michael Shigorin's avatar
      style.txt: slightly better call for documenting · 41d2644e
      Michael Shigorin authored
      Sometimes we tend to "just" translate the code to human
      which doesn't really help; what usually helps is noting
      down what the code author intended to implement or fix,
      and what was the case for that.
      41d2644e
    • Michael Shigorin's avatar
      QUICKSTART, mktmpdir, build.mk: hasher's /proc · 3b3cf4cc
      Michael Shigorin authored
      Either /etc/hasher-priv/system or /etc/hasher-priv/user.d/$USER
      must contain at least "allowed_mountpoints=/proc" for mkimage
      to work for mkimage-profiles; thanks Daniil Golovanov for
      providing feedback indicating the lack of the corresponding
      checks.
      3b3cf4cc
  8. 03 Jan, 2016 1 commit
  9. 24 Dec, 2015 1 commit
  10. 23 Dec, 2015 2 commits
  11. 14 Dec, 2015 1 commit
  12. 09 Dec, 2015 2 commits
    • Michael Shigorin's avatar
      regular.mk: added a few more benchmarks · de513c9f
      Michael Shigorin authored
      unixbench might still come handy, and stream-mem is better
      custom-tailored for the task but still beta than nothin'.
      de513c9f
    • Michael Shigorin's avatar
      base+bench, bench+x11: initial pkglists · 0fb879e0
      Michael Shigorin authored
      These have been partially inspired by inquisitor's
      build/altlinux/profile.live/packages collection of
      more or less benchmarks/burn-in tools.
      
      Those requiring libX11 won't hit regular-rescue.iso
      so let's put them on a file of their own.
      
      And while at that, there are a couple of MPI/IB
      benchmarking tools as well.
      0fb879e0
  13. 08 Dec, 2015 1 commit
  14. 07 Dec, 2015 3 commits
  15. 05 Dec, 2015 2 commits
    • Michael Shigorin's avatar
      conf.d/README: be more concise · 9e03dee4
      Michael Shigorin authored
      THE_KMODULES isn't referencing the actual *.ko files
      but rather kernel-modules-* packages; it was a bit too
      verbose to name *_KMODULES as *_KMODULE_PACKAGES even
      if it was more self-explanatory of course, but still
      we've got the first victim to that ambiguity.
      9e03dee4
    • Michael Shigorin's avatar
      regular.mk: a few netsec tools to the rescue · b50d011a
      Michael Shigorin authored
      This one has been triggered by a macchange NMU
      speeding through sisyphus-cybertalk@...
      b50d011a
  16. 04 Dec, 2015 4 commits
    • Michael Shigorin's avatar
      stage2, lowmem: update cleanup hooks for qt5 · 457c00b8
      Michael Shigorin authored
      There's /usr/share/qt5/translations/ now too, handle that.
      
      OTOH we've got some CJK support already, time to split up
      those "cleanups" into some target locale set dependent form.
      457c00b8
    • Michael Shigorin's avatar
      xorg+misc: drop xorg-drv-multimedia · 5147dd43
      Michael Shigorin authored
      Not available as of xorg 1.18.0.
      5147dd43
    • Michael Shigorin's avatar
      base+rescue: added acl · d89aefd6
      Michael Shigorin authored
      This is a tiny "trivial" package that's useful at times.
      d89aefd6
    • Michael Shigorin's avatar
      regular.mk, regular+kde4: rosa-imagewriter use extended · efa2b9c8
      Michael Shigorin authored
      It's been proposed to add an image writing tool to all of
      the desktop regular builds (which is reasonable).
      
      rosa-imagewriter depends on qt5 that's currently found in
      lxqt, kde4 and kde5 flavours only so let's put it there.
      
      imagewriter (the openSUSE's original one) goes to the rest of
      DE builds: xdg-su would fallback to gksu if none of the desktops
      got "detected", and that means several more megabytes of crap
      (completely unneeded in WM-based images I think).
      efa2b9c8
  17. 03 Dec, 2015 1 commit
  18. 30 Nov, 2015 9 commits