mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
bsdinstall: support Auto ZFS mode for ARM64
Reported by: Shawn Webb MFC after: 3 days
This commit is contained in:
parent
46c380e6db
commit
3735bba384
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue