Skip to content

Commit

Permalink
Merge pull request #174 from yast/bug_960907
Browse files Browse the repository at this point in the history
Bug 960907
  • Loading branch information
schubi2 committed Jan 12, 2016
2 parents 360d7ab + 26a5418 commit 63aeb46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 12 15:25:18 CET 2016 - schubi@suse.de

- Downloading init scripts to /mnt while first installation stage.
(bnc#960907, bnc#961320)
- 3.1.101.6

-------------------------------------------------------------------
Fri Nov 27 16:32:46 CET 2015 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.101.5
Version: 3.1.101.6
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
3 changes: 2 additions & 1 deletion src/modules/AutoinstScripts.rb
Expand Up @@ -792,7 +792,8 @@ def Write(type, special)
end
elsif type == "init-scripts"
scriptPath = Builtins.sformat(
"%1/%2",
"%1%2/%3",
AutoinstConfig.destdir,
AutoinstConfig.initscripts_dir,
scriptName
)
Expand Down

0 comments on commit 63aeb46

Please sign in to comment.