From b926dcb7a89d0e7bd854da1b9031dbaecbb19bce Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Tue, 7 Mar 2023 17:29:43 +0000 Subject: Initial support for guided disk encryption One new question to cover the most common use case, such that manual setup in (S)hell or '!' prior to install is no longer required: Encrypt the root disk? (disk, 'no' or '?' for details) [no] ? Create a passphrase protected CRYPTO softraid volume to be used as root disk. Available disks are: sd0. Encrypt the root disk? (disk, 'no' or '?' for details) [no] Use of keydisk or different disciplines are not covered. Only asked in interactive installations; no autoinstall(8) or upgrades. Only reachable on i386, amd64, sparc64 and riscv64 for now (arm64 WIP). Tested by cheloha naddy and a few users Feedback from cheloha deraadt claudio OK cheloha "get it in now" deraadt --- distrib/riscv64/ramdisk/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'distrib/riscv64') diff --git a/distrib/riscv64/ramdisk/install.md b/distrib/riscv64/ramdisk/install.md index 8f315c34d11..fbd8516a253 100644 --- a/distrib/riscv64/ramdisk/install.md +++ b/distrib/riscv64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.7 2023/02/06 08:41:00 kn Exp $ +# $OpenBSD: install.md,v 1.8 2023/03/07 17:29:42 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) md_installboot() { -- cgit v1.2.3