Changeset 1640 for trunk/packages/invirt-autoinstaller
- Timestamp:
- Nov 14, 2008, 1:59:46 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
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 # -
trunk/packages/invirt-autoinstaller/debian/changelog
r1637 r1640 1 invirt-autoinstaller (0.0.3) unstable; urgency=low 2 3 * Whoops - replace the right string in /etc/rc.local 4 5 -- Evan Broder <broder@mit.edu> Fri, 14 Nov 2008 01:59:11 -0500 6 1 7 invirt-autoinstaller (0.0.2) unstable; urgency=low 2 8
Note: See TracChangeset
for help on using the changeset viewer.