mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Fix the name of the final image.
Sigh. Thou shalt not commit before coffee. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b3e7a59bdf
commit
40847e360b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-arm-redux/; revision=282627
@ -345,7 +345,7 @@ chroot_arm_armv6_build_release() {
|
||||
arm_install_uboot
|
||||
mdconfig -d -u ${mddev}
|
||||
rmdir ${CHROOTDIR}/${DESTDIR}
|
||||
mv ${IMGBASE} ${IMGBASE}-${KERNEL}.img
|
||||
mv ${IMGBASE} ${CHROOTDIR}/${OBJDIR}/${OSRELEASE}-${KERNEL}.img
|
||||
|
||||
return 0
|
||||
} # chroot_arm_armv6_build_release()
|
||||
|
Loading…
Reference in New Issue
Block a user