File kiwi-debug-kversion.patch of Package python-kiwi
--- kiwi-9.17.17/kiwi/config/functions.sh 2019/02/17 16:41:16 1.1
+++ kiwi-9.17.17/kiwi/config/functions.sh 2019/02/17 16:41:28
@@ -1003,7 +1003,7 @@
echo "Failed to find a mapping kernel"
fi
if [ -f "vmlinux-${kernel_version}.gz" ];then
- mv "vmlinux-${kernel_version}.gz" vmlinux.gz
+ cp -al "vmlinux-${kernel_version}.gz" vmlinux.gz
fi
popd || return
done