From 3f266bdacd577948d2ae789cfe31cc2939a83cf9 Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 4 Apr 2023 08:39:40 +0000 Subject: [PATCH] Enable guided disk encryption support on arm64 All board specific quirks inside the installer (and other bugs) relating to root on softraid are fixed, so that install media with the new question just works for plain as well as encrypted installs. Tested on Pinebook Pro, Raspberry Pi 4b, SolidRun CEX7. --- distrib/arm64/ramdisk/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md index e4a8a67c7f5..b7ae7b04500 100644 --- a/distrib/arm64/ramdisk/install.md +++ b/distrib/arm64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.43 2023/04/04 08:31:35 kn Exp $ +# $OpenBSD: install.md,v 1.44 2023/04/04 08:39:40 kn Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -32,6 +32,7 @@ # machine dependent section of installation/upgrade script. # +MDBOOTSR=y NCPU=$(sysctl -n hw.ncpufound) MOUNT_ARGS_msdos="-o-l" -- 2.20.1