1608 Commits

Author SHA1 Message Date
Dmitriy Terekhin
4899d6e0fd alt-server.mk: Add btrfs-progs in install
To create a BtrFS partition in the installer
2022-11-16 22:55:06 +07:00
Michael Shigorin
a54bd84571 mixin-alt-server.mk: drop the "System" checkbox
...for good; it was deeply unneeded in the first place,
and a two-checkbox combo that would fall apart on non-
{X86,aarch64} resulting in an empty toplevel "System"
one sitting on the top of the installer's list is
a shame to be honest.

Let's put lsb-core into the base install as reasonably
proposed by antohami@ in the related bug as its deps
are pretty reasonable to me too.

See-also: http://bugzilla.altlinux.org/show_bug.cgi?id=42268#c4
See-also: http://lists.altlinux.org/pipermail/devel-distro/2022-October/002895.html
2022-11-16 22:52:55 +07:00
Mikhail Gordeev
7412435aef basealt.mk: Use NetworkManager in alt-workstation-cloud
- Use vm/systemd instead of vm/cloud-systemd
  because of vm/cloud-systemd uses systemd-networkd

- Add needed packages and modules to work in clouds
2022-11-16 22:33:59 +07:00
Mikhail Gordeev
85706f9a39 vm.mk: Add cloud-init-config-netplan package to vm/cloud-systemd 2022-11-16 22:33:46 +07:00
Anton Midyukov
520a33f746 mixin.mk, regular.mk: replace gdm2.20 with wdm in gnustep-sysv
Like in regular-wmaker.
request by mike@
2022-10-10 17:10:36 +07:00
Andrew A. Vasilyev
2a1a535a03 server-v: use/firmware/server instead of use/firmware 2022-10-10 16:48:11 +07:00
Anton Midyukov
3b32d16e94 Revert "mixin.mk: add polkit-rule-udisks2-mount to desktop regulars"
This reverts commit 10068cad166ee5e6f911dbe6f6b2893bdca151e1.
See also: https://forum.altlinux.org/index.php?topic=46263.msg374628#msg374628
2022-10-10 16:48:11 +07:00
Andrey Cherepanov
9ade8a2b17 education-live: add rescue and memtest both for live and install disk 2022-10-10 16:48:11 +07:00
Andrey Cherepanov
3510922540 education: set version 10.1 2022-10-10 16:48:11 +07:00
Dmitriy Terekhin
f96f4e0400 alt-server: Add support for weak video cards
You can turn off compositing and graphic effects for mate
Added at the request of Anton Midyukov <antohami@altlinux.org>
2022-10-04 22:30:52 +07:00
Dmitriy Terekhin
548b06fec9 alt-server: Remove mediawiki
MediaWiki is not php8 compatible and requires outdated php7
2022-10-04 22:30:52 +07:00
Dmitriy Terekhin
47a4e6242f Revert "mixin-alt-server.mk: keep smb.conf default"
This reverts commit 1e7c6ed47f05ff932ceb5600449dc3847164d1ef.

Due to the removal of installer-feature-network-shares-stage3
the following setting is missing:
control rpcbind server
as a result of this, installation via NFS does not work.
2022-10-04 22:30:52 +07:00
Dmitriy Terekhin
0f9b32f132 alt-server: Make the installation of VirtualBox optional
During installation, you can configure the system
as a VirtualBox host or as a guest for use with VirtualBox.

Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
2022-10-04 22:30:52 +07:00
Dmitriy Terekhin
5ddc0bcc7c alt-server: Аdd scanning tools to the GUI 2022-10-04 22:30:52 +07:00
Dmitriy Terekhin
73a742900e mixin-alt-server.mk: Add centaurus/token to MAIN_GROUPS 2022-10-04 22:30:52 +07:00
Dmitriy Terekhin
9bff0f8da6 mixin-alt-server.mk: Remove the zfs module
The zfs module was removed from the distribution image
at the request of Denis Medvedev <nbr@altlinux.org>.
2022-10-04 22:30:52 +07:00
Anton Midyukov
6440d0e35d regular.mk: add regular-gnome3-install 2022-10-04 22:30:52 +07:00
Anton Midyukov
ef2652a569 education.mk: add task-edu-lite for vm/alt-education with priority extra 2022-10-04 22:30:52 +07:00
Anton Midyukov
db26772e5f regular.mk, regular-vm.mk: use alt repo
Yandex mirror is unstable.
2022-10-04 22:30:52 +07:00
Mikhail Efremov
06683ade28 workstation: Don't use +power tag
It pulls acpid, which shouldn't be used with systemd.
See ALT bug #43466.
2022-09-23 13:19:03 +07:00
Mikhail Efremov
f698214ea4 workstation: Add mediaplayer list for all arches
It was added for e2k only.
This fixes commit f485b3d2973890e01cc35a6633b1167aca2494d4.
2022-09-23 13:18:40 +07:00
Michael Shigorin
2968101c53 live.mk: initial distro/live-blender
It's been started as an answer to this question:
http://www.opennet.ru/opennews/art.shtml?num=57760#91

I *think* that distro/.live-kiosk is where use/live/runapp
should be, not the downstream distro/.live-games, since
the whole mini-feature is really about kiosks.

OTOH blender is somewhat akin to games in terms of being
a purely multimedia app with 3D acceleration required
for proper interactive mode, and that's what .live-games
strives to provide.

