lance fix

This commit is contained in:
Ben Gras 2005-09-16 16:46:03 +00:00
parent 38307a7e34
commit 930df6662c

View file

@ -189,7 +189,7 @@ do
echo "Note: After installing, edit $LOCALRC to the right configuration."
echo " chose option 4, the defaults for emulation by Bochs have been set."
;;
6) driver="lance"; driverargs="LANCE0=on"; step2="ok"; ;;
6) driver="lance"; driverargs="lance_arg='LANCE0=on'"; step2="ok"; ;;
7) step2="ok"; ;;
*) warn "choose a number"
esac