From: Ben Gras Date: Thu, 26 Mar 2009 15:23:07 +0000 (+0000) Subject: don't need to explicitly enable lance any more. X-Git-Tag: v3.1.4~90 X-Git-Url: http://zhaoyanbai.com/repos/man.nsupdate.html?a=commitdiff_plain;h=f56316a1687ea486f1422ab9565a31f3e33f10c8;p=minix.git don't need to explicitly enable lance any more. --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 8ad83e2ac..72c4f935f 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -172,7 +172,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="lance_arg='LANCE0=on'"; step2="ok"; ;; + 6) driver="lance"; step2="ok"; ;; 7) step2="ok"; ;; *) warn "choose a number" esac