bsdinstall: support Auto ZFS mode for ARM64
Reported by: Shawn Webb MFC after: 3 days
This commit is contained in:
parent
46c380e6db
commit
3735bba384
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user