Index: distrib/utils/sysinst/arch/sandpoint/md.c =================================================================== RCS file: /e/cvsync/cvsync/src/distrib/utils/sysinst/arch/sandpoint/md.c,v retrieving revision 1.26 diff -u -r1.26 md.c --- distrib/utils/sysinst/arch/sandpoint/md.c 5 Apr 2006 16:55:06 -0000 1.26 +++ distrib/utils/sysinst/arch/sandpoint/md.c 1 Apr 2008 01:59:35 -0000 @@ -86,11 +86,13 @@ int md_post_newfs(void) { +#if 0 /* boot blocks ... */ printf (msg_string(MSG_dobootblks), diskdev); run_program(RUN_DISPLAY, "/usr/mdec/installboot -v /usr/mdec/biosboot.sym /dev/r%sa", diskdev); +#endif return 0; } @@ -100,7 +102,7 @@ if (target_already_root()) { return 0; } - +#if 0 /* Copy the instbin(s) to the disk */ if (run_program(RUN_DISPLAY | RUN_PROGRESS, "pax -X -O -r -w -pe / %s", targetroot_mnt) != 0) @@ -110,6 +112,9 @@ if (cp_to_target ("/tmp/.hdprofile", "/.profile")!= 0) return 1; return cp_to_target ("/usr/share/misc/termcap", "/.termcap"); +#else + return 0; +#endif }