From 56ca5911f600f2d0244cb68bae541013c73a1482 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 1 Dec 2017 18:19:30 +0000 Subject: [PATCH] arm64 is now also a _syspatch_arch --- distrib/miniroot/install.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index bd58bfb47c9..5dbf641851b 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1044 2017/11/05 11:16:16 rpe Exp $ +# $OpenBSD: install.sub,v 1.1045 2017/12/01 18:19:30 tb Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer @@ -2643,7 +2643,7 @@ store_random() { finish_up() { local _dev _mp _fstype _rest _d local _kernel_dir=/mnt/usr/share/relink/kernel - local _kernel=${MDKERNEL:-GENERIC} _syspatch_archs="amd64 i386" + local _kernel=${MDKERNEL:-GENERIC} _syspatch_archs="amd64 arm64 i386" # Mount all known swap partitions. This gives systems with little # memory a better chance at running 'MAKEDEV all'. -- 2.20.1