Skip to content

Commit

Permalink
Merge pull request #46 from yast/review_180116_ay_upgrade_mode
Browse files Browse the repository at this point in the history
[Review] Request from 'schubi2' @ 'yast/yast-firstboot/review_180116_ay_upgrade_mode'
  • Loading branch information
schubi2 committed Jan 16, 2018
2 parents 884332a + 740460b commit e674e82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-firstboot.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 16 09:12:23 CET 2018 - schubi@suse.de

- Do not initialize firstboot in AutoYaST upgrade mode.
(Additial fix for bnc#1075744)
- 4.0.2

-------------------------------------------------------------------
Thu Nov 30 17:47:59 UTC 2017 - knut.anderssen@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-firstboot.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-firstboot
Version: 4.0.1
Version: 4.0.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Firstboot.rb
Expand Up @@ -73,7 +73,7 @@ def main
end

def Firstboot
if Mode.config || Mode.autoinst
if Mode.config || Mode.auto
Builtins.y2milestone(
"no firstboot initialization in mode %1",
Mode.mode
Expand Down

0 comments on commit e674e82

Please sign in to comment.