Skip to content
Snippets Groups Projects
  1. Oct 13, 2016
    • Kevin Kofler's avatar
      [fstab] Write configurable options to crypttab (default: luks). · 0876af63
      Kevin Kofler authored
      fstab.conf: Add a new "crypttabOptions" option that defaults to "luks".
                  Document that for Debian and Debian-based distributions, the
                  setting should be changed to "luks,keyscript=/bin/cat".
      
      main.py: Append the options from the above setting to the end of every
               line in crypttab.
      
      At least the "luks" option should always be there, because there may be
      different encryption types. The Debian initramfs-tools also require the
      Debian-specific keyscript option and will otherwise ignore the keyfile
      entirely (see pull request #254).
      0876af63
    • Kevin Kofler's avatar
      [fstab] Do not omit "/" from crypttab. · 4d28544e
      Kevin Kofler authored
      At least the Debian update-initramfs needs the entry to be there (see
      pull request #254). Dracut will probably need it too. And logically, it
      should be there.
      4d28544e
    • Calamares CI's avatar
      Automatic merge of Transifex translations · 33fab5f8
      Calamares CI authored
      33fab5f8
  2. Oct 09, 2016
  3. Oct 07, 2016
  4. Oct 02, 2016
  5. Sep 30, 2016
  6. Sep 29, 2016
  7. Sep 28, 2016
  8. Sep 27, 2016
    • Kevin Kofler's avatar
    • Kevin Kofler's avatar
      Add support for C++/Qt batch job plugins · 00d9f211
      Kevin Kofler authored
      These job plugins work similarly to view modules, with the following
      differences:
      
      * These jobs need to link only libcalamares, not libcalamaresui. For
        this reason, PluginFactory was moved from libcalamaresui to
        libcalamares. (It depends only on QtCore.)
      
      * Instead of deriving from ViewModule, derive from CppJob (which is a
        subclass of Job).
      
      * Like process and Python jobs, a job plugin is a single job, whereas a
        ViewModule can generate a whole list of jobs.
      
      The CppJob and CppJobModule classes are new. In Module::fromDescriptor,
      the combination type=job, intf=qtplugin is now supported and mapped to
      CppJobModule.
      00d9f211
    • Calamares CI's avatar
      Automatic merge of Transifex translations · b91275e7
      Calamares CI authored
      b91275e7
  9. Sep 26, 2016
  10. Sep 25, 2016
  11. Sep 24, 2016
  12. Sep 23, 2016
  13. Sep 22, 2016
  14. Sep 21, 2016
  15. Sep 20, 2016
  16. Sep 19, 2016
  17. Sep 18, 2016
  18. Sep 17, 2016
Loading