Changeset 2019
- Timestamp:
- Jan 27, 2009, 1:36:50 AM (16 years ago)
- Location:
- trunk/packages/invirt-autoinstaller
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/98-fix-eth-checksums
r2007 r2019 20 20 installDebianPackage ${prefix} ethtool 21 21 22 sed -i'' -e 's/\(\s*\)# post-up/\1post-up/' ${prefix}/etc/network/interfaces 22 if ! sed -i -e 's/^\(\s*\)#\s*post-up\s\+ethtool/\1post-up ethtool -K eth0 tso off\n\0/' ${prefix}/etc/network/interfaces; then 23 echo "ERROR: unable to disable network segmentation offloading" 24 exit 1 25 fi 23 26 24 27 # -
trunk/packages/invirt-autoinstaller/debian/changelog
r2018 r2019 2 2 3 3 * Add a script to update the autoinstaller disk from a host. 4 * Use a more stringent regexp and fail loudly if the match fails. 5 * Turn off transmission segmentation offloading instead of tx checksum 6 offloading 4 7 5 -- Evan Broder <broder@mit.edu> Mon, 26 Jan 2009 19:47:47-05008 -- Evan Broder <broder@mit.edu> Mon, 26 Jan 2009 20:57:09 -0500 6 9 7 10 invirt-autoinstaller (0.0.6) unstable; urgency=low
Note: See TracChangeset
for help on using the changeset viewer.