Исправлена настройка video

develop
Mike Khiretskiy 10 years ago
parent 0e99d3c416
commit b7e803da2d

@ -496,7 +496,7 @@ class fillVars(object, glob_attr):
reVerSplit = cl_assemble.reVerSplit
yield "#!/bin/bash"
yield "PKG=$1"
yield "MASK=`cl-core --method variables_show --only-value install.os_nvidia_mask 2>/dev/null`"
yield "MASK=`cl-core --method core_variables_show --only-value install.os_nvidia_mask 2>/dev/null`"
yield "PORTAGE=/usr/portage"
yield "OVERLAY=/var/lib/layman/calculate"
yield "WORLD=/var/lib/portage/world"

Loading…
Cancel
Save