X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/c0f3abdca46957fead1c304b2505e7d505688f79..fba0968870e13efbe1926fa43363aa56efd79ee4:/image_creator/os_type/linux.py diff --git a/image_creator/os_type/linux.py b/image_creator/os_type/linux.py index fd45152..0166129 100644 --- a/image_creator/os_type/linux.py +++ b/image_creator/os_type/linux.py @@ -156,12 +156,12 @@ class Linux(Unix): @sysprep() def use_persistent_block_device_names(self, print_header=True): """Scan fstab & grub configuration files and replace all non-persistent - device appearences with UUIDs. + device references with UUIDs. """ if print_header: self.out.output("Replacing fstab & grub non-persistent device " - "appearences") + "references") # convert all devices in fstab to persistent persistent_root = self._persistent_fstab()