mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
e26ba8ae96
commit
efc6ab44f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue