Create the /boot/msdos directory so the FAT partition is mounted

properly.

Noticed by:	sbruno
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-07 20:25:17 +00:00
parent e26ba8ae96
commit efc6ab44f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-arm-redux/; revision=282607

View file

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