Revision 091c0335 image_creator/os_type/slackware.py

b/image_creator/os_type/slackware.py
47 47
        # In slackware the metadata about installed packages are
48 48
        # stored in /var/log/packages. Clearing all /var/log files
49 49
        # will destroy the package management system.
50
        self._foreach_file('/var/log', self.g.truncate, ftype='r',
50
        self._foreach_file('/var/log', self.image.g.truncate, ftype='r',
51 51
                           exclude='/var/log/packages')
52 52

  
53 53
# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :

Also available in: Unified diff