Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Handle autoinst AND autoupgrade (bsc#1222153) [SLE-15-SP5] #1114

Open
wants to merge 2 commits into
base: SLE-15-SP5
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 16 12:25:39 UTC 2024 - Stefan Hundhammer <[email protected]>

- Handle autoinst AND autoupgrade for the AutoYaST 'halt' mode
(bsc#1222153)
- 4.5.20

-------------------------------------------------------------------
Wed Nov 29 16:27:50 UTC 2023 - Imobach Gonzalez Sosa <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.5.19
Version: 4.5.20
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/clients/yast_inf_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main
Ops.set(@linuxrc, "Root", "kexec") if LoadKexec()

# Override linuxrc settings in autoinst mode
if Mode.autoinst
if Mode.auto
if AutoinstConfig.ForceBoot
Ops.set(@linuxrc, "Root", "reboot")
elsif AutoinstConfig.RebootMsg
Expand Down
Loading