Skip to content

Commit

Permalink
calamares: Reenable automatic LUKS partitioning
Browse files Browse the repository at this point in the history
**Summary**
- It is now working again on BIOS since 5614c7f
  as we now always create a boot partition.
  • Loading branch information
joebonrichie committed Dec 23, 2023
1 parent 41cbf27 commit e769d10
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/c/calamares/files/install/modules/partition.conf
Expand Up @@ -20,7 +20,7 @@ defaultFileSystemType: "ext4"

availableFileSystemTypes: ["ext4","btrfs","f2fs"]

enableLuksAutomatedPartitioning: false
enableLuksAutomatedPartitioning: true

# Doesn't seem to do anything
# luksFsType "luks2"
2 changes: 1 addition & 1 deletion packages/c/calamares/package.yml
@@ -1,6 +1,6 @@
name : calamares

Check notice on line 1 in packages/c/calamares/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 3.2.62
release : 12
release : 13
source :
- https://github.com/calamares/calamares/releases/download/v3.2.62/calamares-3.2.62.tar.gz : a0fbcec2a438693753fc174220356119ad7adb8a2b19c317518aa1cb025d6dd0
homepage : https://calamares.io
Expand Down
14 changes: 7 additions & 7 deletions packages/c/calamares/pspec_x86_64.xml
Expand Up @@ -3,8 +3,8 @@
<Name>calamares</Name>
<Homepage>https://calamares.io</Homepage>
<Packager>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Packager>
<License>BSD-2-Clause</License>
<License>CC-BY-4.0</License>
Expand Down Expand Up @@ -284,7 +284,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="12">calamares</Dependency>
<Dependency release="13">calamares</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libcalamares/Branding.h</Path>
Expand Down Expand Up @@ -405,12 +405,12 @@
</Files>
</Package>
<History>
<Update release="12">
<Date>2023-12-21</Date>
<Update release="13">
<Date>2023-12-23</Date>
<Version>3.2.62</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit e769d10

Please sign in to comment.