Files
main/kernel/drivers/module-fglrx/files/modprobe.conf
T
2015-06-20 22:07:39 +03:00

3 lines
144 B
Plaintext

# Fail if radeon loaded
install fglrx if /bin/grep -qw "^radeon" /proc/modules; then /bin/false; else /sbin/modprobe -i fglrx $CMDLINE_OPTS; fi