IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
The "Administration tools" group contains software
that has a graphical interface.
The "Samba-DC Server" profile does not include a GUI,
this software will not work.
Made at the request of Anton Abramov <abramovav@basealt.ru>
Remove packages from "Samba-DC Server" group and use
"Administration tools" and "Group policy templates" groups,
which contain a similar set of packages.
Add "DNS server" group
Remove "DHCP server", "Mail Server", "Network installation server",
"FreeNX Server", "Sogo groupware server", "Xorg" groups
Change NetworkManager to Systemd-networkd
Made at the request of Anton Abramov <abramovav@basealt.ru>
Add "Samba Server" group
Remove "FTP server", "Mail Server", "Office packages",
"MATE DE", "Xorg" groups
Change NetworkManager to Systemd-networkd
Made at the request of Anton Abramov <abramovav@basealt.ru>
lists/centaurus/samba has been changed to use Samba as a file server.
Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
This patch was co-authored by Anton Abramov
centaurus/samba is not registered in MAIN_GROUPS, and in fact
is not included in the "Office Server" profile.
This should be defined explicitly so that centaurus/samba
can be modified and used differently.
check conditions of make for equality of variables with an empty value
instead of check definition.
A defined but empty variable under all these conditions results errors.
Mediawiki and Nextcloud take a long time to set up
on the 1st boot of the system.
They are removed by default.
The user who wants to install them
will be warned about the long 1st boot.
This should solve the problem of profile mismatch. In fact, the
minimum profile is selected and a different one is displayed.
There is a problem when one of the profiles is at a different level
of the hierarchy.
These have been:
- taken from x86_64 server iso (in substituted form);
- checked against m-p-d where needed;
- renamed from centaurus-* to centaurus/*;
- updated with s/samba-server/samba/;
- archdep bits adjusted for m-p-d/m-p syntax difference;
- amended with some tester feedback based additions included;
- pruned regarding p9/branch packages availability.
Duplicating the architecture tag handling logic was afwul
indeed; one-liner (well, two lines for readability) is not
that bad at least, factoring it out wouldn't gain a lot.
Fixes: 757354732858e7da20aa9cdaabd4b20f7656e029
See commit 2d257a425b9e9f49483559857c4e894d1743aa72
for details, this just brings those to pkg.in/profiles/
(along with the generic archdep support, of course).
This is to support Centaurus-like images featuring
more than a single installation profile (e.g.,
"workstation/server/minimal").
Quite a few more modifications are needed to do it
right though as m-p has fallen prey to exactly the
"single root composition" assumption with its current
THE_* variables semantics and processing.