2014-07-05 20:01:20 +02:00
|
|
|
---
|
|
|
|
# This is a mapping of Debian release codenames to NIC configurations
|
2014-07-06 18:24:35 +02:00
|
|
|
wheezy: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
|
|
|
jessie: |
|
2016-06-04 19:23:59 +02:00
|
|
|
auto lo
|
|
|
|
iface lo inet loopback
|
2014-07-06 18:24:35 +02:00
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
2016-06-04 16:53:27 +02:00
|
|
|
stretch: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
2017-08-30 17:29:45 -07:00
|
|
|
buster: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
2020-01-20 09:49:39 +01:00
|
|
|
bullseye: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
2023-06-21 10:04:07 +02:00
|
|
|
bookworm: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
|
|
|
trixie: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
|
|
|
forky: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|
2014-07-06 18:24:35 +02:00
|
|
|
sid: |
|
|
|
|
auto eth0
|
|
|
|
iface eth0 inet dhcp
|