6299 Commits

Author SHA1 Message Date
Michael Shigorin
cebb79d265 e2k: initial v6 multiseat support
201-PC has been developed using .404 motherboards
(IIRC using the two middle PCIe slots for GPUs);
1601-PC one has been done with .466 motherboard
by sciberia.io guys who have outrun me at that!
2024-03-25 22:40:03 +07:00
Michael Shigorin
6acc6b2910 groups/x-e2k: cosmetic fixup 2024-03-25 22:40:03 +07:00
Michael Shigorin
c4c3a24ff6 groups/x-e2k: initial v6 multiseat support 2024-03-25 22:40:03 +07:00
Michael Shigorin
f3ec121f29 lists/x-e2k: initial v6 multiseat support
The packages might need more tweaks and PCIe slot
specifics in documentation but the configurations
were taken from real systems.
2024-03-25 22:40:03 +07:00
Michael Shigorin
61d19fda78 basealt.mk: update e2k iso .disk/info records 2024-03-25 22:40:03 +07:00
Michael Shigorin
5d2713ab97 alt-server.mk: add e2kv6 metadata
It's an artificial name albeit my workstation (nee build server)
is dubbed e1601 at work, but it's still beta than nothin'.
2024-03-25 22:40:03 +07:00
Michael Shigorin
084794bc30 e2k: configure default REPO
It's actually set within the corresponding apt-conf
but referring to that here is better than tossing
REPO=http/pvt all over the make runs.
2024-03-25 22:40:03 +07:00
Michael Shigorin
9e3112996b basealt.mk: add special power handling for e2k
There are two reasons to use/power on Elbrus:

1) current kernels generate "button" event for ACPI
   power button press instead of "button/power";
   systemd doesn't grok that, and acpid needs special
   configuration to (which needs to be fixed properly
   in said kernels but just not done yet -- mcst#6148);

2) installer-feature-e2k-power is useful on e2kv6
   as it configures e2k-pcs-cpufreq to autoload.

See-also: http://www.gnu.org/software/make/manual/make.html#Double_002dColon

