- 28 May, 2018 2 commits
-
-
Michael Shigorin authored
- fixup release
-
Anton Midyukov authored
...there's now proper DE maintainer out there ;-) // mike@
-
- 24 May, 2018 2 commits
-
-
Michael Shigorin authored
The common problem was network-config-subsystem getting resolved into something completely wrong (like net-scripts or systemd-networkd) *before* it got specified precisely; let's just avoid the common cause, that is, a metapackage. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=30806
-
Michael Shigorin authored
install2 and live are both stage2 flavours, and I see no reason rescue (the last one) should be any different here.
-
- 23 May, 2018 3 commits
-
-
Michael Shigorin authored
It's not much use for it to stay without the actual pointer to the place where NM GUIs are referenced, I've almost started out implementing the "missing" bit myself right now :-/
-
Ivan Zakharyaschev authored
Don't go crazy if Dir::Etc::sourceparts/d gives something strange (e.g., /).
-
Michael Shigorin authored
af_packet rather belongs to networking stack than to common module library indeed. Suggested-by: Alexey Gladkov <legion@altlinux.org>
-
- 22 May, 2018 1 commit
-
-
Anton Midyukov authored
services feature works like this: 1. enable whatever services are in DEFAULT_SERVICES_ENABLE 2. disable whatever is in DEFAULT_SERVICES_DISABLE 3. enable services in SERVICES_ENABLE 4. finally, disable those in SERVICES_DISABLE So one should not disable display-manager service! Disabling prefdm is not needed as it doesn't start when display-manager.service symlink exists.
-
- 21 May, 2018 21 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- pkgpriorities feature (manowar@) - extended e2k support
-
Michael Shigorin authored
Yes we've got e2k-*.iso images by now! Should see quite some deduplication though.
-
Michael Shigorin authored
Elbrus-801 and -101 are now added; 401's support refactored and modified to cover 4.4 server system as well.
-
Michael Shigorin authored
These clearly aren't final but have been stabilizing for quite some time already, let's just merge.
-
Michael Shigorin authored
There's no qemu there so far, and there's no need to fiddle with setarch either. NB: part of this commit erroneously went into 1c777c8a quite some time ago, sorry about the mess.
-
Michael Shigorin authored
It's legit here as I know no Elbrus users among non-Russian-speakers, at least so far; should move to generic l10n feature (which will definitely see its glory by then).
-
Michael Shigorin authored
This is to avoid extra actions when one actually needs KOI8-R (which is still hardwired in some lcc messages). Should all be rolled into l10n feature some day...
-
Michael Shigorin authored
The early scheme consisted of boot.conf template with a separate hook filling it in; this was nice for serial console setup script which could just amend the kernel command line as needed _but_ this got changed towards the more generic scheme (breaking the hook in question, unfortunately).
-
Michael Shigorin authored
manowar@ had some experiments with usbflash-based installer, and we needed a git-server chroot as well.
-
Michael Shigorin authored
Let's provide a more competent multi-system rescue image while keeping some rescue bits common to all of the others.
-
Michael Shigorin authored
It needs (and has) no isolinux in the first place; this is also the situation with most or all non-x86 arches, the code should probably reflect that.
-
Michael Shigorin authored
There was no thunderbird built for e2k for a while, and some images might benefit from a lightweight GUI MUA; the only question is whether it belongs to workstation classification or not really.
-
Michael Shigorin authored
This reverts commit b98bf15a: we've got imsettings built for e2k as well now.
-
Michael Shigorin authored
This one supports multiple kernels (and tweaks boot labels aiming to simplify target kernel selection for the CPU at hand) instead of an earlier attempt to fill in a template. No need for the template so just drop it.
-
Michael Shigorin authored
This was crucial for e2k rescue image supporting multiple CPU versions but can be useful elsewhere.
-
Michael Shigorin authored
Wonder why it was missing for so long...
-
Michael Shigorin authored
This has been made a bit messy with commit 9f72780d, just split the "involved" and straightforward checks into two.
-
Michael Shigorin authored
It's not a blocker if enabling online repos fails; we should provide a better handling of warnings with e.g. a summary of those after build.
-
Paul Wolneykien authored
This one might probably change into core functionality but right now it should help when you get not the branding, init system, or whatever alternative you do _not_ need. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=30806
-
Anton Midyukov authored
prefdm.service can't start gdm. See-also: https://bugzilla.altlinux.org/show_bug.cgi?id=26405#c26
-
- 27 Apr, 2018 1 commit
-
-
Michael Shigorin authored
It's no more in Sisyphus: http://git.altlinux.org/tasks/archive/done/_200/205257/
-
- 23 Apr, 2018 6 commits
-
-
Michael Shigorin authored
-
Michael Shigorin authored
- antohami@'s improvements
-
Anton Midyukov authored
It was noted that Ancient Cyrillic glyphs aren't available out-of-box (and people wondered why there are no Chinsese glyphs before), so adding proper Unicode font looks worth it. Reported-by: Mikhail Novoselov <mikhailnov@dumalogiya.ru>
-
Anton Midyukov authored
This flavour is likely missing a lightweight graphical file manager with great features.
-
Anton Midyukov authored
Enlightenment does not provide its polkit agent. Added a lightweight polkit agent without dependencies on a specific DE; it won't be autostarted though.
-
Anton Midyukov authored
These two should improve rescue image usability for system provisioning.
-
- 11 Apr, 2018 2 commits
-
-
Anton Midyukov authored
The reason for all of them is simple: a modern webkit-based browser. The particular justification for each is: - lxqt: Qupzilla is officially deprecated in favour of Falkon; - kde4: Rekonq simply doesn't cut the mustard; - kde5: Firefox is fine but there's more suitable one.
-
Anton Midyukov authored
We definitely don't want to see rekonq anywhere, it's grossly incompetent as a web browser; and Qupzilla is now being developed under KDE umbrella and the new name Falkon.
-
- 04 Apr, 2018 2 commits
-
-
Michael Shigorin authored
Kernel packages we have on this architecture use uncompressed vmlinux file called image; handle that.
-
Michael Shigorin authored
These changes were actually recorded as needed for vm/e2k-builder but let's put these into a common base for the win.
-