How to install Debian Sarge on an IBM Blade
This commit is contained in:
9
files/fixup-network.sh
Normal file
9
files/fixup-network.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
rmmod tg3
|
||||
rmmod bcm5700
|
||||
modprobe bcm5700
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user