You need to sign in or sign up before continuing.
  1. 10 Feb, 2016 1 commit
    • Michael Shigorin's avatar
      QUICKSTART: tweaked a tiny bit · 2776e07d
      Michael Shigorin authored
      ~/.gitconfig is only relevant when git-core is installed,
      no need to put it as a standalone item (turned up when
      discussing things with cas@ on the way from #OSEDUCONF).
      2776e07d
  2. 10 Jan, 2016 1 commit
    • 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
  3. 15 Nov, 2015 1 commit
    • Michael Shigorin's avatar
      QUICKSTART: mention BUILDDIR · 0dec1c14
      Michael Shigorin authored
      Some people might end up with setup that leads bin/mktmpdir
      to accept e.g. tmpfs on /tmp but that's not enough to build
      a larger image (e.g. 2 Gb RAM); let's quickly hint that it's
      not the only way to go :-)
      0dec1c14
  4. 09 Apr, 2015 1 commit
    • Michael Shigorin's avatar
      QUICKSTART: minor tweak · 2a0dc408
      Michael Shigorin authored
      It was found out during the "from scratch" walkthrough
      over http://altlinux.org/m-p with a new user that the
      proposed test build run isn't clear regarding the proper
      current working directory (wiki refers to QUICKSTART
      copy over at http://git.altlinux.org, and this file has
      been written with assumption that it's being read from
      within the repository's toplevel directory; the resulting
      context isn't consistent in that regard).
      2a0dc408
  5. 16 Nov, 2014 1 commit
  6. 02 Jun, 2014 1 commit
    • Michael Shigorin's avatar
      QUICKSTART: added howto reference · 9c3abcdc
      Michael Shigorin authored
      It's actually worth working into the offline docs probably
      but it appears that overlooking this howto's existence is
      easier than I thought; thanks manowar@ for pointing this out.
      9c3abcdc
  7. 17 Mar, 2014 1 commit
  8. 27 Dec, 2013 1 commit
  9. 25 Mar, 2013 1 commit
  10. 21 Feb, 2013 1 commit
  11. 22 Nov, 2012 2 commits
  12. 11 Aug, 2012 1 commit
    • Michael Shigorin's avatar
      minor documentation facelift · eb3df648
      Michael Shigorin authored
      A few more items were asking for some attention.
      
      In particular, build examples should start with
      the most basic, error-proof and quick targets.
      eb3df648
  13. 25 Jun, 2012 1 commit
    • Michael Shigorin's avatar
      docs updated · f8af1c92
      Michael Shigorin authored
      Minor tweaks to toplevel docs as well as some doc/*.txt,
      doc/variables.txt renamed to doc/params.txt, and a brand new
      doc/pkglists.txt is added (thanks manowar@ for his considerations).
      f8af1c92
  14. 04 Jan, 2012 1 commit
    • Michael Shigorin's avatar
      check vigorously for installed mkimage · 0ec7d7cd
      Michael Shigorin authored
      It was briefly mentioned in QUICKSTART but somehow managed
      to evade the commandlines provided.  And while at it, let's
      make errors like this more explicit to avoid extra lookups.
      Oh, and fix QUICKSTART so that readers miss the hassle. :)
      
      Thanks Vladimir Karpinsky for pointing this problem out.
      0ec7d7cd
  15. 02 Jan, 2012 1 commit
    • Michael Shigorin's avatar
      docs: minor updates · e93d6cab
      Michael Shigorin authored
      doc/variables.txt was missing the already-existing BUILDLOG
      variable description, and ARCHES got added during multi-target
      toplevel rewrite.  Other minor fixes come as appropriate.
      e93d6cab
  16. 06 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      full-view docs update · ddf0c5b7
      Michael Shigorin authored
      - toplevel README received some long-needed refactoring
        + lowlevel detail moved, well, to lowlevel READMEs
      - reflected more thoroughly that m-p is not about distros anymore
      - dropped features.in/00example/README.en: it's already out-of-date
        a bit, and there's no perceived need in thorough English docs so far
      - wiki article got split into parts and somewhat rewritten, links updated
      - mv doc/{CodingStyle,style.txt}
      ddf0c5b7
  17. 04 Nov, 2011 1 commit
    • Michael Shigorin's avatar
      official {distro,ve}/* support · d5a5941f
      Michael Shigorin authored
      This is quite a large-scale change since mkimage-profiles got used to
      baking distributions over the last year, and virtual environments are
      quite different, so e.g. image.in/Makefile had to be split in two with
      the main part of it moved into features.in/iso/lib/.
      
      Short overview:
      
      - features.in/Makefile: lib/ support
        (supporting VE images requires dynamic modifications
        to image.in/Makefile before starting the build;
        the most natural way to achieve that seems to use
        features mechanism along with makefile include dir)
      
      - packaging format related part moved into features.in/pack
        (should be better prepared for diversity either)
      - features.in/iso renamed to features.in/build-distro
      - features.in/ve  renamed to features.in/build-ve
        + NB: these could not be merged as e.g. features.in/build
          due to completely different script hooks
      
      - lib/image.mk renamed to lib/build.mk
      - image, config, log postprocessing moved downstream
      - added a sort of a topping in the form of lib/sugar.mk
      - assorted style fixups (like ifeq usage)
      
      - clean.mk: reliability fix (the problem was observed by Oleg Ivanov
        and me too but finally it did get the attention quantum)
      
      - reviewed, updated and extended docs
        + QUICKSTART: should be[come] a step-by-step guide
          (thanks Leo-sp50 for prodiving feedback)
      d5a5941f