- Oct 13, 2016
-
-
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).
-
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.
-
Calamares CI authored
-
- Oct 09, 2016
-
-
Calamares CI authored
-
- Oct 07, 2016
-
-
Calamares CI authored
-
- Oct 02, 2016
-
-
shainer authored
-
shainer authored
i.e. not just required by the netinstall module.
-
shainer authored
The netinstall module requires Qt >= 5.6 instead of Qt >= 5.3
-
Calamares CI authored
-
- Sep 30, 2016
-
-
Calamares CI authored
-
- Sep 29, 2016
-
-
Calamares CI authored
-
- Sep 28, 2016
-
-
Calamares CI authored
-
- Sep 27, 2016
-
-
Kevin Kofler authored
-
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.
-
Calamares CI authored
-
- Sep 26, 2016
-
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
Calamares CI authored
-
- Sep 25, 2016
-
-
Kevin Kofler authored
locale -a returns the locales using ".utf8" names rather than ".UTF-8". The case-insensitive match does not help because it is "utf8" rather than "UTF-8". So we need to match both with and without the dash.
-
Calamares CI authored
-
- Sep 24, 2016
-
-
Calamares CI authored
-
- Sep 23, 2016
-
-
Calamares CI authored
-
Calamares CI authored
-
- Sep 22, 2016
-
-
Philip Müller authored
Revert "Merge upstream changes"
-
Philip Müller authored
-
Philip Müller authored
Merge upstream changes
-
Teo Mrnjavac authored
-
Teo Mrnjavac authored
-
- Sep 21, 2016
-
-
Philip Müller authored
Merge upstream changes
-
shainer authored
-
shainer authored
The arrow no longer changes direction depending on whether the button is clicked or not.
-
Calamares CI authored
-
- Sep 20, 2016
-
-
shainer authored
The button is "not checked" by default, and becomes checked when clicked; the packageview becomes visible when the button is checked.
-
Calamares CI authored
-
- Sep 19, 2016
-
-
Teo Mrnjavac authored
-
- Sep 18, 2016
-
-
Calamares CI authored
-
- Sep 17, 2016
-
-
Philip Müller authored
Merge upstream changes
-
Calamares CI authored
-