concerto_client 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/concerto_client/netconfig.rb +3 -0
- metadata +1 -1
@@ -511,6 +511,9 @@ module ConcertoConfig
|
|
511
511
|
f.puts "# Concerto Live network configuration"
|
512
512
|
f.puts "# Generated by netconfig.rb"
|
513
513
|
f.puts "# Changes will be lost on reboot"
|
514
|
+
f.puts "auto lo"
|
515
|
+
f.puts "iface lo inet loopback"
|
516
|
+
f.puts ""
|
514
517
|
f.puts "auto #{ifname}"
|
515
518
|
f.puts "iface #{ifname} inet #{addressing_method.addressing_type}"
|
516
519
|
|