diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-03-23 05:02:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-03-23 05:02:28 +0000 |
commit | 6b508faa0d2bd671051ecc083146a70d386a5da6 (patch) | |
tree | 1683099a0768b4b2cca0825be6dd79b144bfa9ba /distrib/arm64 | |
parent | 50fa17c497676fc1d2c8cd3b2eddfa18f4de5e7a (diff) |
These media do not currently support the "OpenBSD region", so the
script doesn't need support for the 3rd choice.
Diffstat (limited to 'distrib/arm64')
-rw-r--r-- | distrib/arm64/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 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..." |