- 10 Feb, 2016 1 commit
-
-
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).
-
- 10 Jan, 2016 1 commit
-
-
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.
-
- 15 Nov, 2015 1 commit
-
-
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 :-)
-
- 09 Apr, 2015 1 commit
-
-
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).
-
- 16 Nov, 2014 1 commit
-
-
Michael Shigorin authored
0.6.3 has introduced some changes that were deemed incompatible with t6/p6 branches; it should be possible to restore compatibility at least for non-EFI images but the effort required hasn't been up for grabs so far. See also https://bugzilla.altlinux.org/30474
-
- 02 Jun, 2014 1 commit
-
-
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.
-
- 17 Mar, 2014 1 commit
-
-
Michael Shigorin authored
This has to be present with default RPM macros, otherwise: rpmdb: /home/altlinux/tmp: No such file or directory rpmdb: unable to create temporary backing file See also http://bugzilla.altlinux.org/26514
-
- 27 Dec, 2013 1 commit
-
-
Michael Shigorin authored
Thanks ksa at Russia-2 forum: http://forum.russ2.com/index.php?showtopic=3784&st=0&p=37927&#entry37927
-
- 25 Mar, 2013 1 commit
-
-
Michael Shigorin authored
aris@ suggested that the most important variables, namely ARCH and APTCONF, be spelled out explicitly.
-
- 21 Feb, 2013 1 commit
-
-
Michael Shigorin authored
It wasn't really obvious what are the available targets; sorry for that and thanks led@ for a suggestion.
-
- 22 Nov, 2012 2 commits
-
-
Ildar Mulyukov authored
-
Ildar Mulyukov authored
-
- 11 Aug, 2012 1 commit
-
-
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.
-
- 25 Jun, 2012 1 commit
-
-
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).
-
- 04 Jan, 2012 1 commit
-
-
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.
-
- 02 Jan, 2012 1 commit
-
-
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.
-
- 06 Nov, 2011 1 commit
-
-
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}
-
- 04 Nov, 2011 1 commit
-
-
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)
-