Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 33
Line 160... Line 160...
160
 
160
 
161
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /sbin/modprobe snd-emu10k1-synth
161
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /sbin/modprobe snd-emu10k1-synth
162
 
162
 
163
alias gre0 ip_gre
163
alias gre0 ip_gre
164
alias char-major-89-* i2c-dev
164
alias char-major-89-* i2c-dev
-
 
165
 
-
 
166
# Disable netfilter on bridges when the bridge module is loaded
-
 
167
install bridge /sbin/modprobe --ignore-install bridge && /sbin/sysctl -q -w net.bridge.bridge-nf-call-arptables=0 net.bridge.bridge-nf-call-iptables=0 net.bridge.bridge-nf-call-ip6tables=0