summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/23networking
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/live-bottom/23networking')
-rwxr-xr-xscripts/live-bottom/23networking8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking
index 8c856c6..9554b77 100755
--- a/scripts/live-bottom/23networking
+++ b/scripts/live-bottom/23networking
@@ -65,10 +65,18 @@ allow-hotplug ${ifname}
iface ${ifname} inet static
address ${ifaddress}
netmask ${ifnetmask}
+EOF
+
+if [ -n "${ifgateway}" ]
+then
+
+cat >> "${IFFILE}" << EOF
gateway ${ifgateway}
EOF
+fi
+
done
else
if [ -z "${NETBOOT}" ] || [ -n "${DHCP}" ]