X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F23networking;h=8c856c6cc2ab24369278f2e8088abf829c3c3bc4;hb=4e9bea12cc07e936d2d357cd5b742bc7feb62308;hp=9554b77feba241721655ae9c8604148d3a2115a4;hpb=2824aa1f016cd6a15eb16f72bf1df1e9a77f7abf;p=live-boot-grml.git diff --git a/scripts/live-bottom/23networking b/scripts/live-bottom/23networking index 9554b77..8c856c6 100755 --- a/scripts/live-bottom/23networking +++ b/scripts/live-bottom/23networking @@ -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}" ]