Skip to content

Commit

Permalink
- bnc#936091 - installation of kvm and kvm-tools on s390 finishes
Browse files Browse the repository at this point in the history
  with "Missing parameters to modify [:common, "switch_amode"]"
- 3.1.21
  • Loading branch information
charlesa committed Jul 7, 2015
1 parent 82ad658 commit c6ce52d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-vm.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 7 14:31:13 MDT 2015 - carnold@suse.com

- bnc#936091 - installation of kvm and kvm-tools on s390 finishes
with "Missing parameters to modify [:common, "switch_amode"]"
- 3.1.22

-------------------------------------------------------------------
Thu Dec 4 09:51:48 UTC 2014 - jreidinger@suse.com

Expand Down
4 changes: 2 additions & 2 deletions package/yast2-vm.spec
@@ -1,7 +1,7 @@
#
# spec file for package yast2-vm
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -17,7 +17,7 @@


Name: yast2-vm
Version: 3.1.21
Version: 3.1.22
Release: 0
Group: System/YaST

Expand Down
2 changes: 1 addition & 1 deletion src/modules/VirtConfig.rb
Expand Up @@ -526,7 +526,7 @@ def LXCDialog
Builtins.y2milestone(
"No switch_amode kernel boot parameter in /etc/zipl.conf, adding ..."
)
Bootloader.modify_kernel_params(:common, "switch_amode", :present)
Bootloader.modify_kernel_params(:common, "switch_amode" => :present)
if Bootloader.Write
zipl_updated = true
Builtins.y2milestone(
Expand Down

0 comments on commit c6ce52d

Please sign in to comment.