aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py
index 484424be..948b2fdf 100644
--- a/lib/python/Components/Network.py
+++ b/lib/python/Components/Network.py
@@ -12,7 +12,7 @@ class Network:
# fixme using interfaces.tmp instead of interfaces for now
fp = file('/etc/network/interfaces', 'w')
fp.write("auto lo\n")
- fp.write("iface lo inet loopback\n")
+ fp.write("iface lo inet loopback\n\n")
fp.write("auto eth0\n")
if (currentConfigSelectionElement(config.network.dhcp) == "yes"):
fp.write("iface eth0 inet dhcp\n")