69128a27ea
use/install2: Removed installer-common-stage3
...
- Needed for virtualization distros
2024-12-24 19:16:45 +03:00
48715856da
virtualization.mk: virtualization-one distro
...
- Own installer package (basically same as server-v's)
- Installation profiles (OpenNebula Node choice and storage)
2024-12-24 19:16:38 +03:00
376d526852
virtualization.mk: virtualization-pve distro
...
- New installer module for PVE (net-ifupdown2)
- Cleaned out Alterator and needless Net targets usage
2024-12-24 19:08:39 +03:00
fb8e2a10ab
virtualization.mk: Initial target
...
ALT Server-V rebranding and split to:
* ALT Virtualization PVE
* ALT Virtualization ONE
* ALT Virtualization ...
TODO: cleanup server-v target.
2024-11-18 16:17:14 +03:00
c9fcf1e3b4
use/ntp/timesyncd: initial target
...
systemd-timesyncd is a good choice to work with systemd-networkd.
2024-11-18 16:17:14 +03:00
Anton Midyukov
d0967eb082
desktop+regular: add wayland-utils
...
Since lib already comes to all desktops, adding this utility does
not add weight to images. There will be more and more desktops on
wayland, so it will be useful.
2024-10-31 10:31:16 +03:00
Anton Midyukov
4a8738ac37
desktop+regular: add vulkan-tools clinfo
2024-10-31 10:31:16 +03:00
Anton Midyukov
d311976f9d
engineering.mk: leave only regular-enginnering-live
...
No other build targets are planned.
2024-10-31 10:31:16 +03:00
Anton Midyukov
8e381c594b
browser: falkon is avalable on x86_64 and aarch64 only
2024-10-31 10:31:16 +03:00
Anton Midyukov
50a2ccb967
mixin.mk: remove unexisted kde5-falkon from regular-kde
...
kde5-falkon is not available (since falkon >= 24.08.2-alt1)
2024-10-31 10:31:16 +03:00
Anton Midyukov
ac1ff77928
init: do'nt add startup when systemd on BRANCH=p11 also
...
The necessary packages are in p11.
2024-10-31 10:31:16 +03:00
Anton Midyukov
60043d0104
base+rescue: remove scalpel
...
The package has problems on non-x86 architectures.
Also seems redundant for basic rescue utilities kit.
Link: https://bugzilla.altlinux.org/44161
2024-10-31 10:31:04 +03:00
Anton Midyukov
48b8ca09b7
live.mk: add +vmguest to grub-net-install
...
Needed for network support in qemu.
2024-10-31 10:08:37 +03:00
Anton Midyukov
c0c9891376
test.mk: do not set KFLAVOURS
...
kernel-image-std-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
862cbe9392
server.mk, server: drop server-ovz
...
It seems that this profile is no longer needed by anyone.
2024-10-31 10:08:37 +03:00
Anton Midyukov
5a48265690
mixin-basealt.mk: do not set KFLAVOURS for sisyphus
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
2994ac3a8f
mixin-alt-server.mk: do not set KFLAVOURS for sisyphus
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
da1f96b79e
education.mk: do not set KFLAVOURS for sisyphus
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
d75f451815
slinux: do not set KFLAVOURS for sisyphus
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
ee0c284d8a
kworkstation.mk: do not set KFLAVOURS for sisyphus
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
4dd3e050e8
Do not add non-existent kernel-modules-kvm
2024-10-31 10:08:37 +03:00
Anton Midyukov
bc0a1083e1
server: do not set KFLAVOURS for sisyphus (use/server/virt)
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
b9e35ecb78
live.mk: do not set KFLAVOURS
...
kernel-image-un-def will be removed from Sisyphus soon.
2024-10-31 10:08:37 +03:00
Anton Midyukov
744fe29689
mobile.mk: rename vm/alt-mobile-phosh-un-def -> vm/alt-mobile-phosh-def
...
We are switching to using the default kernel (latest LTS) in Sisyphus.
Therefore, we change to the appropriate name.
2024-10-31 10:08:37 +03:00
Anton Midyukov
a01161953d
mobile.mk: drop vm/alt-mobile-phosh-un-def-ad target
...
Now unnecessary target. Building with AD support is carried out by
default for branches.
2024-10-31 10:08:37 +03:00
Anton Midyukov
080b01cd72
mixin.mk, regular.mk: do not set KFLAVOURS by default for sisyphus
2024-10-31 10:08:37 +03:00
Anton Midyukov
da988cd94f
kernel: set default KFLAVOURS=6.6 for sisyphus
...
In Sisyphus, by default we switch to a kernel with flavor equal to
the major version of the kernel.
Switching the latest flavour every two months is problematic, so
we will temporarily disable this functionality.
Link: https://lore.altlinux.org/sisyphus/0ee447d2-93d0-4644-bfd6-94bba43a1c9e@ya.ru/T/#t
2024-10-31 10:08:37 +03:00
Anton Midyukov
ac1500ca6f
a11y: add dconf-a11y
...
Enable screen reading in dconf.
In the future, some more options will be enabled.
2024-10-31 10:08:37 +03:00
Anton Midyukov
e88662efd5
a11y.mk: initial vm/mate-a11y target
...
Suggested by Artem Semenov savoptik@
2024-10-31 10:08:37 +03:00
Artem Semenov
0d38b3fe25
a11y: initial accessibility package list
2024-10-31 10:08:37 +03:00
8aac727240
- kwrk: add commented kde5-akonadi-database-mysql
2024-10-17 22:21:02 +03:00
e3f1e008ba
- kwrk: cleanup
2024-10-17 22:11:14 +03:00
c709f7e89c
- kwrk: more against autoremove
2024-10-17 22:11:05 +03:00
dbe491be57
- kwrk: update domain groups descriptions
2024-10-17 22:10:54 +03:00
a96c08fc90
- kwrk: drop acpid
2024-10-17 22:10:42 +03:00
f78f9c8a1a
- kwrk: add createrepo_c to disk
2024-10-17 22:10:33 +03:00
105dd16df0
- kwrk: add systemd-settings-ignore-handle-lid-switch
2024-10-17 22:10:24 +03:00
2efe186695
- kwrk: pavucontrol --> pwvucontrol
2024-10-17 22:10:15 +03:00
b8bdf60f50
- drop xorg-drv-synaptics
2024-10-17 22:10:07 +03:00
25a3aecd6f
- kwrk: remove xorg-drv-synaptics
2024-10-17 22:09:57 +03:00
Andrey Cherepanov
6c062158b8
kworkstation/clients-ad: add task-auth-ad-winbind to login by winbind
2024-10-17 22:09:46 +03:00
113e44cdcc
- drop kernel-modules-rtl8821ce because altbug#51398
2024-10-17 22:09:19 +03:00
aa3345226c
rescue+extra: cleanup dsniff (removed from p10+)
2024-10-17 22:08:19 +03:00
Dmitriy Terekhin
f427fc656f
alt-server: Add usbguard, kiosk
...
Requested by black@
rm#150460
2024-10-17 21:55:08 +03:00
Dmitriy Terekhin
8149c240ff
alt-server: Add alsa-set-initial-options to graphics
...
For built-in sound 77HT-241030.
And it won't hurt on other systems.
2024-10-17 21:54:56 +03:00
Dmitriy Terekhin
0f47b8c57c
alt-server: Alterator-D-Bus is not needed yet
2024-10-17 21:54:44 +03:00
Dmitriy Terekhin
1caea0aa71
alt-server: Use Sisyphus for loongarch64
...
There are currently no other branches.
2024-10-17 21:54:22 +03:00
Dmitriy Terekhin
99ce509e39
alt-server: Use centaurus-40-docker only on x86_64, ppc64le, aarch64.
...
The docker group is only available on the specified architectures.
The profile in which this group is used must be enabled only on
the same architectures.
Otherwise, there will be an error - empty profile.
2024-10-17 21:54:11 +03:00
Dmitriy Terekhin
435e84ad3a
alt-server: Remove installer-feature-desktop-other-fs
...
It doesn't work and apparently isn't needed.
See: https://bugzilla.altlinux.org/51528
Suggested-by: Anton Midyukov <antohami@altlinux.org>
2024-10-17 21:53:57 +03:00
Dmitriy Terekhin
6ece7191c3
alt-server: Separate CLI/GUI packages of Alterator-D-Bus
2024-10-17 21:53:45 +03:00