- 15 Jul, 2013 21 commits
-
-
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 19 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.
-
Michael Shigorin authored
Some of those were long asking to be done but cubox project managed to actually get them done at least to the extent needed for it; so let's land those and prune things up a bit.
-
Michael Shigorin authored
Based on m-p-d's domain-client pkglist and scripts from installer-feature-network-shares-client-stage3 package. Many thanks to boyarsh@ for his kind help to get this working. NB: this works on cubox but is not yet ready for installers!
-
Michael Shigorin authored
Hooray, this one is almost retired by now!
-
Michael Shigorin authored
This one is also putting an end to an overly long lived hack named vm-net by replacing it with a bit more generic mechanism.
-
Michael Shigorin authored
This one supports /etc/net, NM and connman; pruning the tree to get rid of hardwired remnants is going to take some more time.
-
Michael Shigorin authored
It even works so far!
-
Michael Shigorin authored
This is applicable at least to XFCE and MATE based images (plugins for the appropriate file managers are available). NB: basically untested with installers.
-
Michael Shigorin authored
kde-i18n-uk and krusader were suggested by rom_as@ back in April; amarok was suggested by Pulfer from Rosalab after a kind review: http://www.opennet.ru/openforum/vsluhforumID3/90521.html#158
-
Michael Shigorin authored
...as per aen@'s advice: parole can use gst0.10 specific hardware acceleration on Cubox but Firefox doesn't, so it's way more reasonable to download video and watch it and not some kind of slideshow.
-
Michael Shigorin authored
XFCE seems fine on that device while E17 has segfaulted on me so far (specifically on Cubox and not on e.g. Nexus 7). In a nutshell, cubox-xfce is an experiment into OEM-like flashware while cubox-xfce-ru strives to become something more or less ready for actual use.
-
Michael Shigorin authored
It's different so far even if it should be more or less merged some day so that the packagelists become reusable across x86/ARM.
-
Michael Shigorin authored
This is an experimental and known incomplete support for the system configuration that has to be done at the first boot-up by its user since it's their choice. This draft uses systemd which has been a requirement :-/ Thanks sem@ for helping out with the somewhat tricky unit file for alterator-setup.
-