Merge pull request #12607 from zvonkok/system-map

kernel: Ship System.map as part of the kernel build
This commit is contained in:
Alex Lyn
2026-03-16 09:37:44 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -1 +1 @@
185
186