dalto
e861d8b319
[mount] zfs changes from review feedback
2021-11-15 18:00:04 -06:00
dalto
abb6f73725
[partition] zfs changes from review feedback
2021-11-15 17:59:33 -06:00
dalto
b6692341e7
[fstab] Exclude zfs partitions from fstab
2021-11-14 09:07:58 -06:00
dalto
af4b87a4cc
[mount] Move zfs code into a seperate function to improve readability
2021-11-13 14:09:16 -06:00
dalto
c3524c07ad
[zfs] Ensure overlapping datasets don't get created and code cleanup
2021-11-13 13:43:26 -06:00
dalto
cca38695ed
[umount] Export zpools after unmounting
2021-11-13 11:13:39 -06:00
dalto
cf20d6495b
[partition] Ensure format is selected for existing zfs partitions
2021-11-13 10:43:07 -06:00
dalto
8bdfcac0fb
[partition] Add support for zfs encryption when erase disk is selected
2021-11-13 09:31:23 -06:00
dalto
4bed079ebf
Add support for multiple zpools
2021-11-12 16:06:06 -06:00
dalto
91762e3df4
[zfs] Fix typo and add missing continue
2021-11-09 14:54:46 -06:00
dalto
90452147a3
[mount] Fix zfs code and add support for encryption
2021-11-09 14:53:44 -06:00
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