diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2017-12-01 18:19:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2017-12-01 18:19:31 +0000 |
commit | 899968f518971ddb53ac4c372df97ba94206649e (patch) | |
tree | a424fb69ca331ea729bf2cbb0ec37a2b1415a92e | |
parent | a8fa227adf4d79dc73d0ec744e655d10576fc866 (diff) |
arm64 is now also a _syspatch_arch
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files 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 <rpe@openbsd.org> @@ -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'. |