Revision f165adc0 image_creator/os_type/slackware.py

b/image_creator/os_type/slackware.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.
33 33

  
34
from image_creator.os_type.linux import Linux, exclude_task
34
from image_creator.os_type.linux import Linux, sysprep
35 35

  
36 36

  
37 37
class Slackware(Linux):
38
    def data_cleanup_log(self):
38
    @sysprep()
39
    def cleanup_log(self):
39 40
        # In slackware the metadata about installed packages are
40 41
        # stored in /var/log/packages. Clearing all /var/log files
41 42
        # will destroy the package management system.

Also available in: Unified diff