bootstrap-vz/common/tasks/network-configuration.json

14 lines
232 B
JSON
Raw Normal View History

{
"squeeze": [
"auto lo\n",
"iface lo inet loopback\n",
"auto eth0\n",
"iface eth0 inet dhcp\n" ],
"wheezy": [
"auto eth0\n",
"iface eth0 inet dhcp\n" ],
"unstable": [
"auto eth0\n",
"iface eth0 inet dhcp\n" ]
}