bsdinstall: support Auto ZFS mode for ARM64

Reported by:	Shawn Webb
MFC after:	3 days
This commit is contained in:
Allan Jude 2017-06-12 19:31:26 +00:00
parent 46c380e6db
commit 3735bba384

View File

@ -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