X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=blobdiff_plain;f=vmdebootstrap;fp=vmdebootstrap;h=67ea2c867ca785d24e2b2a1d8204ceaa9280126c;hp=51c2674f5d37c914a749a3a923e0cb2c53e6e83d;hb=5413ccc44b905facd55fbb0812b7c9e350deb44f;hpb=389941e127216be47108c2adca20a090fe0b8276 diff --git a/vmdebootstrap b/vmdebootstrap index 51c2674..67ea2c8 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -786,8 +786,9 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth def mask_udev_predictable_rules(self, rootdir): """ - This can be reset later but to get networking using immediately - on boot, the interface we're going to use must be kno + This can be reset later but to get networking working immediately + on boot, the interface we're going to use must be known without + reference to the eventual machine. http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ """ self.message('Disabling systemd predictable interface names')