2659 Commits (fb8d6889204ca81baa7a43cbf5c0dc7638955ce3)
 

Author SHA1 Message Date
Calamares CI c6b79c9c8f Automatic merge of Transifex translations 8 years ago
Calamares CI 013b944f18 Automatic merge of Transifex translations 8 years ago
Kevin Kofler d5dfe86525 [dracutlukscfg] New module: pre-configuration for dracut+LUKS.
Add a dracutlukscfg module to write a
/etc/dracut.conf.d/calamares-luks.conf file for LUKS full disk
encryption support with Dracut.

You should run:

* partition
* luksbootkeyfile
* dracutlukscfg
* dracut

in that order (not necessarily in immediate sequence). The
luksopenswaphook module is not used with Dracut.
8 years ago
Kevin Kofler 2573731cdb [grubcfg] Fix mismatched quoting and escaping.
If we use .replace("'", "'\\''") for escaping, we also need to use
single quotes, not double quotes.

This was broken by the port from '%' to format, which also randomly
changed quoting characters for no good reason. Changing the outer ones
does not matter, but \" or ' within a string is not the same thing!
8 years ago
Calamares CI 5b2cc2cbb1 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 6e7dc0b437 Use the target system's boot name in partitioning summary widget. 8 years ago
Calamares CI 66d66cf446 Automatic merge of Transifex translations 8 years ago
David McKinney b63ab4df15 [initramfscfg] New module: pre-configuration for update-initramfs.
Added an initramfscfg module to handle pre-configuration for the Debian
update-initramfs, such as installing hooks (needed for luks/FDE support
on Debian-based distros).

Closes #254. (Cherry-picked from the pull request.)
8 years ago
Kevin Kofler 0876af63d0 [fstab] Write configurable options to crypttab (default: luks).
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).
8 years ago
Kevin Kofler 4d28544e6f [fstab] Do not omit "/" from crypttab.
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.
8 years ago
Calamares CI 33fab5f8c6 Automatic merge of Transifex translations 8 years ago
Calamares CI 49927e2b61 Automatic merge of Transifex translations 8 years ago
Calamares CI 15de67d5d1 Automatic merge of Transifex translations 8 years ago
shainer ab40626c5d Bump QT_VERSION to 5.6 in cmake. 8 years ago
shainer 95164b343e Set qt >=5.6 as a "global" dependency.
i.e. not just required by the netinstall module.
8 years ago
shainer 689094e6dc Fix dependency list in README.md
The netinstall module requires Qt >= 5.6 instead of
Qt >= 5.3
8 years ago
Calamares CI cc01c0c18e Automatic merge of Transifex translations 8 years ago
Calamares CI 666ed89b76 Automatic merge of Transifex translations 8 years ago
Calamares CI c91afd7a56 Automatic merge of Transifex translations 8 years ago
Calamares CI 0ade8fa558 Automatic merge of Transifex translations 8 years ago
Kevin Kofler 0ae41dd286 New dummycpp C++ job module (ported from dummypython). 8 years ago
Kevin Kofler 00d9f211f5 Add support for C++/Qt batch job plugins
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.
8 years ago
Calamares CI b91275e7e1 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 5796b05fda Allow disabling automated LUKS modes. 8 years ago
Teo Mrnjavac 5bf4bb8787 Make writeEtcDefaultKeyboard an option in keyboard.conf. 8 years ago
Teo Mrnjavac 40cb168468 Fix typo. 8 years ago
Teo Mrnjavac 6f3dc32bfe Config file comment. 8 years ago
Calamares CI 55cf8b353c Automatic merge of Transifex translations 8 years ago
Kevin Kofler 1b2cce4be3 Fix locale filtering for UTF-8 on Fedora.
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.
8 years ago
Calamares CI a03edfdc63 Automatic merge of Transifex translations 8 years ago
Calamares CI cdc79f5507 Automatic merge of Transifex translations 8 years ago
Calamares CI b95504374d Automatic merge of Transifex translations 8 years ago
Calamares CI f28140a4dc Automatic merge of Transifex translations 8 years ago
Philip Müller ad4d3ad5c2 Merge pull request #262 from calamares/revert-261-upstream-master
Revert "Merge upstream changes"
8 years ago
Philip Müller bbfc479095 Revert "Merge upstream changes" 8 years ago
Philip Müller 1e257e855d Merge pull request #261 from manjaro/upstream-master
Merge upstream changes
8 years ago
Teo Mrnjavac 567ac87440 Remove target resolv.conf before proceeding. 8 years ago
Teo Mrnjavac 37384279e5 Add support for writing keymap data to /etc/default/keyboard. 8 years ago
Philip Müller cdd8aa237f Merge pull request #5 from calamares/master
Merge upstream changes
8 years ago
shainer 04c552ba9f Merge branch 'master' of github.com:calamares/calamares 8 years ago
shainer 479b67f696 In the netinstall page, always show the arrow-down button.
The arrow no longer changes direction depending on whether
the button is clicked or not.
8 years ago
Calamares CI abb2f91dc4 Automatic merge of Transifex translations 8 years ago
shainer d45a6bd856 In the netinstall page, fix the group button.
The button is "not checked" by default, and becomes
checked when clicked; the packageview becomes visible
when the button is checked.
8 years ago
Calamares CI 971ae902c8 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 4662c9c877 Remove irrelevant debug output. 8 years ago
Calamares CI 81e43b1362 Automatic merge of Transifex translations 8 years ago
Philip Müller ec3c8d6cd4 Merge pull request #3 from calamares/master
Merge upstream changes
8 years ago
Calamares CI 89b981c585 Automatic merge of Transifex translations 8 years ago
Teo Mrnjavac 3408eb5c56 Fix VFAT filename handling in bootloader module.
CAL-385 #close
8 years ago
Teo Mrnjavac a48dadf757 Warning in debug output when the RequirementsChecker is misconfigured.
CAL-390 #close
8 years ago