summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-09-13 21:28:31 +0100
committerNeil Williams <codehelp@debian.org>2015-09-13 21:28:31 +0100
commit5413ccc44b905facd55fbb0812b7c9e350deb44f (patch)
tree1ef6292f17c9fdd66ca489341400b06255b590e0
parent389941e127216be47108c2adca20a090fe0b8276 (diff)
downloadvmdebootstrap-5413ccc44b905facd55fbb0812b7c9e350deb44f.tar.gz
fix typos
-rwxr-xr-xvmdebootstrap5
1 files changed, 3 insertions, 2 deletions
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')