- 25 Jun, 2018 1 commit
-
-
Michael Shigorin authored
...to reduce the divergence with the rest of related variables; these installer profiles affect the default checkbox states.
-
- 04 Dec, 2016 1 commit
-
-
Michael Shigorin authored
For some reason DOT_BASE only got BASE_PACKAGES_REGEXP so e.g. browser feature use well could result in the lack of a browser if no metapackage pulls one in! X-Brown-Paper-Bag :-(
-
- 27 Jun, 2016 1 commit
-
-
Michael Shigorin authored
Now that we don't ignore X-Alterator-PackageList in pkggroup files these few places referencing group names as list names have broke; bring 'em in line through this new and shiny function.
-
- 01 Apr, 2016 2 commits
-
-
Michael Shigorin authored
Mark the particular pkglists included into what's dumped; makes content analysis considerably more convenient.
-
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.
-
- 12 Aug, 2014 1 commit
-
-
Michael Shigorin authored
There's not much sense in overduplication of documentation (tends to get stale faster then), still it's not good to just refer to the code as the PDF/HTML book is less useful then; maybe drifting towards "recommended" bits with more "advanced" things being impleentation-defined is better.
-
- 05 Mar, 2014 1 commit
-
-
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.
-
- 25 Nov, 2013 1 commit
-
-
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.
-
- 17 Jun, 2013 1 commit
-
-
Michael Shigorin authored
The generated comment went wrong when the script was renamed.
-
- 21 Jan, 2013 1 commit
-
-
Michael Shigorin authored
It was missing THE_GROUPS rather completely (but should not care for LIVE_GROUPS -- are these useful anyways?); thanks sem@ for spotting.
-
- 14 Jun, 2012 1 commit
-
-
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
-
- 10 May, 2012 1 commit
-
-
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.
-