- 10 Jan, 2016 3 commits
-
-
Michael Shigorin authored
Merge commits aren't going to be merged upstream for these break all sorts of git tools including log -p, blame, bisect, etc (or make their use less convenient).
-
Michael Shigorin authored
Sometimes we tend to "just" translate the code to human which doesn't really help; what usually helps is noting down what the code author intended to implement or fix, and what was the case for that.
-
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.
-
- 03 Jan, 2016 1 commit
-
-
Michael Shigorin authored
This one is useful for dealing with MTP-compatible Android devices.
-
- 24 Dec, 2015 1 commit
-
-
Michael Shigorin authored
This should have been committed yesterday (or a year ago, better yet).
-
- 23 Dec, 2015 2 commits
-
-
Michael Shigorin authored
This might go to server-mini but should hit server-ovz as well... oh well.
-
Michael Shigorin authored
This has been (tangentially) requested for HP blades: http://forum.altlinux.org/index.php?topic=36122.0
-
- 14 Dec, 2015 1 commit
-
-
Michael Shigorin authored
Thanks Jeffrey Ratcliffe for reminder: http://lists.alioth.debian.org/pipermail/sane-devel/2015-December/034185.html
-
- 09 Dec, 2015 2 commits
-
-
Michael Shigorin authored
unixbench might still come handy, and stream-mem is better custom-tailored for the task but still beta than nothin'.
-
Michael Shigorin authored
These have been partially inspired by inquisitor's build/altlinux/profile.live/packages collection of more or less benchmarks/burn-in tools. Those requiring libX11 won't hit regular-rescue.iso so let's put them on a file of their own. And while at that, there are a couple of MPI/IB benchmarking tools as well.
-
- 08 Dec, 2015 1 commit
-
-
Michael Shigorin authored
It's been added to both sisyphus and p7/t7, so why not? :)
-
- 07 Dec, 2015 3 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- regular fixes
-
Michael Shigorin authored
distro/.live-games really lacked this for a *long* time, and asking people for what's their hardware given the abscence of tools is wrong.
-
- 05 Dec, 2015 2 commits
-
-
Michael Shigorin authored
THE_KMODULES isn't referencing the actual *.ko files but rather kernel-modules-* packages; it was a bit too verbose to name *_KMODULES as *_KMODULE_PACKAGES even if it was more self-explanatory of course, but still we've got the first victim to that ambiguity.
-
Michael Shigorin authored
This one has been triggered by a macchange NMU speeding through sisyphus-cybertalk@...
-
- 04 Dec, 2015 4 commits
-
-
Michael Shigorin authored
There's /usr/share/qt5/translations/ now too, handle that. OTOH we've got some CJK support already, time to split up those "cleanups" into some target locale set dependent form.
-
Michael Shigorin authored
Not available as of xorg 1.18.0.
-
Michael Shigorin authored
This is a tiny "trivial" package that's useful at times.
-
Michael Shigorin authored
It's been proposed to add an image writing tool to all of the desktop regular builds (which is reasonable). rosa-imagewriter depends on qt5 that's currently found in lxqt, kde4 and kde5 flavours only so let's put it there. imagewriter (the openSUSE's original one) goes to the rest of DE builds: xdg-su would fallback to gksu if none of the desktops got "detected", and that means several more megabytes of crap (completely unneeded in WM-based images I think).
-
- 03 Dec, 2015 1 commit
-
-
Aleksey Avdeev authored
Signed-off-by: Aleksey Avdeev <avdeev@pkcc-tb.ru>
-
- 30 Nov, 2015 13 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- pre-starterkit cleanups
-
Michael Shigorin authored
It's been REALLY lacking in server starterkits as of 20150912.
-
Michael Shigorin authored
It's lacking in server starterkits for no good reason; if there's another well supported MTA some day that's challenging postfix as the default in any images, just drop me a note/commit.
-
Michael Shigorin authored
It's been found out in the field that the lack of firmware can hurt quite significantly; just add that.
-
Michael Shigorin authored
This is to avoid systemd components getting pulled in during early dependency resolution stage for no good reason (see also http://bugzilla.altlinux.org/30806); should be fixed within mkimage so that hardwiring both sysklogd and etcnet here gets unneccessary.
-
Michael Shigorin authored
These lines don't effect anything currently due to #30806.
-
Michael Shigorin authored
This reverts commit 1c44272f which breaks p7 builds with sysvinit emitting this message: E: Couldn't find package systemd-services-
-
Michael Shigorin authored
This package has CLI utilities as well and no X dependencies, fits ALT Linux Rescue just fine.
-
Michael Shigorin authored
Some regular builds might get their specific ones but let's provide something for any of those, it's tiny.
-
Michael Shigorin authored
Spotted when working on http://linuxpiter.ru slides.
-
Michael Shigorin authored
...instead of those two homegrown lines.
-
Michael Shigorin authored
This one has been partially implemented for regular builds but making it generally available seems much better.
-
- 16 Nov, 2015 6 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- faked workaround
-
Michael Shigorin authored
Enlightenment is a long enough word to trigger #28271; E, on the other hand, is pretty slim to fit that space. "Volume id: ALT Linux regular-enlightenment/" just isn't pretty at all.
-
Michael Shigorin authored
rider@ asked to move gnome3 to un-def kernel flavour, and there's an unofficial policy for regular builds that these carry reasonable diversity (in a good sense) as in various kernels, inits, etc; that diversity would drop a bit of both GNOME3 based flavours would end up with the same kernel, so let's mv not cp.
-
Michael Shigorin authored
The issue at hand is that: /etc/tcb/USER/shadow gets USER:auth ownership (OK); /etc/tcb/USER/shadow- backup file is root:root (broken); /etc/tcb/USER/shadow.lock file is also root:root (broken). This is observed for all pseudousers created by package installation process within working chroots as well as for users created by deflogin feature; the problem is that e.g. echo USER:PASS | chpasswd will break. Looks like the cuplrit might be fakeroot/faked.
-
Michael Shigorin authored
Samba 4.x in domain controller mode works with "samba" service, not legacy smbd/nmbd/winbindd; all of those must be stopped before running the newly-configured one: http://altlinux.org/SambaDC
-