- 30 Dec, 2022 21 commits
-
-
Mikhail Efremov authored
For CryptoPro support in Windows applications. Suggested by black@.
-
Mikhail Efremov authored
Suggested by vercha@. This package has been returneded in to the repository. But don't drop our own MATE packages list for now: we are in the RC mode.
-
Andrey Cherepanov authored
-
Anton Midyukov authored
The new make-4.4 does not reset '$(1)', '$(2)', etc. when do recursively expanding. So the functions fire spontaneously. The reason for recursive expanding might be to use $(shell ...). To protect the code from spontaneous execution, we add a match check '$(0)' to the function name. The '$(0)' variable must always have the name of our function at the time of the call. If this is not the case, then we are out of the $(call ...) context. From make documentation: | The syntax of the 'call' function is: | | $(call VARIABLE,PARAM,PARAM,...) | | When 'make' expands this function, it assigns each PARAM to temporary | variables '$(1)', '$(2)', etc. The variable '$(0)' will contain | VARIABLE. Fix ALT bug 44561 See also: https://github.com/osboot/make-initrd/commit/60afcd997affe150fe1153006ffcc1adac735710
-
Anton Midyukov authored
In the future, the raspberrypi-firmware package will not have a dependency on u-boot-rpi3.
-
Anton Midyukov authored
Request by aris@
-
Anton Midyukov authored
If do not specify ip=dhcp, bootchain network boot methods will not work. Since make-initrd 1.33.0.
-
Anton Midyukov authored
This is not required for grub >= 2.04.
-
Anton Midyukov authored
-
Anton Midyukov authored
propagator can do this too.
-
Anton Midyukov authored
Without drm kernel modules, bootchain or propagator output may not be available.
-
Anton Midyukov authored
It looks like you have to put up with the fact that the installer without drm and firmware will work in few places. See also: 1a7fdc62 69c93d2a
-
Anton Midyukov authored
As requested by mike@
-
Paul Wolneykien authored
-
Anton Midyukov authored
-
Anton Midyukov authored
This is required to run mkimage-profiles from mki-build with --vm-run. mki-build creates a build directory and a symlink to it in the current directory. The BUILDDIR variable is then set to the value of the symlink.
-
Anton Midyukov authored
-
Anton Midyukov authored
-
Anton Midyukov authored
Ports have suffix _$(arch) appended to the branch name.
-
Anton Midyukov authored
So much clearer and easier. Thanks glebfm@ for the idea.
-
Anton Midyukov authored
check conditions of make for equality of variables with an empty value instead of check definition. A defined but empty variable under all these conditions results errors.
-
- 12 Dec, 2022 1 commit
-
-
Andrew A. Vasilyev authored
-
- 02 Dec, 2022 11 commits
-
-
Ivan A. Melnikov authored
qemu-guest-agnet is now available in sisyphus_riscv64.
-
Ivan A. Melnikov authored
riscv64 port becomes steadily becomes bigger, better and more complete. This commit updates the package lists to remove exceptions for software that is now available from sisyphus_riscv64. Note that no point is made regarding usability or necessity of this software for particular riscv64 images; and all this software was not fully tested. This commit is just a statement that these exceptions are no longer necessary in order to build an image. The release managers may want to go through the lists and exclude something again when it comes to building and testing actual release images.
-
Ivan A. Melnikov authored
In the current state it does not do anything useful, just lets systemd spam in logs.
-
Ivan A. Melnikov authored
Now LibreOffice is availalbe in sisyphus_riscv64, let's use it like all the other platforms do. Note that LibreOffice-still is not yet available in sisyphus_riscv64, so riscv64 joins e2k in selecting LibreOffice for use/office/LibreOffice/still.
-
Ivan A. Melnikov authored
Now that firefox is available in sisyphus_riscv64, let's use it as our default browser. Note that firefox-esr is not yet available, so now on riscv64 firefox is selected for use/browser/firefox-esr.
-
Anton Midyukov authored
-
Anton Midyukov authored
- alt-workstation-cloud: Use NetworkManager (from obirvalger@) - install2: Don't cleanup /lib/modules/*/kernel/arch (from jqt4@) - alt-server: add commits from jqt4@ - kworkstation: add commitd from zerg@ - grub: drop kazakh language support - efi: add workaround for p10 branch to fix booting from a flash drive - grub: do not copy locale, if not used gfxterm
-
Dmitriy Terekhin authored
Some of the native libraries used by jitsi-meet (eg libjnisctp.so libjitsisrtp.so) are only compiled for the x86_64 architecture. As a consequence, jitsi-meet cannot run properly on architectures other than x86_64. See-also: https://bugzilla.altlinux.org/44327 See-also: https://bugzilla.altlinux.org/44494 See-also: https://bugzilla.altlinux.org/44496
-
Dmitriy Terekhin authored
-
Dmitriy Terekhin authored
It is needed for qemu-device-display-virtio-vga on aarch64
-
Anton Midyukov authored
No need to hope that will add package grub-common to stage1 only together with branding. With terminal_output=console, non-ASCII characters are not displayed.
-
- 01 Dec, 2022 1 commit
-
-
Anton Midyukov authored
-
- 17 Nov, 2022 1 commit
-
-
Anton Midyukov authored
Kazakh language is not supported in alterator-sysconfig.
-
- 16 Nov, 2022 5 commits
-
-
Sergey V Turchin authored
-
Sergey V Turchin authored
-
Sergey V Turchin authored
-
Sergey V Turchin authored
-
Sergey V Turchin authored
-