- 30 Nov, 2015 11 commits
-
-
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 9 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
-
Michael Shigorin authored
Ensure NFS client support in distributions with these pkglists: https://bugzilla.altlinux.org/31498
-
Michael Shigorin authored
This has no users in master but out-of-tree branches might need a trivial update. The rationale is that it's actually for *any* stage2 and not related to specifically "install" at all (otherwise it should have been moved to install2 feature altogether). Note that there's no reason to add nfs-utils similarly as make-initrd requires kinit-utils which includes its own nfsmount.
-
Michael Shigorin authored
All regular images (except for jeos) should be able to work with or install via NFS, and nfs-utils dependency is finally being removed from the package carrying mount(8): https://bugzilla.altlinux.org/31498
-
- 15 Nov, 2015 1 commit
-
-
Michael Shigorin authored
Some people might end up with setup that leads bin/mktmpdir to accept e.g. tmpfs on /tmp but that's not enough to build a larger image (e.g. 2 Gb RAM); let's quickly hint that it's not the only way to go :-)
-
- 12 Nov, 2015 1 commit
-
-
Michael Shigorin authored
Done due to Balbes' (quite reasonable) suggestion to do so for all of the installable regular builds as changing disk partition layout is better made with the proper tool. Drop qtparted from lxqt pkglist as it's broken :( See also (in Russian): https://forum.altlinux.org/index.php?topic=35681.msg269732#msg269732
-
- 10 Nov, 2015 1 commit
-
-
Michael Shigorin authored
It's an Apple Filing Protocol client, reportedly with its own share of problems but working with at least some AFP versions.
-
- 09 Nov, 2015 3 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- regular-enlightenment
-
Michael Shigorin authored
This is what Aladdin folks asked for.
-
- 08 Nov, 2015 1 commit
-
-
Dmitriy Khanzhin authored
-
- 06 Nov, 2015 2 commits
-
-
Michael Shigorin authored
Adjust accordingly to the pkglist having been renamed.
-
Michael Shigorin authored
samba-DC-4.3.1-alt1 package set introduced task-samba-dc metapackage, let's use that one while still carrying around what's missing there and got collected here.
-
- 03 Nov, 2015 6 commits
-
-
Michael Shigorin authored
...if any (and there should be some now).
-
Michael Shigorin authored
It's just wrong to see arbitrary time when LiveCD gets booted, sem@ tells he runs openntpd in Simply; let's do the same.
-
Michael Shigorin authored
It's a GTK utility, in contrast to the rest of LXQt; and looks like it's not that needed anymore with better native display setup (if anyone does prefer arandr in this particular image, drop me a note).
-
Michael Shigorin authored
lxqt-lightdm-greeter is finally *really* deprecated, LXQt's build system has changed enough to warrant its FTBFS without the same changes. Note that this won't cut it for p7 starterkits anymore.
-
Michael Shigorin authored
Looks like "LXQt" session type is broken for sddm 0.12.0 with lxqt 0.10.0 while "lxqt" one is fine; so be it.
-
Michael Shigorin authored
This one has been suggested by YYY: https://forum.altlinux.org/index.php?topic=35623.msg268496#msg268496
-
- 29 Oct, 2015 3 commits
-
-
Michael Shigorin authored
The packages have been renamed quite some time ago indeed, and dancing image URLs don't help a lot.
-
Michael Shigorin authored
The packages have been renamed quite some time ago, no need to introduce artificial multifurcation.
-
Michael Shigorin authored
This one adds a "classic" GNOME2-like session; one needs to select it by hand though, and gdm won't bother them with a selector "gear" widget unless there's a password set for the user. Thus no autologin without explicit session specification seems possible so far. Note that there's no way to have gdm without gnome-shell currently.
-
- 20 Oct, 2015 1 commit
-
-
Michael Shigorin authored
The "best" "feature" of systemd "init system" has just emerged once again: it will happily sit there idling given startup or shutdown loops resulting in what looks like a hang to an unsuspecting user; let's provide the suspecting one with at least some tools described at http://www.freedesktop.org/wiki/Software/systemd/Debugging
-
- 19 Oct, 2015 1 commit
-
-
Michael Shigorin authored
-