Skip to content

Commit

Permalink
Merge pull request #207 from yast/review_160419_bootloader_cleanup
Browse files Browse the repository at this point in the history
removed obsolete bootloader stuff
  • Loading branch information
schubi2 committed Apr 19, 2016
2 parents 44dbe8c + b83c88b commit 8afeaff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 19 16:43:33 CEST 2016 - schubi@suse.de

- Removed obsolete bootloader stuff.
(related to FATE#317701)
- 3.1.124

-------------------------------------------------------------------
Fri Apr 15 13:52:47 UTC 2016 - lslezak@suse.cz

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


Name: autoyast2
Version: 3.1.123
Version: 3.1.124
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 0 additions & 2 deletions src/clients/inst_autosetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def main
Yast.import "AutoinstScripts"
Yast.import "AutoinstGeneral"
Yast.import "AutoinstSoftware"
Yast.import "Bootloader"
Yast.import "Popup"
Yast.import "Arch"
Yast.import "AutoinstLVM"
Expand All @@ -47,7 +46,6 @@ def main
Yast.import "AutoinstFunctions"
Yast.import "Wizard"

Yast.include self, "bootloader/routines/autoinstall.rb"
Yast.include self, "autoinstall/ask.rb"

@help_text = _(
Expand Down

0 comments on commit 8afeaff

Please sign in to comment.