From: kn Date: Thu, 5 Oct 2023 11:58:34 +0000 (+0000) Subject: Mention the option to encrypt the root disk on supported architectures X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7869b2fdaac7e118bfd1783874fe25ce3b8b0f09;p=openbsd Mention the option to encrypt the root disk on supported architectures with miod --- diff --git a/distrib/notes/alpha/features b/distrib/notes/alpha/features index 186332e4c19..454d615b942 100644 --- a/distrib/notes/alpha/features +++ b/distrib/notes/alpha/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},1)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/amd64/features b/distrib/notes/amd64/features index 1b7a4de65a9..7bd8e2a69f7 100644 --- a/distrib/notes/amd64/features +++ b/distrib/notes/amd64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.3 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},1)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},1)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},1)dnl diff --git a/distrib/notes/arm64/features b/distrib/notes/arm64/features index e4aa7b766ac..fadec7e9445 100644 --- a/distrib/notes/arm64/features +++ b/distrib/notes/arm64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2023/03/16 18:04:08 miod Exp $ +dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},1)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},1)dnl diff --git a/distrib/notes/armv7/features b/distrib/notes/armv7/features index b4c72be0253..996df109bc3 100644 --- a/distrib/notes/armv7/features +++ b/distrib/notes/armv7/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.3 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/hppa/features b/distrib/notes/hppa/features index 407e702e14a..d9a9ac57a4c 100644 --- a/distrib/notes/hppa/features +++ b/distrib/notes/hppa/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.6 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.7 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/i386/features b/distrib/notes/i386/features index 6f8303a3b71..b040b20d08b 100644 --- a/distrib/notes/i386/features +++ b/distrib/notes/i386/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.3 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},1)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},1)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},1)dnl diff --git a/distrib/notes/landisk/features b/distrib/notes/landisk/features index 39ce7aa5ddc..8a34338caec 100644 --- a/distrib/notes/landisk/features +++ b/distrib/notes/landisk/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/loongson/features b/distrib/notes/loongson/features index 62c17c4216b..5588c032ed8 100644 --- a/distrib/notes/loongson/features +++ b/distrib/notes/loongson/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2023/03/16 18:04:08 miod Exp $ +dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/luna88k/features b/distrib/notes/luna88k/features index 9d35af91f9c..33c3ae02dca 100644 --- a/distrib/notes/luna88k/features +++ b/distrib/notes/luna88k/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.5 2023/03/16 18:04:08 miod Exp $ +dnl $OpenBSD: features,v 1.6 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 3055da22d38..9027f4ca57a 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.135 2022/10/10 10:42:42 jsg Exp $ +dnl $OpenBSD: m4.common,v 1.136 2023/10/05 11:58:34 kn Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries dnl @@ -432,7 +432,11 @@ dnl install.sh ask whether to use DUIDs before the md_prep_disklabel loop The installation program will now tell you which disks it can install on, and ask you which it should use. - Reply with the name of your root disk.-:})dnl + Reply with the name of your root disk.ifelse(MDBOOTSR,,,{:- + + You will be given the possibility to encrypt the contents of that + disk with a passphrase.-:})dnl +-:})dnl dnl install.sh md_prep_disklabel loop dnl dnl OpenBSDInstallMBRPart1 diff --git a/distrib/notes/macppc/features b/distrib/notes/macppc/features index ba084552cd2..78e49c4df67 100644 --- a/distrib/notes/macppc/features +++ b/distrib/notes/macppc/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.5 2021/03/15 09:29:51 jsg Exp $ +dnl $OpenBSD: features,v 1.6 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},1)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},1)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/octeon/features b/distrib/notes/octeon/features index d883b041e5b..0fd1f672ae7 100644 --- a/distrib/notes/octeon/features +++ b/distrib/notes/octeon/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.5 2023/03/16 18:04:08 miod Exp $ +dnl $OpenBSD: features,v 1.6 2023/10/05 11:58:34 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/powerpc64/features b/distrib/notes/powerpc64/features index 27fd70513c5..ceb65e24871 100644 --- a/distrib/notes/powerpc64/features +++ b/distrib/notes/powerpc64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.3 2023/03/16 18:04:08 miod Exp $ +dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:35 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},)dnl diff --git a/distrib/notes/riscv64/features b/distrib/notes/riscv64/features index 9ad35aa06ee..d070328d51b 100644 --- a/distrib/notes/riscv64/features +++ b/distrib/notes/riscv64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.3 2023/03/16 18:04:08 miod Exp $ +dnl $OpenBSD: features,v 1.4 2023/10/05 11:58:35 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},1)dnl diff --git a/distrib/notes/sparc64/features b/distrib/notes/sparc64/features index 0e5d177edc7..6cf7c6c007b 100644 --- a/distrib/notes/sparc64/features +++ b/distrib/notes/sparc64/features @@ -1,4 +1,4 @@ -dnl $OpenBSD: features,v 1.4 2021/03/15 09:29:52 jsg Exp $ +dnl $OpenBSD: features,v 1.5 2023/10/05 11:58:35 kn Exp $ dnl dnl This file lists almost all the conditional features of this port, dnl which are used to provide accurate installation notes. @@ -38,3 +38,6 @@ define({:-MDXAPERTURE-:},1)dnl dnl dnl define if the X server can start without a configuration file define({:-MDXDM-:},1)dnl +dnl +dnl define if boot loaders support softraid(4) volumes +define({:-MDBOOTSR-:},1)dnl