6192 Commits

Author SHA1 Message Date
Anton Midyukov
fd34b393e9 doc: don't build man, cleanup VERSION
The first release after add VERSION file showed that I forgot to
update VERSION. Therefore, should discard this file. VERSION only
used in man file.
2024-03-04 12:36:06 +07:00
Anton Midyukov
7c6344c134 mixin.mk: add accountsservice to regular-kde5
Need for accounts management in control-center.
2024-03-02 18:14:24 +07:00
Andrew A. Vasilyev
6f23757bd5 server-v: add draft for sudoers control
After deleting of installer-feature-sudo-enable-by-default
use control sudoers.
2024-03-01 23:48:30 +07:00
Andrew A. Vasilyev
b9d04479ca server-v: remove unexistent vdo packages
No vdo and kernel-modules-kvdo-std-def packages in p10:
https://packages.altlinux.org/ru/tasks/322473/
2024-03-01 23:48:16 +07:00
Andrew A. Vasilyev
648506fedf server-v: prepare 10.2 2024-03-01 22:12:48 +07:00
Andrew A. Vasilyev
99967043a9 server-v: OpenNebula: change LXD to LXC 2024-03-01 22:12:26 +07:00
Andrew A. Vasilyev
0538a067e0 server-v: add volumes-alt-server-v 2024-03-01 22:12:06 +07:00
Anton Midyukov
6f2dca05a3 doc/params.txt: update example
grub available on more platforms than syslinux.
2024-03-01 16:28:10 +07:00
Anton Midyukov
4a5d6fece2 pack: add tarball build for DISTRO targets 2024-03-01 16:27:25 +07:00
Anton Midyukov
c68aa8b6b9 rescue+x11+extra: drop autopsy
See https://bugzilla.altlinux.org/44058
2024-02-29 21:57:02 +07:00
Anton Midyukov
9b79133dcf live-install: add installer-distro-$(INSTALLER)-stage3 to base packages only
stage3 packages need to add into the installed system only.
Fix for commit 87cb44015e949cfb670971ddce27f9b78c39b958.
2024-02-28 17:31:07 +07:00
Anton Midyukov
952280b86d mobile/base: add appstream-data-mobile
Exclusive lists with mobile applications.
2024-02-27 16:08:00 +07:00
Anton Midyukov
fc5717aea5 stage2: enable bootchain for p11, c11* branches 2024-02-26 16:49:32 +07:00
Anton Midyukov
67f2ddc77b stage2: enable bootchain for e2k 2024-02-26 16:35:38 +07:00
Anton Midyukov
07e310a1ab pkg.in/lists: mark interactivesystem as metapackage
This must be done to ensure that its dependencies are not removed
after uninstalling the interactivesystem package. Relevant only
for systems installed from packages. Not relevant for live and
rootfs, since all packages will be marked as manually installed.
2024-02-16 16:21:45 +07:00
Anton Midyukov
9aba9773eb live-install: fix use/live/repo to be compatible with 90-repo-mirror
The package must be installed Live so that when built, the script
features.in/repo/live/image-scripts.d/90-repo-mirror will change
the mirror to the specified one.
2024-02-15 01:30:27 +07:00
Anton Midyukov
9ce3b33cfe repo: run 90-repo-mirror for Live also 2024-02-14 09:44:29 +07:00
Anton Midyukov
e7f047edf4 replace image-scripts.d/30-all-groups from build-distro to common rootfs
This is needed for all rootfs.
2024-02-14 09:44:29 +07:00
Anton Midyukov
5ab102378f install2: create postinstall.d/86-all-groups if not exist only
postinstall.d/86-all-groups the script will be packaged into the
installer-common-stage2.
2024-02-14 09:44:29 +07:00
Anton Midyukov
6423c67bcc control: create list of control to set in Live with installer
Some control that need to be set may appear after additional
installation of basic packages.
2024-02-14 09:44:29 +07:00
Anton Midyukov
87cb44015e live-install: fix list of base packages for installed system
After the ability to use live to install a distribution from
packages was added, it turned out that no one installs these
packages.
2024-02-14 09:44:29 +07:00
Anton Midyukov
7145dce10b xdg-user-dirs: add missing use/services for enable systemd service 2024-02-13 23:42:44 +07:00
Anton Midyukov
c86707885b live-install: add base packages for install and live
These base packages are not installed by anyone else.
As a result, users have an empty home directory.
And think it is necessary to unify the basic content of
Live and the installed system.
2024-02-13 23:33:18 +07:00
Dmitriy Terekhin
740cca657f alt-server: Add mc-desktop to centaurus/mate
See: https://bugzilla.altlinux.org/47541
rm#123705
2024-02-13 00:16:13 +07:00
Dmitriy Terekhin
5a3b85276b alt-server: Add APT methods to base system
After minimal installation it is possible
to add packages using these methods

rm#122813
2024-02-13 00:16:02 +07:00
Dmitriy Terekhin
262bc69fd8 alt-server: Avoid the build breakage
Workaround for the following alt-server aarch64 image build error:
The following packages have unmet dependencies:
  openssh-server: PreDepends: openssh-server-control (= 7.9p1-alt4.p10.4:p10+338315.100.1.1)
                  Depends: openssh-server-control (= 7.9p1-alt4.p10.4:p10+338315.100.1.1)
