X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/20409e9f28eb8af1316aeb7ee3604e463ec3e264..09743d3a8cc6a0a15166a454d2fb13d244e6304d:/image_creator/os_type/linux.py diff --git a/image_creator/os_type/linux.py b/image_creator/os_type/linux.py index 89d5e32..7597703 100644 --- a/image_creator/os_type/linux.py +++ b/image_creator/os_type/linux.py @@ -108,9 +108,9 @@ class Linux(Unix): elif event.strip() == ".*": self.out.warn( "Found action `.*'. Don't know how to handle this. " \ - "Please edit \%s' image file manually to make the " \ + "Please edit `%s' image file manually to make the " \ "system immediatelly shutdown when an power button acpi " \ - "event occures" % action) + "event occures." % action.strip().split()[0]) return @sysprep()