]> Zhao Yanbai Git Server - minix.git/commitdiff
don't need to explicitly enable lance any more.
authorBen Gras <ben@minix3.org>
Thu, 26 Mar 2009 15:23:07 +0000 (15:23 +0000)
committerBen Gras <ben@minix3.org>
Thu, 26 Mar 2009 15:23:07 +0000 (15:23 +0000)
commands/scripts/setup.sh

index 8ad83e2ac2b31cd16757042182dd0454c0cce667..72c4f935ff71808d9bdaf0eb8ab9b71566be2703 100755 (executable)
@@ -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