Changeset 1640 for trunk/packages/invirt-autoinstaller/common/usr
- Timestamp:
- Nov 14, 2008, 1:59:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/98-fix-eth-checksums
r1637 r1640 20 20 installDebianPackage ${prefix} ethtool 21 21 22 sed -i'' -e 's/ exit 0/ethtool -K eth0 tx off\n\0/' ${prefix}/etc/rc.local22 sed -i'' -e 's/^exit 0$/ethtool -K eth0 tx off\n\0/' ${prefix}/etc/rc.local 23 23 24 24 #
Note: See TracChangeset
for help on using the changeset viewer.