You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
333 B

{% calculate comment='#' %}
# discard /usr/lib64/*nvidia*, because prelink call segfault
# for some applications (chromium,libreoffice and etc)
{% if install.os.arch.machine == 'x86_64' %}
PRELINK_PATH_MASK="/usr/lib64/*nvidia*
-b /usr/lib32/*nvidia*
-b /usr/lib/*nvidia*"
{% else %}
PRELINK_PATH_MASK=/usr/lib/*nvidia*
{% endif %}