Skip to content

Commit

Permalink
fix kexec to look into boot dir (bsc#981434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 22, 2016
1 parent 9da9bb2 commit 0fdb76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/bootloader/kexec.rb
Expand Up @@ -99,8 +99,8 @@ def copy_kernel
cmd = Yast::Builtins.sformat(
"/bin/cp -L %1/%2 %1/%3 %4",
Yast::Installation.destdir,
"vmlinuz",
"initrd",
"boot/vmlinuz",
"boot/initrd",
Yast::Directory.vardir
)

Expand Down

0 comments on commit 0fdb76d

Please sign in to comment.