Skip to content

Commit

Permalink
debloat boot sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Taht authored and andrewmcgr committed Aug 3, 2011
1 parent 8b5b1c4 commit a9b9958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/etc/init.d/boot
Expand Up @@ -67,6 +67,9 @@ start() {
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe

killall -q hotplug2
# Debloat driver
ethtool -G eth0 tx 4
ethtool -G eth1 tx 4
# Change device names
/sbin/fixeth
[ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \
Expand Down

0 comments on commit a9b9958

Please sign in to comment.