Skip to content

Commit

Permalink
Merge pull request #875 from mchf/SLE-15-SP6
Browse files Browse the repository at this point in the history
Minor tweak to allow access to lvm_vg_reuse proposal via an AY profile
  • Loading branch information
mchf committed Feb 15, 2024
2 parents a0e92a7 + 19903a3 commit ca2274d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
Thu Feb 15 10:19:32 UTC 2024 - Michal Filka <mfilka@suse.com>

- jsc#PED-6407
- enabled lvm_vg_reuse to be used in general/storage/proposal
section
- 4.6.6
-------------------------------------------------------------------
Thu Feb 15 09:09:59 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

- Install standard SLES when the AY XML profile selects SLE_HPC,
Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.6.5
Version: 4.6.6
Release: 0
Summary: YaST2 - Automated Installation
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/modules/AutoinstStorage.rb
Expand Up @@ -320,7 +320,7 @@ def preprocessed_settings(settings)
preprocessor.run(settings)
end

ALLOWED_OVERRIDES = [:lvm, :encryption_password].freeze
ALLOWED_OVERRIDES = [:lvm, :lvm_vg_reuse, :encryption_password].freeze
private_constant :ALLOWED_OVERRIDES
DELETE_RESIZE_OVERRIDES = [
:windows_delete_mode, :linux_delete_mode, :other_delete_mode, :resize_windows
Expand Down

0 comments on commit ca2274d

Please sign in to comment.