PS: e2k-pcs-cpufreq uses to be builtin, *argh*
2024-03-25 22:40:03 +07:00
Michael Shigorin
c42f4f9594 education.mk: alt-education += power on e2k
ACPI power button event differs for some reason
(plain "button" instead of "button/power"), and
both acpid and systemd need special training to
cope with that (mcst#6148); let's at least make
it work in a release.
2024-03-25 22:40:03 +07:00
Michael Shigorin
2363ec904d education.mk: avoid installer-feature-quota-stage2 on e2k
Works on server/workstation but surprisingly not with education:

● quotaon.service - Enable File System Quotas
     Loaded: loaded (/lib/systemd/system/quotaon.service; static)
     Active: failed (Result: exit-code) since ...
       Docs: man:quotaon(8)
   Main PID: N (code=exited, status=4)
        CPU: 10ms

systemd[1]: Starting Enable File System Quotas...
quotaon[N]: quotaon: cannot find /home/aquota.group on /dev/sda6 [/home]
quotaon[N]: quotaon: cannot find /home/aquota.user on /dev/sda6 [/home]
quotaon[N]: quotaon: cannot find /boot/aquota.group on /dev/sda1 [/boot]
quotaon[N]: quotaon: cannot find /boot/aquota.user on /dev/sda1 [/boot]
systemd[1]: quotaon.service: Main process exited, code=exited, status=4/NOPERMISSION
systemd[1]: quotaon.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Enable File System Quotas.
2024-03-25 22:40:03 +07:00
Michael Shigorin
359574fa74 education/server-apps-edu: skip i-f-repo-add on e2k
It's pretty useless by now IMNSHO given the typical USB flash drive
as the installation media and online repos -- and *seems* to have
problems with flash-based installation:

Running postinstall script [90-pkg.sh] /dev /
/
mount: /media/ALTLinux: /dev/sdb1 already mounted or mount point busy.
2024-03-25 22:40:03 +07:00
Michael Shigorin
f25ca1c3b6 mixin-basealt.mk: avoid installer-feature-repo-add on e2k
...as it rather introduces red ink for no good reason:

Running postinstall script [90-pkg.sh] /dev /
/
mount: /media/ALTLinux: /dev/sdb1 already mounted or mount point busy.
2024-03-25 22:40:03 +07:00
Michael Shigorin
b88e56470b e2k: fix dummy
It should do some work: nothing else might have pulled use/x11 in
(which brings another topic to the table: we'd probably better
have some platform-independent targets that pull archdep pieces in
under the hood).

Fixes: 2002e6251b6ef796e92aa1f174847cd3e196294b
2024-03-25 22:40:03 +07:00
Michael Shigorin
d8b4e379f3 e2k: disable ModemManager by default
Looks like it can get stuck for quite some time on serial ports
that are present and might be occupied by other processes already.
2024-03-25 22:40:03 +07:00
Michael Shigorin
1c103eb846 basealt.mk: add 201-PC for e2kv6
Typing this on an e16c based workstation but 201-PC seems more
likely a target for now.
2024-03-25 22:40:03 +07:00
Michael Shigorin
371a108dae workstation/smplayer: s/mplayer/mpv/ for performance
mpv backend seems to go parallel either with no configuration needed,
or on more media types.
2024-03-25 22:40:03 +07:00
Michael Shigorin
69827e1514 e2k: ADD the extra gpu modules instead of PRELOADing those
NB: the missing modules break image build,
    avoid mga2/galcore/vivante by default
    (absent in some CPU-specific kernels).
2024-03-25 22:40:03 +07:00
Anton Midyukov
94e35d5d96 mixin-basealt.mk: do not use std-def for all other ARCHES
There is no need to set std-def, it is already default on those
architectures where it is available.
Uses package list 'kernel-headers' allows to not depend to specific
kernels.
2024-03-25 22:30:51 +07:00
Anton Midyukov
c894cfdf9a doc/pkglists.txt: Add a subsection about the suffix @KFLAVOUR 2024-03-25 21:42:43 +07:00
Anton Midyukov
ce8c8f0214 regular.mk: add kernel-headers on disk for desktop targets 2024-03-25 21:42:43 +07:00
Anton Midyukov
9f89bb0890 pkg.in/lists: add kernel-headers
Add this list if need kernel headers on disk:

	@(call add,MAIN_LISTS,kernel-headers)
2024-03-25 21:42:43 +07:00
Anton Midyukov
5739103f6c Expand @KFLAVOUR in package lists
The line containing @KFLAVOUR is expanded into several lines,
it is successively replaced with values from the KFLAVOURS variable.
This will allow to specify kernel modules and kernel headers in lists.
2024-03-25 21:42:43 +07:00
Anton Midyukov
f0e062270f mobile.mk: add alsa-ucm-conf-pinephone-pro-workaround 2024-03-23 00:38:23 +07:00
Anton Midyukov
f2e93e9500 doc/params.txt: add PACK_SQUASHFS_PROCESSORS 2024-03-22 19:27:38 +07:00
Anton Midyukov
730e8fe838 mobile.mk: add dconf settings for epiphany and clapper 2024-03-21 23:45:50 +07:00
Andrew Savchenko
20b0630fcb Mobile applications: cleanup preinstalled list 2024-03-21 20:16:58 +07:00
Anton Midyukov
658930a8fb mobile/phosh: add phosh-gsk-renderer-gl
Add Environment=GSK_RENDERER=gl for phosh.service.
We switch to the old render, since ngl has a problem with the layout
of layers on Pinephone Pro and other mobile phones.
2024-03-21 16:54:59 +07:00
Anton Midyukov
2d5f7c7eff mobile/base: add update-kernel 2024-03-21 10:50:26 +07:00
Anton Midyukov
27816f06e7 mixin.mk: add english and russian Spell Checker to Regular's
https://bugzilla.altlinux.org/49741
2024-03-20 15:33:32 +07:00
Anton Midyukov
d0e214e8ad datetime: preset utc and timezone for live also
At the first boot, if there is no network, the wrong time is set,
since the timezone and utc settings occur late.
So at least with the default parameters there will be no problem.
2024-03-20 12:26:50 +07:00
Anton Midyukov
19b08c9b69 grub, syslinux: use id 'rescue' in 33live-rescue.cfg as in 80rescue.cfg
This is an alternative for 80rescue.cfg
2024-03-19 12:17:25 +07:00
Anton Midyukov
95b4a46286 education.mk: use live as installer and rescue 2024-03-19 12:17:25 +07:00
Andrey Cherepanov
413e35d1c6 education/misc: replace blueberry to blueman 2024-03-18 18:35:07 +07:00
Andrey Cherepanov
6727555c83 education/misc: remove transcode 2024-03-18 18:34:55 +07:00
Andrey Cherepanov
18e8206808 education: remove video-conferencing group 2024-03-18 18:34:44 +07:00
Andrey Cherepanov
606bc033c4 use alacarte as menu editor 2024-03-18 18:34:34 +07:00
Andrey Cherepanov
d4ac41ebac education: add use/install2/oem for OEM install 2024-03-18 18:34:22 +07:00
Andrey Cherepanov
8eb5dc6ade education/misc: add alterator-sysinfo 2024-03-18 18:34:05 +07:00
Andrey Cherepanov
dd848c7810 education/libreoffice: add uz and ky language for LibreOffice-still 2024-03-18 18:33:55 +07:00
Andrey Cherepanov
6d7251cefd platform-builder/build.pkgs: add color-prompt-and-man 2024-03-18 18:33:38 +07:00
Andrey Cherepanov
5ab62056cf platform-builder/alterator: add alterator-mirror-allowed 2024-03-18 18:33:27 +07:00
Anton Midyukov
e740c51a05 alt-platform-builder.mk: disable select language entry in grub menu 2024-03-18 18:33:15 +07:00
Anton Midyukov
01ddf5e9a0 alt-platform-builder.mk: set BRANDING 2024-03-18 18:32:44 +07:00
Andrey Cherepanov
42aaa453b1 alt-platform-builder: set version to 10.0.0 2024-03-18 18:31:51 +07:00
Andrey Cherepanov
9dad78793a alt-platform-builder: add list build.pkgs 2024-03-18 18:31:12 +07:00
Andrey Cherepanov
7a77a2ffc4 alt-platform-builder/base: remove pkcs11 packages 2024-03-18 18:31:02 +07:00
Andrey Cherepanov
dd94dabcb7 alt-platform-builder/base: add curl and apt-https 2024-03-18 18:30:30 +07:00
Anton Midyukov
01877e0c08 alt-platform-builder.mk: initial config 2024-03-18 18:30:16 +07:00
Anton Midyukov
e1ba3b84ed grub: do not abort, if grub theme not found
Since we check for the presence of a theme before enabling it in
the grub config, it is enough to issue a warning.
2024-03-18 17:41:03 +07:00
Egor Ignatov
38976d9230 grub: access font located in the default path by file name
GRUB since 93a786a00 (kern/efi/sb: Enforce verification of font files)
has enforced verification of font files in secure boot mode. In order
to continue to be able to load some default fonts, they are added to
the built-in memdisk bundled with a signed EFI image and may be
accessed by file name prior the actual default path.
2024-03-15 21:29:38 +07:00