Denote possible answers in the usual manner
authorkn <kn@openbsd.org>
Wed, 31 Aug 2022 19:38:42 +0000 (19:38 +0000)
committerkn <kn@openbsd.org>
Wed, 31 Aug 2022 19:38:42 +0000 (19:38 +0000)
OK miod

distrib/macppc/ramdisk/install.md

index 46ad74b..39483b1 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: install.md,v 1.74 2022/02/14 22:38:24 krw Exp $
+#      $OpenBSD: install.md,v 1.75 2022/08/31 19:38:42 kn Exp $
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -138,7 +138,7 @@ md_prep_disklabel() {
        PARTTABLE=
        while [[ -z $PARTTABLE ]]; do
                resp=MBR
-               disk_has $_disk hfs && ask "Use HFS or MBR partition table?" MBR
+               disk_has $_disk hfs && ask "Use (H)FS or (M)BR partition table?" MBR
                case $resp in
                [mM]*)  md_prep_MBR $_disk && PARTTABLE=MBR ;;
                [hH]*)  md_prep_HFS $_disk && PARTTABLE=HFS ;;