mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
16 lines
287 B
YAML
16 lines
287 B
YAML
---
|
|
# This is a mapping of Debian release codenames to NIC configurations
|
|
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
|
|
sid: |
|
|
auto eth0
|
|
iface eth0 inet dhcp
|