grml / live-boot-grml

GNU General Public License v3.0
10 stars 11 forks source link

Duplicated `lo` configuration #9

Closed mika closed 5 years ago

mika commented 5 years ago

Recent live-boot-grml (as present on Grml 2018.12) generates a /etc/network/interfaces file that looks like:

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

[...]

allow-hotplug lo
iface lo inet dhcp

The seond allow-hotplug lo; iface lo inet dhcp shouldn't exist as such of course.

Thanks to @darkmind for spotting this.