1
0
mirror of synced 2026-02-03 06:50:26 +00:00

2006-05-23 20:01:32 by steve

Add a default route.  D'oh.
This commit is contained in:
steve
2006-05-23 20:01:32 +00:00
parent aa79fad328
commit 6746cd37ab

View File

@@ -40,6 +40,15 @@ BOOTPROTO=dhcp
ONBOOT=yes
E_O_DHCP
fi
#
# Don't forget to setup the default route.
#
cat <<EOF >${prefix}/etc/sysconfig/network
NETWORKING=yes
GATEWAY=${gateway}
HOSTNAME=${hostname}
EOF
else
echo "TODO : Sort out networking for non-Debian distribution ${dist}."
exit;