How to install Debian Sarge on an IBM Blade

This commit is contained in:
Ian Gulliver
2019-04-21 16:40:29 +00:00
parent 1881decb85
commit 6e246ecf10
9 changed files with 118 additions and 2 deletions

Binary file not shown.

9
files/fixup-network.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
case "$1" in
start)
rmmod tg3
rmmod bcm5700
modprobe bcm5700
;;
esac

Binary file not shown.

Binary file not shown.