mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
22 lines
379 B
YAML
22 lines
379 B
YAML
---
|
|
# This is a mapping of Debian release codenames to NIC configurations
|
|
wheezy: |
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
jessie: |
|
|
auto lo
|
|
iface lo inet loopback
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
stretch: |
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
buster: |
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
bullseye: |
|
|
auto eth0
|
|
iface eth0 inet dhcp
|
|
sid: |
|
|
auto eth0
|
|
iface eth0 inet dhcp
|