Commit Graph

5841 Commits

Author SHA1 Message Date
991a911413 - kwrk: add noto fonts 2023-04-11 09:37:59 +07:00
18ea75c0ea - kwrk: remove oxygen fonts 2023-04-11 09:37:52 +07:00
1595332d10 - kwrk: add kde5-krecorder 2023-04-11 09:37:46 +07:00
12baeafd0d - kwrk: update add-no4k-screen.directory Name 2023-04-11 09:37:38 +07:00
99d5c78d2c - kwrk: add oxygen fonts 2023-04-11 09:37:31 +07:00
16b26b49ef - kwrk: install alterator-roles-common by default 2023-04-11 09:37:01 +07:00
8476ef8008 - kwrk: install libnvcuvid with libcuda 2023-04-11 09:36:54 +07:00
58662ead6c - kwrk: add samba-usershares 2023-04-11 09:36:47 +07:00
a160b7dd57 - kwrk: enable libnss-role by default 2023-04-11 09:36:39 +07:00
d0f0e0968f - kwrk: add systemd-ssh-agent 2023-04-11 09:36:31 +07:00
97b3313dda - kwrk: add alsa-plugins-pulse 2023-04-11 09:36:22 +07:00
1fd24328e8 - kwrk: add openuds-actor to disk 2023-04-11 09:36:14 +07:00
0ad43ef578 - add x2go server and x2go broker to disk 2023-04-11 09:36:06 +07:00
fe5dd4b1ff - kwrk: don't install flatpak by default 2023-04-11 09:35:58 +07:00
76a6187916 - kwrk: cleanup tablet packages 2023-04-11 09:35:50 +07:00
5ec74d9584 - kwrk: add vulkan-validation-layers 2023-04-11 09:35:43 +07:00
303766d6f0 - kwrk: make flatpak and snap optional 2023-04-11 09:35:35 +07:00
8cd0914b67 - kwrk: update no-4K description 2023-04-11 09:35:27 +07:00
44d329531a - kwrk: install libnvoptix with libcuda 2023-04-11 09:35:20 +07:00
3c4506720d - kwrk: add x2goclient and openuds-client to disk 2023-04-11 09:35:01 +07:00
adb8569f85 - kwrk: remove ocl-nvidia from minimal install 2023-04-11 09:34:32 +07:00
08d2ed1476 - kwrk: add option to install xorg-96dpi package 2023-04-11 09:34:17 +07:00
b692b2221c - kwrk: remove conflict webterminal with games 2023-04-11 09:32:43 +07:00
Anton Midyukov
71c4debac5 stage2: fix use/stage2/kms/nvidia
All drm modules are added to the first and second stages, except
for nouveau and nvidia. Nouveau is added to stage2. nvidia needs
to be added to live and the base system separately. This is an
auxiliary target.

See also https://bugzilla.altlinux.org/31971
2023-04-10 23:06:04 +07:00
Anton Midyukov
2371794100 base+rescue: add open-iscsi
See https://bugzilla.altlinux.org/45792
2023-04-09 21:15:09 +07:00
Anton Midyukov
791bd8abb6 grub,syslinux: clean lowmem for menu item Install
The installer works more reliable when loaded to RAM.
2023-04-04 23:33:33 +07:00
Anton Midyukov
dbaa2f946c install2: cleanup udev/rules.d/64-md-raid-assembly.rules
evms fails to stop a RAID if a RAID is removed and a new one
is created in its place. The problem appeared after we added
mdadm to altinst.
Reported by mcpain@
NOTE: The problem is not observed in live. Either something is
removed from altinst, or something is not installed.
2023-03-29 18:00:17 +07:00
Anton Midyukov
2451a17cae live-install: set xterm as alternative to xvt
x11vnc doesn't work when xvt calls a terminal other than xterm.
This is a regression in xinit. Does not work any more:

  xinit <command>

Only:

  xinit -e <command>

But they are not going to fix it.
See also: https://bugzilla.altlinux.org/45574
2023-03-27 16:13:01 +07:00
Anton Midyukov
2f0cf575ec alternatives: initial feature
This feature allows you to set alternatives [1].
For example, like this:

   @$(call add,ALTERNATIVES,/usr/bin/xvt:/usr/bin/xterm)

