Skip to content

Commit

Permalink
Merge pull request #63 from lnussel/master
Browse files Browse the repository at this point in the history
firstboot fixes
  • Loading branch information
imobachgs committed Apr 11, 2019
2 parents 2219b2a + 8d89a07 commit 172a6d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 0 additions & 10 deletions control/firstboot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,6 @@
<label>Welcome</label>
<name>firstboot_welcome</name>
</module>
<module>
<label>License Agreements</label>
<enabled config:type="boolean">false</enabled>
<name>firstboot_licenses</name>
</module>
<module>
<label>License Agreement</label>
<enabled config:type="boolean">true</enabled>
<name>firstboot_license_novell</name>
</module>
<module>
<label>License Agreement</label>
<enabled config:type="boolean">true</enabled>
Expand Down
7 changes: 7 additions & 0 deletions package/yast2-firstboot.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 11 09:25:14 UTC 2019 - lnussel@suse.de

- Disable duplicate license dialogs (boo#131301)
- Initialize product in firstboot (boo#1132189)
- 4.1.6

-------------------------------------------------------------------
Fri Feb 8 07:25:32 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

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

Name: yast2-firstboot
Version: 4.1.5
Version: 4.1.6
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
3 changes: 3 additions & 0 deletions src/clients/firstboot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def main
Yast.import "Directory"
Yast.import "Mode"
Yast.import "Stage"
Yast.import "Product"
Yast.import "ProductControl"
Yast.import "Wizard"
Yast.import "Report"
Expand Down Expand Up @@ -64,6 +65,8 @@ def main
# firstboot workflow expect them to be initialized (bug #335979)
PackageCallbacksInit.InitPackageCallbacks

UI.SetProductName(Product.name)

@ret = ProductControl.Run
Builtins.y2milestone("ProductControl::Run() returned: %1", @ret)

Expand Down

0 comments on commit 172a6d4

Please sign in to comment.