Skip to content
Snippets Groups Projects
  1. Jun 11, 2012
  2. Jun 06, 2012
  3. Jun 05, 2012
  4. May 18, 2012
    • Nikos Skalkotos's avatar
      Remove get_metadata() from os_type classes · 5886f568
      Nikos Skalkotos authored
      The metadata are collected in the constructor and are saved in the
      meta variable. This way they can be accessed and altered by the
      sysprep methods. There are cases where some metadata are not valid
      and need to be updated after a sysprep action is performed. For
      example, remove_user_accounts sysprep action may remove a user that
      is present in the USERS metadata.
      5886f568
    • Nikos Skalkotos's avatar
      Add option for passing user-defined image metadata · 7d3dc857
      Nikos Skalkotos authored
      The metadata passed by the user will overwrite any automatically
      collected metadata with the same key.
      7d3dc857
  5. May 04, 2012
  6. Apr 29, 2012
  7. Apr 27, 2012
  8. Apr 25, 2012
  9. Apr 24, 2012
  10. Apr 23, 2012
  11. Apr 20, 2012
  12. Apr 19, 2012
  13. Apr 10, 2012
  14. Apr 09, 2012
  15. Mar 24, 2012
  16. Mar 23, 2012
  17. Mar 21, 2012
  18. Mar 20, 2012
  19. Mar 19, 2012
  20. Mar 16, 2012
  21. Mar 13, 2012
    • Nikos Skalkotos's avatar
      Add sysprep method in os_type classes. · 9cbb5794
      Nikos Skalkotos authored
      This is used to prepare the media for image extraction. The main
      difference from data_cleanup is that the tasks performed with this
      method are mandatory in order to make the image workable.
      
      Added the following sysprep methods for linux:
       * sysprep_acpid
       * sysprep_persistent_net_rules
       * sysprep_persistend_devs
      9cbb5794
  22. Mar 09, 2012
  23. Mar 08, 2012
  24. Feb 29, 2012
  25. Feb 28, 2012
  26. Feb 24, 2012
    • Nikos Skalkotos's avatar
      Major code revision · 8c574358
      Nikos Skalkotos authored
      * Add foreach_file function in OSBase. This is used by all cleanup
        methods
      * Add slackware class. This class derives from linux and overwrites the
        log cleanup behaviour. This is needed since slackware stores all
        package management info in /var/log/packages
      * Add a shrink method in DiskDevice. This method shrinks the last
        filesystem to the minimum size
      * Make the code style comply with pep8
      8c574358
  27. Feb 22, 2012
  28. Feb 20, 2012
  29. Feb 17, 2012
  30. Feb 15, 2012
Loading