Also, in the config itself, targets for setting alternatives may already
be predefined. For example, use/alternatives/xvt/% allows you to specify
arbitrary alternatives for xvt:
use/alternatives/xvt/xterm, use/alternatives/xvt/mate-terminal, etc.
However, an alternative must be available.

1. https://www.altlinux.org/Alternatives
2023-03-27 16:00:26 +07:00
Anton Midyukov
388c0fbbf5 phone.mk: initial config with pinephone support 2023-03-26 23:10:06 +07:00
Anton Midyukov
21248fbb1c tty: Allow any tty* variants, allow override TTYDEV, TTYRATE 2023-03-26 23:04:36 +07:00
Anton Midyukov
7d4a10fcab deflogin: fix typo in README 2023-03-26 15:46:21 +07:00
Anton Midyukov
5a2059a174 deflogin: add variable DEFAULT_SESSION (for AccountsService) 2023-03-26 15:44:50 +07:00
Anton Midyukov
659bee9147 l10n: set LANG to /etc/sysconfig/i18n, /etc/locale.conf 2023-03-24 22:20:13 +07:00
Anton Midyukov
70284be067 x11-autologin: rename script 40-x11-autologin -> 60-x11-autologin
After 50-users script from deflogin
2023-03-24 19:21:38 +07:00
Anton Midyukov
647b4f0c67 xfce-sysv: add firmware-alsa-sof
Request by Speccyfighter
2023-03-23 01:19:01 +07:00
Anton Midyukov
01b47fb59f e2k: add live-install feature support 2023-03-22 01:55:10 +07:00
Anton Midyukov
242f35a539 e2k: fix scripts 20-e2k-boot
Fixed a bug with moving the core in a cycle. This only needs to be
done once.
2023-03-22 00:40:51 +07:00
Anton Midyukov
363ba22a2e Include README of features to documentation; fix syntax & links in them 2023-03-18 21:57:39 +07:00
Anton Midyukov
ec1f94809e features.in: drop armh-skit
These SBC is not available for me.
2023-03-18 16:15:48 +07:00
Anton Midyukov
9fad9adfac install2: add mdadm to altinst
Request by mcpain@. Needed mdmon for Intel VROC support.
2023-03-17 20:44:52 +07:00
Anton Midyukov
959508495a mediacheck: check available implantisomd5 command 2023-03-17 19:31:17 +07:00
Dmitriy Terekhin
8ff7990786 mixin-alt-server.mk: If systemd-networkd is installed, enable it
Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
This patch was co-authored by Anton Midyukov.
2023-03-13 21:44:53 +07:00
Dmitriy Terekhin
2121c112d0 alt-server: Add btrfs-progs in base-server
Needed to install a minimal system
on the root partition with btrfs
2023-03-13 21:43:23 +07:00
Anton Midyukov
45371fb58e stage2,initrd-*: fix adding udev rules for named network interfaces
If udev-rule-generator-net is installed on the system, add the interface
naming rules from this package to the initrd. If not, add the standard
udev rules.
2023-03-10 19:31:26 +07:00
Anton Midyukov
ad6c7671ac initrd-{bootchain,propagator}: save initrd.mk, make-initrd to .disk/ 2023-03-10 18:32:14 +07:00
Anton Midyukov
d9c96ec960 mixin.mk, xfce-sysv: use +net-eth instead udev-rule-generator-net in list 2023-03-10 15:04:51 +07:00
Anton Midyukov
a312dcfffc initrd-propagator: add interface naming udev rules
The naming conventions for network interfaces on stage1 and stage2 must match.
See also commit: 1190de27ad
2023-03-10 15:01:56 +07:00
Anton Midyukov
b16edfba97 xfce-sysv: add udev-rule-generator-net
Request by Speccyfighter with forum.altlinux.org
2023-03-05 16:27:27 +07:00
Anton Midyukov
76e145cb2f stage2: add option '--no-hardliks' to mksquashfs
When unpacking squash into multiple partitions using unsquashfs,
hardlinks are not converted to files and an unpacking error occurs.
See also: https://bugzilla.altlinux.org/45329
2023-03-01 13:52:27 +07:00