Ensure /etc/network exists before setting up /etc/network/interfaces mika/buster
authorMichael Prokop <mika@grml.org>
Thu, 13 Jun 2019 09:27:45 +0000 (11:27 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 13 Jun 2019 12:36:25 +0000 (14:36 +0200)
commit7a11723297e5ca49f253b52e32a464afc7c05467
treed5aacfb892752ccc7ed90ffd039f1d66f60db7e5
parent2860f131b65664467209350e16f39f75b7b27af0
Ensure /etc/network exists before setting up /etc/network/interfaces

When grml-debootstrap is invoked with `--debopt --variant=minbase`, our
handling of /etc/network/interfaces fails, as the directory
/etc/network/ doesn't necessarily exist yet in the essential/minbase
variants (unless you explicitly install ifupdown/netbase).

Closes: #930468
grml-debootstrap