Skip to content

Commit

Permalink
Merge pull request #7 from yast/fix_installation
Browse files Browse the repository at this point in the history
Fix installation
  • Loading branch information
jreidinger committed Jan 29, 2014
2 parents 9a5e070 + f493f0f commit 7c55dad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-kdump.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 29 15:24:47 UTC 2014 - jreidinger@suse.com

- Fix internal error popup during installation(BNC#861075)
- 3.1.4

-------------------------------------------------------------------
Thu Jan 23 09:27:46 UTC 2014 - mvidner@suse.com

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


Name: yast2-kdump
Version: 3.1.3
Version: 3.1.4
Release: 0

Url: https://github.com/yast/yast-kdump
Expand Down
3 changes: 3 additions & 0 deletions src/modules/Kdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,9 @@ def ReadKdumpKernelParam
TEMPORARY_CONFIG_FILE = "/var/lib/YaST2/kdump.sysconfig"

def write_temporary_config_file
# In inst_sys there is not kdump_file
return unless FileUtils.Exists(@kdump_file)

# FIXME parameterize Write instead of copying the old config
# NOTE make sure we do not lose 600 mode (cp is ok)
command = "cp #{@kdump_file} #{TEMPORARY_CONFIG_FILE}"
Expand Down

0 comments on commit 7c55dad

Please sign in to comment.