diff options
| author | Allan Jude <allanjude@FreeBSD.org> | 2017-06-12 19:31:26 +0000 |
|---|---|---|
| committer | Allan Jude <allanjude@FreeBSD.org> | 2017-06-12 19:31:26 +0000 |
| commit | 3735bba384045f71915dabd58db4e9cfb9ec8a48 (patch) | |
| tree | c896fa69ef53e1b641d2a4e00769f55068f7b7ee /usr.sbin/bsdinstall/scripts | |
| parent | 46c380e6dbbe4d4c95b582539d6e721b78d8fb05 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/bsdinstall/scripts')
| -rwxr-xr-x | usr.sbin/bsdinstall/scripts/auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 254daa23280e7..42b7422a6caca 100755 --- a/usr.sbin/bsdinstall/scripts/auto +++ b/usr.sbin/bsdinstall/scripts/auto @@ -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 |
