diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2022-08-31 19:38:43 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2022-08-31 19:38:43 +0000 |
commit | a3e422b3c49819e2f316d4769b06eda3188ec19a (patch) | |
tree | 5445042ed2c61b51571ebc83b3f783a161ca6d6c | |
parent | 430cc244875f3f45805df44671d5536b2c9e4146 (diff) |
Denote possible answers in the usual manner
OK miod
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index 46ad74be25a..39483b19c29 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -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 ;; |