2024-02-13 00:15:51 +07:00
Dmitriy Terekhin
7968ad34af alt-server: EOL php8.0, change to php8.2
See: https://bugzilla.altlinux.org/49077
https://bugzilla.altlinux.org/49078
rm#122569
2024-02-13 00:15:39 +07:00
Dmitriy Terekhin
2bd81d5c48 alt-server: Add sudo to the base system
It is pulled depending on zabbix-agent-sudo,
and then after removing this package
'apt-get autoremove' removes sudo.

Suggested-by: Anton Midyukov <antohami@altlinux.org>
2024-02-13 00:15:29 +07:00
Dmitriy Terekhin
d7fd3e3859 alt-server: Fix mention of "lang" parameter twice
In addition to commit f7dbfe99d2916e
rm#122571
2024-02-13 00:15:19 +07:00
Dmitriy Terekhin
70ba3a70a8 alt-server: Add samba-client to centaurus/samba
smbpasswd is used when setting up a Samba server
rm#122150
2024-02-13 00:15:07 +07:00
Dmitriy Terekhin
ff7c98f877 alt-server: Add fdisk
rm#122491
2024-02-13 00:14:56 +07:00
Dmitriy Terekhin
cdd664b8a3 alt-server: Remove VLC
Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
2024-02-13 00:14:42 +07:00
Dmitriy Terekhin
0393d6e36a alt-server: Add GUI for "Administration tools"
Made at the request of Anton Abramov <abramovav@basealt.ru>
2024-02-13 00:14:32 +07:00
Dmitriy Terekhin
4c303ddc30 alt-server: Remove admc from "Samba-DC Server"
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>
2024-02-13 00:14:00 +07:00
Dmitriy Terekhin
9391461ff7 alt-server: Make Mate like Windows
Requested by black@
2024-02-13 00:13:51 +07:00
Dmitriy Terekhin
5c0286fb0c alt-server: Additional controls are always needed
Additional control facilities from the local-policy
package have been moved to the base system

Made at the request of Anton Abramov <abramovav@basealt.ru>
2024-02-13 00:13:40 +07:00
Dmitriy Terekhin
3fcefcfd94 alt-server: Change "Samba-DC Server" profile
Remove packages from "Samba-DC Server" group and use
"Administration tools" and "Group policy templates" groups,
which contain a similar set of packages.
2024-02-13 00:13:29 +07:00
Dmitriy Terekhin
a6965c4f05 alt-server: Customize installation of group policies
Remove "Group policy managing tool" group
Add group "Group policies", which includes groups
"Administration tools", "Client", "Group policy templates"

Made at the request of Anton Abramov <abramovav@basealt.ru>
2024-02-13 00:13:18 +07:00
Dmitriy Terekhin
5fe44903eb alt-server: Change "Samba-DC Server" profile
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>
2024-02-13 00:13:07 +07:00
Dmitriy Terekhin
3df7130b28 alt-server: Change default "Office Server" profile
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>
2024-02-13 00:12:57 +07:00
Dmitriy Terekhin
8b13c440d1 alt-server: Add xinput
Diagnosing and working around some problems
See: https://bugzilla.altlinux.org/48645
2024-02-13 00:12:47 +07:00
Dmitriy Terekhin
34e18698fc alt-server: Use un-def kernel by default
Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
2024-02-13 00:12:36 +07:00
Dmitriy Terekhin
f3285155c9 alt-server: Remove virtualbox-addition-un-def
Suggested-by: Anton Midyukov <antohami@altlinux.org>
2024-02-13 00:12:24 +07:00
Dmitriy Terekhin
ff21bbf55f alt-server: Add un-def kernel
The un-def kernel should be added to the image
at Evgeny Sinelnikov's <sin@altlinux.org> request.
Together with the un-def kernel, its modules, documentation,
and the installer-feature-cleanup-kernel-stage3 package
were added to keep only one kernel selected by the user
during installation in the installed system.
2024-02-13 00:12:09 +07:00
Anton Midyukov
a16e63ed94 services: create lists of services to disable/enable in Live with installer
Some services that need to be enabled or disabled may appear after additional
installation of basic packages.
2024-02-11 22:12:08 +07:00
Anton Midyukov
1746487012 regular.mk, regular-vm.mk: use/services/bluetooth-enable 2024-02-11 19:02:11 +07:00
Anton Midyukov
fabdeb7934 mobile.mk: use/service/bluetooth-enable 2024-02-11 18:59:02 +07:00
Anton Midyukov
cdc1914ec3 services: add targets for enable/disable bluetooth 2024-02-11 18:58:36 +07:00
Anton Midyukov
b15d81eabb mobile/base: add mobile-broadband-provider-info
See also: https://bugzilla.altlinux.org/49351
2024-02-11 00:08:53 +07:00
Anton Midyukov
303f6a6800 VERSION: 1.6.0 2024-02-09 22:52:07 +07:00