svn commit: r319864 - head/usr.sbin/bsdinstall/scripts

Allan Jude allanjude at FreeBSD.org
Mon Jun 12 19:31:28 UTC 2017


Author: allanjude
Date: Mon Jun 12 19:31:26 2017
New Revision: 319864
URL: https://svnweb.freebsd.org/changeset/base/319864

Log:
  bsdinstall: support Auto ZFS mode for ARM64
  
  Reported by:	Shawn Webb
  MFC after:	3 days

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto	Mon Jun 12 19:29:31 2017	(r319863)
+++ head/usr.sbin/bsdinstall/scripts/auto	Mon Jun 12 19:31:26 2017	(r319864)
@@ -260,7 +260,7 @@ Shell \"Open a shell and partition by hand\""
 
 CURARCH=$( uname -m )
 case $CURARCH in
-	amd64|i386)	# Booting ZFS Supported
+	amd64|arm64|i386)	# Booting ZFS Supported
 		PMODES="$PMODES \"Auto (ZFS)\" \"Guided Root-on-ZFS\""
 		;;
 	*)		# Booting ZFS Unspported


More information about the svn-src-head mailing list