From: Ben Gras Date: Fri, 16 Sep 2005 16:46:03 +0000 (+0000) Subject: lance fix X-Git-Tag: v3.1.0~61 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=930df6662cd93c21cae9f0daebaf945b99abb743;p=minix.git lance fix --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 154885125..78fe84bed 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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