summaryrefslogtreecommitdiff
path: root/distrib/riscv64
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-03-07 17:29:43 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-03-07 17:29:43 +0000
commitb926dcb7a89d0e7bd854da1b9031dbaecbb19bce (patch)
tree231e2e18006e31582feef401901f5514b0d3ecdb /distrib/riscv64
parent34eec973dd5604bba5d8544cf93d34b8b0887fe3 (diff)
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
Diffstat (limited to 'distrib/riscv64')
-rw-r--r--distrib/riscv64/ramdisk/install.md3
1 files changed, 2 insertions, 1 deletions
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() {