Revision e55f4b3c image_creator/os_type/linux.py

b/image_creator/os_type/linux.py
108 108
            elif event.strip() == ".*":
109 109
                self.out.warn(
110 110
                    "Found action `.*'. Don't know how to handle this. " \
111
                    "Please edit \%s' image file manually to make the " \
111
                    "Please edit `%s' image file manually to make the " \
112 112
                    "system immediatelly shutdown when an power button acpi " \
113
                    "event occures" % action)
113
                    "event occures." % action.strip().split()[0])
114 114
                return
115 115

  
116 116
    @sysprep()

Also available in: Unified diff