IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
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
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.
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
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
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.
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