diff --git a/image/alp/etc/d-installer.yaml b/image/alp/etc/d-installer.yaml index 1dc3ec8d21..a700ae3999 100644 --- a/image/alp/etc/d-installer.yaml +++ b/image/alp/etc/d-installer.yaml @@ -27,10 +27,13 @@ ALP: optional_patterns: null # no optional pattern shared mandatory_packages: - device-mapper # Apparently needed if devices at /dev/mapper are used at boot (eg. FDE) + - fde-tools # Needed for FDE with TPM, hardcoded here temporarily + - libtss2-tcti-device0 # Same than fde-tools optional_packages: null base_product: ALP security: + tpm_luks_open: true lsm: selinux available_lsms: # apparmor: diff --git a/service/Gemfile.lock b/service/Gemfile.lock index 2e667702cc..707e641833 100644 --- a/service/Gemfile.lock +++ b/service/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - d-installer (0.6) + d-installer (0.6.2) cfa (~> 1.0.2) cfa_grub2 (~> 2.0.0) cheetah (~> 1.0.0) @@ -26,11 +26,11 @@ GEM docile (1.4.0) eventmachine (1.2.7) fast_gettext (2.2.0) - nokogiri (1.13.9-x86_64-linux) + nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) packaging_rake_tasks (1.5.1) rake - racc (1.6.0) + racc (1.6.1) rake (13.0.6) rexml (3.2.5) rspec (3.11.0) @@ -61,8 +61,8 @@ GEM webrick (~> 1.7.0) PLATFORMS - ruby x86_64-linux + x86_64-linux-gnu DEPENDENCIES byebug diff --git a/service/VERSION b/service/VERSION index ee6cdce3c2..b616048743 100644 --- a/service/VERSION +++ b/service/VERSION @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/service/package/rubygem-d-installer.changes b/service/package/rubygem-d-installer.changes index 85ad8ab625..3ff65a1c5a 100644 --- a/service/package/rubygem-d-installer.changes +++ b/service/package/rubygem-d-installer.changes @@ -3,6 +3,7 @@ Thu Dec 15 13:15:10 UTC 2022 - Imobach Gonzalez Sosa - Implement the ImportGpgKey libzypp callback (gh#yast/d-installer#371) +- Version 0.6.2 ------------------------------------------------------------------- Wed Dec 14 22:38:24 UTC 2022 - Imobach Gonzalez Sosa diff --git a/web/package/cockpit-d-installer.changes b/web/package/cockpit-d-installer.changes index 8739e73399..25e6c5a40f 100644 --- a/web/package/cockpit-d-installer.changes +++ b/web/package/cockpit-d-installer.changes @@ -3,6 +3,7 @@ Thu Dec 15 10:14:22 UTC 2022 - Knut Anderssen - Do not show the link to configure wifi networks when wireless is not enabled (gh#yast/d-installer#323). +- Version 0.6.2 ------------------------------------------------------------------- Thu Dec 15 08:55:02 UTC 2022 - Imobach Gonzalez Sosa