mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"squeeze": [
|
|
"auto lo",
|
|
"iface lo inet loopback",
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ],
|
|
"wheezy": [
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ],
|
|
"jessie": [
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ],
|
|
"testing": [
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ],
|
|
"unstable": [
|
|
"auto eth0",
|
|
"iface eth0 inet dhcp" ]
|
|
}
|