Applying patch from Michael Casadevall <mcasadevall@ubuntu.com> to add platform-sata_...
[live-boot-grml.git] / scripts / live-bottom / 23networking
index 9554b77..8c856c6 100755 (executable)
@@ -65,18 +65,10 @@ 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}" ]