--- src/distrib/utils/sysinst/arch/macppc/md.c-oo Sun Jan 14 20:22:26 2001 +++ src/distrib/utils/sysinst/arch/macppc/md.c Fri Jun 15 22:35:03 2001 @@ -138,11 +138,16 @@ { const char *bootfile = target_expand("/boot"); /*XXX*/ + if (md_get_info()) { + if (0) { printf (msg_string(MSG_dobootblks), diskdev); cp_to_target("/usr/mdec/ofwboot", "/boot"); sync(); run_prog(RUN_DISPLAY, NULL, "/usr/mdec/installboot %s %s /dev/r%sa", bootfile, "/usr/mdec/bootxx", diskdev); + }} + else { + printf ("Label looks like Apples one. Will not run installboot\n");} return 0; }