mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-16 17:52:20 +00:00
Merge pull request #12607 from zvonkok/system-map
kernel: Ship System.map as part of the kernel build
This commit is contained in:
@@ -611,6 +611,7 @@ install_kata() {
|
||||
fi
|
||||
|
||||
install --mode 0644 -D ./.config "${install_path}/config-${kernel_version}-${config_version}${suffix}"
|
||||
install --mode 0644 -D ./System.map "${install_path}/System.map-${kernel_version}-${config_version}${suffix}"
|
||||
|
||||
ln -sf "${vmlinuz}" "${install_path}/vmlinuz${suffix}.container"
|
||||
ln -sf "${vmlinux}" "${install_path}/vmlinux${suffix}.container"
|
||||
|
||||
@@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
||||
Reference in New Issue
Block a user