summaryrefslogtreecommitdiff
path: root/vmdebootstrap/network.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11allow for differences between jessie and stretchvmdebootstrap-1.6Neil Williams1-1/+1
2016-07-31Add support for systemd-resolvedNeil Williams1-2/+4
For Jessie, --enable-dhcp is still needed to get a usable interface other than lo. For Stretch and later, --enable-dhcp is redundant if systemd-networkd is enabled. Add note to the docs.
2016-07-17Enable systemd-resolved together with systemd-networkdNeil Williams1-0/+5
- #831439
2015-12-31update licence of new moduleNeil Williams1-14/+11
2015-12-31Fixup pylint issuesNeil Williams1-6/+7
2015-12-31Add support for systemd-networkdNeil Williams1-0/+105
When masking udev/systemd predictable network interface names, the initramfs must be updated or the mask will not be effective. Add support for systemd-networkd using predictable network interface names - can be extended using customisation scripts.