This question fails to adhere to our standard way of showing how to
actually answer a question.

OK?

Spotted while looking at how macppc preps disks so I can do the same in
the installboot regress tests.

Index: ramdisk/install.md
===================================================================
RCS file: /cvs/src/distrib/macppc/ramdisk/install.md,v
retrieving revision 1.74
diff -u -p -r1.74 install.md
--- ramdisk/install.md  14 Feb 2022 22:38:24 -0000      1.74
+++ ramdisk/install.md  31 Aug 2022 18:36:32 -0000
@@ -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 ;;

Reply via email to