Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions image/alp/etc/d-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions service/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -61,8 +61,8 @@ GEM
webrick (~> 1.7.0)

PLATFORMS
ruby
x86_64-linux
x86_64-linux-gnu

DEPENDENCIES
byebug
Expand Down
2 changes: 1 addition & 1 deletion service/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2
1 change: 1 addition & 0 deletions service/package/rubygem-d-installer.changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Thu Dec 15 13:15:10 UTC 2022 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- 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 <igonzalezsosa@suse.com>
Expand Down
1 change: 1 addition & 0 deletions web/package/cockpit-d-installer.changes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Thu Dec 15 10:14:22 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

- 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 <igonzalezsosa@suse.com>
Expand Down