From 83e7ea2a0d52c5c8a58d5b7dce10b7d56181f8df Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 23 Apr 2010 15:06:42 -0700 Subject: [PATCH] Correction: blacklist.conf -> blacklist On debian, the module blacklist is blacklist, not blacklist.conf. --- util/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index f0e2e3c..1d8cb83 100755 --- a/util/install.sh +++ b/util/install.sh @@ -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