Edited: https://lists.altlinux.org/pipermail/devel-distro/2022-September/002888.html
2022-09-13 00:55:42 +07:00
Anton Midyukov
1a7fdc62da regular.mk: add to jeos 'xdriver=vesa' for Legacy, 'xdriver=fbdev' for EFI
nomodeset was pointless to add, since drm kernel modules were missing.
But need to add the correct xdriver. For UEFI it's fbdev, for Legacy BIOS
it's vesa.
2022-09-06 18:45:27 +07:00
Anton Midyukov
9e5b86d83c mixin.mk: add xkill to xfce-base
xkill assigned to hotkey.
request-by: https://forum.altlinux.org/index.php?topic=46263.msg372403#msg372403
2022-09-02 23:26:48 +07:00
Anton Midyukov
69c93d2a7f regular.mk: remove drm from jeos, enable nomodeset for jeos
drm is useless without firmware-linux.
2022-09-02 23:26:48 +07:00
Anton Midyukov
a01eaf47e4 realtime.mk: add kernel-headers and devel packages for linuxcnc
Is required for halcompile to work.
2022-09-02 23:26:48 +07:00
Anton Midyukov
8650035421 regular-vm.mk: kernel un-def for armh 2022-08-04 13:22:12 +07:00
Anton Midyukov
f078b35131 regular-vm.mk: add base+regular list in jeos 2022-08-04 12:57:20 +07:00
2b0f4d2af3 - kwrk: temporary remove webterminal profile 2022-07-29 14:22:50 +07:00
c1ba72090e - kwrk: enable systemd-oomd 2022-07-29 14:22:26 +07:00
Anton Midyukov
63ce5de015 regular-vm.mk: set KFLAVOUR mp for armh
configs of kernels 'std-def/un-def' require optimization to support
armh SBC. And the 'mp' kernel is already optimized.
2022-07-28 16:10:02 +07:00
Anton Midyukov
d6c30f950d mixin-alt-server.mk: Add all kernel modules through MAIN_KMODULES instead list
Now don't have to worry about listing the supported architecture.
2022-07-25 18:13:23 +07:00
Andrew A. Vasilyev
277853725b server-v: enable multipathd by default 2022-07-25 18:13:23 +07:00
3a3c26f3f8 - kwrk: using packages profiles 2022-07-25 18:13:23 +07:00
09e8b27e61 - kwrk: add systemd-oomd-defaults 2022-07-25 18:13:23 +07:00
Anton Midyukov
1342c73ce3 live.mk: replace pinta with easypaint for live-privacy
pinta need mono-core which mono-cert-sync.filetrigger failed.
2022-07-25 18:13:23 +07:00
Anton Midyukov
598d4764f5 regular.mk, server, server.mk: mark openvz available for x86_64 only 2022-07-25 18:13:23 +07:00
Anton Midyukov
142e43d81d live.mk: update live-privacy.iso 2022-07-25 18:13:23 +07:00
Mikhail Efremov
bd44914dcd workstation: Use grubpcboot on i586 and x86_64
Use grub in legacy mode too.
2022-07-25 18:13:22 +07:00
Dmitriy Terekhin
7d5772eb37 alt-server.mk: multipath is enabled by default 2022-07-15 23:56:34 +07:00
Dmitriy Terekhin
bff75969c4 Revert "alt-server: install kernels std-def and un-def"
This reverts commit 5d03f0037c3cecfe09fc8157b3f76749b1006e57.

The un-def kernel should be removed
at Evgeny Sinelnikov's <sin@altlinux.org> request
2022-07-15 23:56:25 +07:00
Dmitriy Terekhin
a986aa02a8 Revert "alt-server: remove unused kernels"
This reverts commit ee9778ee8837abc3c5d8cfba29f9d9b3ca9edf66.

The un-def kernel should be removed
at Evgeny Sinelnikov's <sin@altlinux.org> request
Only one kernel will remain, there is no need to remove the rest
2022-07-15 23:56:16 +07:00
Dmitriy Terekhin
df6a0829a5 alt-server: remove un-def kernel modules
The un-def kernel should be removed
at Evgeny Sinelnikov's <sin@altlinux.org> request
2022-07-15 23:54:31 +07:00
Dmitriy Terekhin
44442554a2 Revert "alt-server: add password to encrypted rootfs"
This reverts commit 97826c7c34ed3e7131996ae8eca3c5ac23b325f5.

In the make-initrd-2.27.1-alt1 version, it was possible to take
the name of the encrypted partition from /etc/crypttab.
As a result, it is no longer necessary to manually enter a password
for systemd-cryptsetup.

On the other hand, using the installer-feature-password-systemd-cryptsetup-stage3
package in the installer has the disadvantage that the user is required to re-enter
the encrypted partition password during the postinstall step.
Dropping installer-feature-password-systemd-cryptsetup-stage3 would fix this
at the cost of having to enter the password in the initrd.

See also:
https://bugzilla.altlinux.org/42987
https://bugzilla.altlinux.org/43056
https://bugzilla.altlinux.org/43080
2022-07-15 23:54:21 +07:00
Dmitriy Terekhin
051d04d65b mixin-alt-server.mk: enable formatting to NTFS
The ntfs-3g package contains the mkfs.ntfs file
needed to format an NTFS partition.
See also https://bugzilla.altlinux.org/42347
2022-07-15 23:54:12 +07:00
Anton Midyukov
f02abfffb7 Drop aarch64-tegra feature
Not supported since p10 branch.
2022-07-14 19:32:19 +07:00
Anton Midyukov
ea5270e795 regular-vm.mk: *-rpi targets available for aarch64 only 2022-07-14 18:40:43 +07:00
844b272915 - kwrk: add printing and scanning support to live-rescue 2022-07-14 18:04:02 +07:00
79cc75c35a - kwrk: return emoji fonts 2022-07-14 18:04:02 +07:00
3e09f666a0 - kwrk: fix live.iso disc info 2022-07-14 18:04:02 +07:00