Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2017 19:31:26 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319864 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <201706121931.v5CJVQqA052434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706121931.v5CJVQqA052434>