svn commit: r325804 - head/release/arm64

Glen Barber gjb at FreeBSD.org
Tue Nov 14 14:31:04 UTC 2017


Author: gjb
Date: Tue Nov 14 14:31:02 2017
New Revision: 325804
URL: https://svnweb.freebsd.org/changeset/base/325804

Log:
  Correct the path to the md(4)-backed UFS filesystem for pine64
  images.
  
  Boot-tested by:	lidl
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/release/arm64/PINE64.conf

Modified: head/release/arm64/PINE64.conf
==============================================================================
--- head/release/arm64/PINE64.conf	Tue Nov 14 11:02:46 2017	(r325803)
+++ head/release/arm64/PINE64.conf	Tue Nov 14 14:31:02 2017	(r325804)
@@ -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} \


More information about the svn-src-head mailing list