- 22 Jul, 2013 6 commits
-
-
Michael Shigorin authored
The nuance being that: - alterator-setup package would change default.target for systemd providing a symlink of its own and making a backup of what was there (rc3 basically); - 40-x11-autostart would ignore that backup; - 99-oem-setup would do nothing about it all either; - alterator-setup removal would restore rc3 symlink. It's not pretty either, something more robust should be invented some day.
-
Michael Shigorin authored
Basically forgot to add after initial testing.
-
Michael Shigorin authored
It came unnoticed that USE_IFPLUGD clashes with CONFIG_WIRELESS which is the default for eth ifaces.
-
Michael Shigorin authored
It's a bit heavy but still works.
-
Michael Shigorin authored
That one conflicted with alterator-setup by removing what it needs... should be done differently.
-
Michael Shigorin authored
Really no need to test and sleep when there's sync mode.
-
- 15 Jul, 2013 27 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- control and sound features
-
Michael Shigorin authored
It used to be a hasty static string; something like "ALT Linux regular-e17/x86_64" seems more relevant.
-
Michael Shigorin authored
The extent of this feature's action should be clear as well as its prerequisite.
-
Michael Shigorin authored
rootfs presented a special case when there is no resulting directory at all as it gets merged with the target subprofile by design. Still those features adding only rootfs scripts need to depend on it but this resulted in an attempt to process a missing subdir. This is brought back to sanity now.
-
Michael Shigorin authored
`make check' must be included in my release process :-/
-
Michael Shigorin authored
vm/.cubox-gtk already pulls +nm in, no need to do it again.
-
Michael Shigorin authored
Few things: - extend feature specification + SysVinit can be chosen explicitly via init feature, no need to keep sysklogd in yet another pkglist; + power management should be included too (both cpufreq setup and power button handling); + LILO seems to be heavily preferred among the target audience :) - use desktop installer for regular-server + the seeming controversy is explained easily: installer-distro-altlinux-generic has very few modules to the point of being inconvenient for anything but quick rounds of basic testing, and distributions rather do need network setup along with a non-privileged user.
-
Michael Shigorin authored
The funny thing while debugging this was "how the heck could a sound related change induce privilege related shift?" -- turns out that udev-alsa (which pulls in ConsoleKit) was the culprit... looks like LXDE hasn't dumped it yet :)
-
Gleb F-Malinovskiy authored
Factor of 2 is not enough for kernel upgrade due to filesystem overhead. Add BOOT_SIZE_FACTOR on top of that.
-
Michael Shigorin authored
Maybe the conditionals shouldn't be too terse, by the way...
-
Michael Shigorin authored
...instead of setting up pam_mktemp ourselves even if that was no big deal too.
-
Michael Shigorin authored
As 50-sudo-su script cares for sudo and su control facilities no more that hook is aptly renamed to 50-sshd-root (should be generalized either some day).
-
Michael Shigorin authored
...instead of having to do the same by hand.
-
Michael Shigorin authored
TODO--, and this one was pretty expected after the "invention" of iterators.
-
Michael Shigorin authored
Setting NM_CONTROLLED is apparently not enough to disable /etc/net handling of a particular interface; thanks sem@ for noticing the fortunate error messages in logs and explaining this peculiarity to me.
-
Michael Shigorin authored
50-root script uses passwd(1), mea culpa for having optimized it out...
-
Michael Shigorin authored
The main reason was use/net but warranting the bits needed for proper pulseaudio functioning via use/sound seems also logical.
-
Michael Shigorin authored
This bunch of commits was done so these can be mixed and matched (or even reverted) later if needed; it was tempting to just revamp things wholesale again but coarse grained approach is worse to maintain.
-
Michael Shigorin authored
One of the earlier duplicates pruned now.
-
Michael Shigorin authored
The client side might benefit a bit more in the future but the server side does not (and should not) require everything client side does; thus use base ALSA target.
-
Michael Shigorin authored
An act of deduplication again.
-
Michael Shigorin authored
gnome3 was just asking to line up either.
-
Michael Shigorin authored
use/live/sound target is dropped on the floor, there were no more in-profile users of it.
-
Michael Shigorin authored
This replaces the many sets of the corresponding packages wandering all over pkglists, features and configurations; the interface should be rather well-defined by now.
-
Michael Shigorin authored
That trailing "; @:" makes up a cause to run a shell, and SHELL is overloaded with tracing for reports. Thus an omission fixup.
-
Michael Shigorin authored
use/live/install stopped to provide a desktop icon; the nuance is that zdg-user-dirs-install.sh script in livecd-install package expects ~/.config/user-dirs.dirs to actually do that.
-
- 01 Jul, 2013 7 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- cuboxism
-
Michael Shigorin authored
This script hook used to lurk in live feature but was deemed needed in cubox images too; thus it's time to move it into a standalone feature (maybe a configurable one, even). Thanks glebfm@ for initial shot and sem@ for discussion.
-
Gleb F-Malinovskiy authored
There were some changes in x86 Simply built off m-p-d which should be propagated into ARM Simply built off m-p.
-
Michael Shigorin authored
A trivial overlook fixed up.
-
Michael Shigorin authored
regular-xfce managed to lack NM somehow (so it even lacked network after being installed since some build which wasn't identified right away unfortunately); let's fix that either during this small refactoring.
-
Michael Shigorin authored
...net uses services, not services use net. That is, "network" is a service that needs to be enabled by the now-existing mechanism of "services" feature, don't be fooled by "network services" here.
-