From a28546b76b2a1801fb5cebc37d6b32b7ac7f8cfe Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Mon, 13 Jan 2014 21:50:47 +0100 Subject: [PATCH] comment out MTU settings. not working everywhere --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 401e3da..14a43e2 100644 --- a/build.sh +++ b/build.sh @@ -241,7 +241,7 @@ auto eth0 allow-hotplug eth0 iface eth0 inet dhcp hwaddress ether AE:50:30:27:5A:CF # change this - pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838 +# pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838 #auto wlan0 #allow-hotplug wlan0 #iface wlan0 inet dhcp