X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fbootscripts%2Fnetwork;h=f42ea1fd700a35daade256ca5d7e779c126f8a45;hb=7257be007e096ab1f7f6e3bf6c738b9b67b849f2;hp=7817244a6564d3aa7df9cab5a02212364238fa92;hpb=f9cf3632a64429991fa5e6f556b0c4017e0e9435;p=hvlinux.git diff --git a/stage2/bootscripts/network b/stage2/bootscripts/network index 7817244..f42ea1f 100755 --- a/stage2/bootscripts/network +++ b/stage2/bootscripts/network @@ -31,10 +31,6 @@ case "$1" in cmd_run_log_box "Ethernet Adapter <$i> init" /etc/rc.d/init.d/ifup "$i" fi done - - if [ -n "${GATEWAY}" ]; then - cmd_run_log_box "Adding default route to gateway ${GATEWAY}" ip route add default via ${GATEWAY} - fi ;; stop)