1. 30 Dec, 2022 1 commit
  2. 25 Jun, 2018 1 commit
  3. 01 Apr, 2016 2 commits
    • Michael Shigorin's avatar
      pkg.in: bail out if anything goes wrong · bc03cde1
      Michael Shigorin authored
      Failing to kaboom just in time can make (and has just made)
      it harder to figure out the culprit down the road; e.g.
      metadata target's tar(1) might fail to find *some* files
      that haven't been copied over due to a single one missing
      by that run.
      bc03cde1
    • Michael Shigorin's avatar
      pkg.in: initial profiles/ · 1f13b3a0
      Michael Shigorin authored
      This is to support Centaurus-like images featuring
      more than a single installation profile (e.g.,
      "workstation/server/minimal").
      
      Quite a few more modifications are needed to do it
      right though as m-p has fallen prey to exactly the
      "single root composition" assumption with its current
      THE_* variables semantics and processing.
      1f13b3a0
  4. 04 Nov, 2011 4 commits
    • Michael Shigorin's avatar
      improved logging during profile creation · 3a5b47e7
      Michael Shigorin authored
      - better *_LISTS printout
      - somewhat cleaner .base comments
      - more comprehensible git log messages
        + special handling for complex subprofiles
        + no need to commit build.log ;-)
      3a5b47e7
    • Michael Shigorin's avatar
      installer firmware support · e53b6acb
      Michael Shigorin authored
      Thanks go to lakostis@ (see #18047) for all the aic94xx reminders
      and the final testing of the proposed image.
      e53b6acb
    • Michael Shigorin's avatar
      kernel and BUILDDIR fixes · c2f70e5c
      Michael Shigorin authored
      - image.in/functions.mk: rework kpackage()
        + it takes two arguments explicitly now: this adds some noise
          for "generic" invocations but is rather less messy with recently
          introduced STAGE1_KFLAVOUR (which in its turn is rather cleaner
          than messing with KFLAVOURS, especially since soemthing changed
          in presumably apt and we can't rely on kernel packages being
          installed in the order formed).
      - BUILDDIR/DEBUG related fixes
        + Makefile: BUILDDIR initialization moved to distro.mk
      - build.log += git info
      c2f70e5c
    • Michael Shigorin's avatar
      assorted fixups · ace5cb0f
      Michael Shigorin authored
      - more thorough build stages inline doc
      - quieter BUILDDIR instantiation
      - branding-altlinux-sisyphus by default
      - prettify installer selection somewhat
      - mkimage #24669 fixed upstream
      - sub.in/stage1/modules: +drm (as in m-p-d, for KMS)
      - tags2lists: generalize a bit
      ace5cb0f
  5. 03 Nov, 2011 5 commits