- 30 Dec, 2022 40 commits
-
-
Mikhail Efremov authored
We have cheese on live now.
-
Mikhail Efremov authored
For automatic unlocking the 'login' keyring. It is pulled by mate-screensaver, but we are want this module in any case.
-
Mikhail Efremov authored
Suggested by sysoevas@.
-
Mikhail Efremov authored
Suggested by sysoevas@.
-
Mikhail Efremov authored
Content of the live and install images should by basically the same, but desktop+sane and workstation/scanning lists are different.
-
Mikhail Efremov authored
It is used by admx for Microsoft policies. Suggested by savelevpa@.
-
Mikhail Efremov authored
For use with alt-csp-cryptopro as described in the docs. Suggested by savelevpa@.
-
Mikhail Efremov authored
Its installation is referred by documentation (section 25.2). Suggested by savelevpa@.
-
Mikhail Efremov authored
Its installation is referred by documentation (section 46.1). Suggested by savelevpa@.
-
Mikhail Efremov authored
Its installation is referred by documentation (section 42.6.). Suggested by savelevpa@.
-
Mikhail Efremov authored
Suggested by vercha@.
-
Mikhail Efremov authored
Suggested by mvb@.
-
Mikhail Efremov authored
Requested by mvb@.
-
Mikhail Efremov authored
Requested by mvb@.
-
Mikhail Efremov authored
We have yandex-browser-stable in the repository now.
-
Mikhail Efremov authored
Suggested by mvb@.
-
Mikhail Efremov authored
Support more scanners.
-
Mikhail Efremov authored
Support more printers.
-
Mikhail Efremov authored
Support more printers. Suggested by mvb@.
-
Mikhail Efremov authored
Suggested by mvb@.
-
Mikhail Efremov authored
Suggested by mvb@.
-
Mikhail Efremov authored
Suggested by mvb@.
-
Mikhail Efremov authored
Package cryptopro-preinstall-full doesn't pull it. Suggested by mvb@.
-
Mikhail Efremov authored
This installer feature should add /mnt/ALTLinux line to /etc/fstab to fix 'apt-cdrom add'.
-
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.
-