diff options
author | 2018-03-23 05:02:27 +0000 | |
---|---|---|
committer | 2018-03-23 05:02:27 +0000 | |
commit | 732bb20505a995adec656fda12edaaf18d92dbd1 (patch) | |
tree | 6a2f929969e55135a2207faf4413bfe62e4e8cb7 | |
parent | ssl.h HISTORY up to 1.0.0; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-732bb20505a995adec656fda12edaaf18d92dbd1.tar.xz wireguard-openbsd-732bb20505a995adec656fda12edaaf18d92dbd1.zip |
These media do not currently support the "OpenBSD region", so the
script doesn't need support for the 3rd choice.
-rw-r--r-- | distrib/arm64/ramdisk/install.md | 4 | ||||
-rw-r--r-- | distrib/armv7/ramdisk/install.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/arm64/ramdisk/install.md b/distrib/arm64/ramdisk/install.md index f093eed3f2c..80bf114f3c5 100644 --- a/distrib/arm64/ramdisk/install.md +++ b/distrib/arm64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 2018/02/25 01:53:29 jsg Exp $ +# $OpenBSD: install.md,v 1.9 2018/03/23 05:02:27 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -87,7 +87,7 @@ md_prep_fdisk() { else echo "MBR has invalid signature; not showing it." fi - ask "Use (W)hole disk$ or (E)dit the MBR?" "$_d" + ask "Use (W)hole disk or (E)dit the MBR?" "$_d" case $resp in [wW]*) echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..." diff --git a/distrib/armv7/ramdisk/install.md b/distrib/armv7/ramdisk/install.md index 23d574e4e7a..f16cc60c7d3 100644 --- a/distrib/armv7/ramdisk/install.md +++ b/distrib/armv7/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.48 2017/09/01 04:40:40 jsg Exp $ +# $OpenBSD: install.md,v 1.49 2018/03/23 05:02:27 deraadt Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -101,7 +101,7 @@ md_prep_fdisk() { else echo "MBR has invalid signature; not showing it." fi - ask "Use (W)hole disk$ or (E)dit the MBR?" "$_d" + ask "Use (W)hole disk or (E)dit the MBR?" "$_d" case $resp in [wW]*) echo -n "Creating a ${bootfstype} partition and an OpenBSD partition for rest of $_disk..." |