- 28 May, 2012 1 commit
-
-
Michael Shigorin authored
- minor bugfixes
-
- 26 May, 2012 2 commits
-
-
Michael Shigorin authored
The more or less basic desktop appeared to lack base locale support (starting with glibc-locales).
-
Michael Shigorin authored
It somehow managed to evade me that $(TMP) might be uninitialized; definitely should be checked before stuffing into sed substitution command. NB: this could be done in pure make but my take was less readable. Thanks shadowsbrother/gmail for hitting and reporting this.
-
- 25 May, 2012 1 commit
-
-
Michael Shigorin authored
legion@ implemented skipping depmod call, and that's several more seconds for most of the images; let's shave these off if possible.
-
- 21 May, 2012 8 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- docs updates
-
Michael Shigorin authored
It might be spottable but not immediately obvious that a feature lives entirely in features.in/FEATURE and every target it provides is described in the corresponding config.mk; thanks dkr@ for asking.
-
Michael Shigorin authored
It wasn't exactly obvious that the actual image build isn't started with CHECK=1.
-
Michael Shigorin authored
It appears that while splitting off main.mk we've lost the ability to pass e.g. ARCHES via custom configuration; thanks dkr@ for spotting this.
-
Michael Shigorin authored
Whoops, forgot to feed placeholders for git to grok the empty directories that are needed later...
-
Michael Shigorin authored
It wasn't articulated clearly enough that features are strictly incremental (while variables can be overridden).
-
Michael Shigorin authored
lightdm-1.1+ handling had to be corrected regarding the separate greeters.
-
- 16 May, 2012 3 commits
-
-
Michael Shigorin authored
virtualbox-addition modules need drm (see also #27344).
-
Michael Shigorin authored
`make check' is a bit more convenient than relying on my head...
-
Michael Shigorin authored
Shame on me, these shouldn't get forgotten in the first place.
-
- 14 May, 2012 3 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- build helpers refactored - initial frontend support
-
Michael Shigorin authored
-
- 10 May, 2012 5 commits
-
-
Michael Shigorin authored
udisks seem to pass up META_VOL_ID; let's make it a bit more informative.
-
Michael Shigorin authored
nouveau just didn't work out on a GF7100 at hand (while nvidia did fine) as well as on a MX440. Need more real hardware testing though.
-
Michael Shigorin authored
Just like livecd-install, graphical installer KMS support looks better as an optional part of install2 feature. Of course it's optional only if the release manager is fine with VESA drivers and not KMS-requiring intel/radeon/nouveau; thanks led@ for a confirmation just in case.
-
Michael Shigorin authored
After having added metadata dependency livecd-install started to look more like a feature than like an intermediate distribution target; so things were shuffled a bit that way.
-
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.
-
- 07 May, 2012 3 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- branding feature
-
Michael Shigorin authored
The initial work covered live images but missed an installer bit (thus notes and slideshow were missing in install2) while forgetting to put branding packages into base list (thus kindly making these available for *manual* installation sometime after, ouch).
-
- 06 May, 2012 12 commits
-
-
Michael Shigorin authored
-
Gleb F-Malinovskiy authored
-
Gleb F-Malinovskiy authored
-
Gleb F-Malinovskiy authored
-
Michael Shigorin authored
E17 has a lil' bit too thorough setup sequence for a LiveCD but hey it's worth it anyways :)
-
Michael Shigorin authored
It's actually convenient to test new software (moreso stacks) in a known clean isolated environment ;-) Thanks "asd" at opennet for the motivation to do it all: http://www.opennet.ru/openforum/vsluhforumID3/84402.html#109
-
Michael Shigorin authored
It's a bit simpler to choose "boot from hdd" than to eject a disk/ISO. No need for the specific apt-conf either.
-
Michael Shigorin authored
It doesn't really need WiFi support so far, and when it does the feature should be done properly (along with setup tools at least).
-
Michael Shigorin authored
It was done in other stage2 mods already.
-
Michael Shigorin authored
It's hard to tell a successful build from a failed one if downstream hides the exit code; it's useless to continue a `for' loop if a pipe shoves that to a subshell; well it seems that a bashism is worth a thousand quirks with extra fds here. Minor regexp enhancements are also due. reports.mk made a bit more resilient/prudent either.
-
Michael Shigorin authored
No need for .reports/ in toplevel directory even after build failure, and a few more hasty hacking fixups are also due, shame on me.
-
Michael Shigorin authored
NB: for the feature to work properly the chosen branding package set should have proper Provides: and Conflicts:, specifically it must explicitly conflict with the most lexicographically cool package set around (these days it's sisyphus-server-light).
-
- 04 May, 2012 1 commit
-
-
Michael Shigorin authored
As duly noted by glebfm@, branding issues need more attention by now since only stage1/install2 got some of it so far in this regard. Hence the dedicated feature comes to the rescue (well no, it doesn't actually mess with rescue!).
-
- 25 Apr, 2012 1 commit
-
-
Michael Shigorin authored
From now on, subprofiles can include the lib/*.mk brought in by features just like image.in/ long did.
-