dalto
06b6263c24
[zfs] Export zpool so it can later be mounted at the correct location
2021-11-09 07:42:39 -06:00
dalto
2f145fcf44
[partition][zfs] Add support for zfs encryption
2021-11-08 17:26:08 -06:00
dalto
0720d56803
[bootloader] Add initial support for zfs
2021-11-07 09:32:52 -06:00
dalto
85a2160098
[mount] Improve error handling for zfs
2021-11-07 08:01:32 -06:00
dalto
858e271c8a
[mount] Add support for zfs datasets
2021-11-06 14:33:43 -05:00
dalto
e3af4f3e26
[zfs] Add delay before creating the zpool
2021-11-06 14:12:40 -05:00
dalto
51a5c4de0f
[zfs] Add datasets to global storage for other modules
2021-11-06 13:27:03 -05:00
dalto
7108d4a509
[zfs] Update to Calamares coding standards
2021-11-06 10:30:49 -05:00
dalto
69ef13ef0c
[initcpiocfg] Add support for zfs
2021-11-06 09:48:38 -05:00
dalto
e24d14c512
[zfs] Initial commit for zfs module
2021-11-06 09:44:27 -05:00
dalto
7faf4f30df
[partition] Add support for manually creating a partition for zfs
2021-11-06 09:42:07 -05:00
dalto
ac44aab74a
[partition] Add zfs to the filesystem list if the zfs modules is enabled
2021-11-06 09:16:09 -05:00
dalto
d0100afe02
Merge branch 'calamares' of github.com:dalto8/calamares into calamares
2021-10-30 14:09:17 -05:00
Adriaan de Groot
2faa791de4
Changes: avoid constant merge-conflicts by separating 3.2 changelog
2021-10-30 15:02:31 +02:00
Adriaan de Groot
f3a7f6cdef
Changes: pre-release housekeeping
2021-10-30 14:54:15 +02:00
Calamares CI
5e4028ec87
i18n: [calamares] Automatic merge of Transifex translations
2021-10-30 14:54:15 +02:00
Adriaan de Groot
cd56bab622
[partition] Merge pull request #1808 from dalto8/zfs-delete-fix
...
Fix for zfs partition deletion
2021-10-30 14:44:39 +02:00
dalto
13a2d25b24
Add separate functions for zfs
2021-10-29 16:54:09 -05:00
Adriaan de Groot
7f09cdca65
Changes: update description of this release
2021-10-29 16:55:17 +02:00
Adriaan de Groot
e9083ecabb
[services-systemd] Add a schema file for the configuration
2021-10-29 16:41:03 +02:00
Adriaan de Groot
7aaefa42d1
Merge pull request #1815 from dalto8/timer
...
[services-systemd] Add support for timers
2021-10-29 14:29:50 +02:00
Adriaan de Groot
9e1b8622f2
[packagechooser] Replace smartClip() with just-do-it
...
QLabel allows scaling of the Pixmap by itself, and we have a
FixedAspectRatioLabel that scales a pixmap nicely. Use that.
(The new label type needed to be introduced to designer)
The screenshot should expand more agressively, so that it
does not get margins -- that just leave space around the
name and description -- when the window expands. Adjust some
of the stretching and layout in the UI file.
2021-10-29 13:15:07 +02:00
Calamares CI
65f5db29bb
i18n: [python] Automatic merge of Transifex translations
2021-10-29 11:29:38 +02:00
Calamares CI
07e831a5bf
i18n: [desktop] Automatic merge of Transifex translations
2021-10-29 11:29:38 +02:00
Calamares CI
5cea95d5eb
i18n: [calamares] Automatic merge of Transifex translations
2021-10-29 11:29:38 +02:00
Adriaan de Groot
d3d4690a81
[libcalamares] Move const to a better spot
2021-10-29 11:25:13 +02:00
Adriaan de Groot
ebf8d63669
Merge pull request #1809 from dalto8/ismoduleenabled
...
[libcalamares] Add isModuleEnabled function
2021-10-29 11:20:07 +02:00
dalto
f7d8384bff
Use key().module() instead of key().first
2021-10-28 14:49:44 -05:00
dalto
be513813e6
Clean-up from initial review
2021-10-28 14:46:38 -05:00
dalto
24fbd3ab90
More doc changes for services-systemd module
2021-10-28 07:40:05 -05:00
dalto
96f3de12b3
Update documentation for services-systemd module
2021-10-28 07:33:32 -05:00
dalto
a1699e28a2
Add support for timers
2021-10-26 16:05:49 -05:00
Adriaan de Groot
c2c55f03c9
Merge branch 'issue-1807' into calamares
...
FIXES #1807
2021-10-26 17:07:40 +02:00
Adriaan de Groot
c90b9786c6
[packagechooser] Also resize the introductory image
...
- resize the intro image
- when an invalid index is selected, *still* update the
images, so it shows the intro image (resized) at the
right time.
2021-10-26 17:05:31 +02:00
Adriaan de Groot
b9a243028b
[packagechooser] Make scaled screenshots nicer
...
- patch suggested by flyingcakes85
- patch tested by killajoe
FIXES #1807
2021-10-26 16:08:20 +02:00
Adriaan de Groot
748b16ba7f
[packagechooser] Look for screenshots in more places.
...
It is easier to put screenshots somewhere where
they can be searched-for, rather than requiring either
absolute paths (inconvenient to try out someone's
settings) or relative paths (because who knows where
Calamares will be run during testing).
2021-10-26 16:08:20 +02:00
Adriaan de Groot
be398d7edb
[packagechooser] Log loading of screenshots
...
- start of indirection in loading, so that we can do a little more
work searching for the screenshot.
2021-10-26 15:23:14 +02:00
Adriaan de Groot
d10a952065
[keyboard] Make debug output more readable
2021-10-26 15:19:02 +02:00
Adriaan de Groot
97ebaad81e
Changes: post-release housekeeping
2021-10-26 14:51:47 +02:00
Adriaan de Groot
68ad34e421
Merge pull request #1810 from dalto8/getlist
...
[libcalamares] Add getList function to Variant
2021-10-26 12:07:16 +02:00
dalto
5f55784137
Add getList function to Variant
2021-10-23 14:02:47 -05:00
dalto
e22efab1b3
Add isModuleEnabled function
2021-10-23 13:57:24 -05:00
dalto
be47b5e59c
Fix for zfs partition deletion
2021-10-23 13:40:47 -05:00
Calamares CI
132bca649e
i18n: [python] Automatic merge of Transifex translations
2021-10-04 16:06:58 +02:00
Calamares CI
87d4491395
i18n: [calamares] Automatic merge of Transifex translations
2021-10-04 16:06:57 +02:00
Adriaan de Groot
763ec6152b
Changes: pre-release housekeeping
2021-10-04 16:02:51 +02:00
Adriaan de Groot
f26f0389da
Merge pull request #1802 from calamares/issue-1801
...
[summary] Use model shared with *summaryq*
FIXES #1801
2021-10-04 15:59:34 +02:00
Adriaan de Groot
6b38985a5f
[summary] Start using the model
2021-10-04 14:52:23 +02:00
Adriaan de Groot
3bc90e6c06
[summary] Factor out widget creation
2021-10-04 14:29:54 +02:00
Adriaan de Groot
d951a9d317
[summary] Improve role names in SummaryModel
2021-10-04 12:59:50 +02:00