Fix path to /boot/msdos for the target image.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-08 10:38:32 +00:00
parent 70437a3a2f
commit fef41f600c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-arm-redux/; revision=282624

View file

@ -84,7 +84,7 @@ arm_install_base() {
TARGET_ARCH=${EMBEDDED_TARGET_ARCH} \
DESTDIR=${DESTDIR} KERNCONF=${KERNEL} \
installworld installkernel distribution
chroot ${CHROOTDIR} mkdir -p /boot/msdos
chroot ${CHROOTDIR} mkdir -p ${DESTDIR}/boot/msdos
echo '# Custom /etc/fstab for FreeBSD embedded images' \
> ${CHROOTDIR}/${DESTDIR}/etc/fstab