aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2014-11-28 11:41:28 +0000
committerRaúl Porcel <armin76@gentoo.org>2014-11-28 11:41:28 +0000
commit5fcc351d0cdc830e1291408f45024c02e6cb1bf7 (patch)
treef1b08cde9c328719a4df9d3144466e8cbc617b1f /targets
parentTypo (diff)
downloadcatalyst-5fcc351d0cdc830e1291408f45024c02e6cb1bf7.tar.gz
catalyst-5fcc351d0cdc830e1291408f45024c02e6cb1bf7.tar.bz2
catalyst-5fcc351d0cdc830e1291408f45024c02e6cb1bf7.zip
Fix name of system.map for sparc
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/support/netboot2-final.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh
index 7f85538a..418d70bc 100755
--- a/targets/support/netboot2-final.sh
+++ b/targets/support/netboot2-final.sh
@@ -51,7 +51,7 @@ case ${clst_hostarch} in
fi
for x in ${clst_boot_kernel}; do
elftoaout ${clst_target_path}/kernels/${x} -o ${clst_target_path}${x}-a.out
- ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}kernels/misc/System.map-${x} ${clst_target_path}kernels/misc/${x}.igz
+ ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}kernels/misc/System-${x}.map ${clst_target_path}kernels/misc/${x}.igz
done
;;
ia64)