Skip to content

Commit

Permalink
Set theme for the installer (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 14, 2016
1 parent d8edc58 commit 242bd8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 13 14:15:23 UTC 2016 - igonzalezsosa@suse.com

- Set libyui-ncurses environment before starting the installer
(related to bsc#780621)
- 3.2.4

-------------------------------------------------------------------
Thu Oct 13 13:55:33 UTC 2016 - igonzalezsosa@suse.com

Expand Down
6 changes: 3 additions & 3 deletions package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.2.3
Version: 3.2.4
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -46,8 +46,8 @@ BuildRequires: yast2 >= 3.1.180
# AutoinstSoftware.SavePackageSelection()
Requires: autoyast2-installation >= 3.1.105

# Moved proc_modules.scr
Requires: yast2 >= 3.1.186
# Needs set_inst_ncurses_env
Requires: yast2 >= 3.2.0

# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)
Expand Down
1 change: 1 addition & 0 deletions startup/YaST2.call
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function prepare_for_ncurses () {
#---------------------------------------------
check_run_fbiterm
log "\tCheck for FB-I-terminal: RUN_FBITERM = $RUN_FBITERM"
set_inst_ncurses_env
}

#----[ prepare_for_ssh ]----#
Expand Down

0 comments on commit 242bd8b

Please sign in to comment.