1. 30 Aug, 2021 1 commit
  2. 18 Sep, 2020 1 commit
  3. 25 Jun, 2018 1 commit
  4. 04 Dec, 2016 1 commit
  5. 27 Jun, 2016 1 commit
  6. 01 Apr, 2016 2 commits
    • Michael Shigorin's avatar
      metadata: tweak list output a bit · a2bfcfb1
      Michael Shigorin authored
      Mark the particular pkglists included into what's dumped;
      makes content analysis considerably more convenient.
      a2bfcfb1
    • Michael Shigorin's avatar
      metadata: initial pkg profiles handling · 9d449ed1
      Michael Shigorin authored
      Package profiles -- the ones allowing for a multi-purpose
      installer -- have been basically overlooked during previous
      mkimage-profiles development, unfortunately.
      
      This is the very basic part: put them into pkg-groups.tar.
      9d449ed1
  7. 05 Mar, 2014 1 commit
    • Michael Shigorin's avatar
      documentation: use paths relative to toplevel dir · 3f547e25
      Michael Shigorin authored
      This change is done to reduce ambiguity in some cases;
      the previous intention has been to ease navigation when
      staying in a particular directory, now it's been changed
      in favour of convenient toplevel `git grep' in fact.
      
      Both variants have their pros and cons, I just find myself
      leaning to this one by now hence the commit.  Feel free to
      provide constructive criticism :)
      
      Some path-related bitrot has also been fixed while at that.
      3f547e25
  8. 25 Nov, 2013 1 commit
    • Michael Shigorin's avatar
      metadata: fix THE_PACKAGES processing · 3c40bb0d
      Michael Shigorin authored
      Actually the issue was worse in general: *_PACKAGES
      weren't quoted when put into .base thus resulting
      in a potentially broken echo command (silent one).
      
      The macro scheme used was overgeneralized; stuffing
      quoting differentiation into it was doable but ugly
      (unless one is able to pass an unquoted quote sign
      as a function's parameter in some elegant manner),
      let's just make it straightforward.
      3c40bb0d
  9. 17 Jun, 2013 1 commit
  10. 21 Jan, 2013 1 commit
  11. 14 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      added plymouth feature · 8989fc27
      Michael Shigorin authored
      An initial draft of it was done half a year ago but several tricky
      thingies had kept the code from showing up as it was rather brittle
      and incomplete.
      
      This implementation involves quite a few changes all over the place
      but finally works good enough for live and installer images.
      
      Please pay attention to the versions of these packages:
      - installer-feature-setup-plymouth (0.3.2-alt1+)
      - branding-altlinux-sisyphus (20110706-alt2+ if used)
      - plymouth (0.8.3-alt20.git20110406+)
      
      See also:
      - http://www.altlinux.org/Branding
      - http://www.altlinux.org/Plymouth
      8989fc27
  12. 10 May, 2012 1 commit
    • Michael Shigorin's avatar
      initial kernel and metadata features · c83cc111
      Michael Shigorin authored
      This further refines the modular build by making
      metadata being a clearly separated feature rather
      than having to rely on runtime tests, and also by
      moving the code which cares for kernel bits of base
      installation (.base list) in a feature of its own.
      
      There's more to it but let's get the ball rolling first.
      c83cc111