2006-05-23 20:01:32 by steve
Add a default route. D'oh.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user