mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct the path to the md(4)-backed UFS filesystem for pine64
images. Boot-tested by: lidl Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
6fd07539f0
commit
760c3a19e2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ arm_install_uboot() {
|
|||
of=/dev/${mddev} bs=1k seek=8 conv=sync
|
||||
chroot ${CHROOTDIR} mkdir -p "${FATMOUNT}" "${UFSMOUNT}"
|
||||
chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${FATMOUNT}
|
||||
chroot ${CHROOTDIR} mount /dev/${mddev}s2a ${UFSMOUNT}
|
||||
chroot ${CHROOTDIR} mount /dev/${mddev}s2 ${UFSMOUNT}
|
||||
|
||||
BOOTFILES="$(chroot ${CHROOTDIR} \
|
||||
env TARGET=${EMBEDDED_TARGET} TARGET_ARCH=${EMBEDDED_TARGET_ARCH} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue