Correction: blacklist.conf -> blacklist

On debian, the module blacklist is blacklist, not
blacklist.conf.
This commit is contained in:
Bob Lantz
2010-04-23 15:06:42 -07:00
parent 6ef2973fe2
commit 83e7ea2a0d
+2 -2
View File
@@ -120,8 +120,8 @@ function of {
# Remove avahi-daemon, which may cause unwanted discovery packets to be sent during tests, near link status changes:
sudo apt-get remove -y avahi-daemon
# Disable IPv6. Add to /etc/modprobe.d/blacklist.conf:
sudo sh -c "echo -e 'blacklist net-pf-10\nblacklist ipv6' >> /etc/modprobe.d/blacklist.conf"
# Disable IPv6. Add to /etc/modprobe.d/blacklist:
sudo sh -c "echo -e 'blacklist net-pf-10\nblacklist ipv6' >> /etc/modprobe.d/blacklist"
}
# Install OpenVSwitch