mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
13 lines
215 B
JSON
13 lines
215 B
JSON
{
|
|
"squeeze": [
|
|
"auto lo",
|
|
"iface lo inet loopback",
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ],
|
|
"wheezy": [
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ],
|
|
"unstable": [
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ]
|
|
}
|