On pmax, write bootblocks to raw C partition, not A partition.

pmax still writes bootblocks with disklabel -B, not installboot.
This commit is contained in:
jonathan 1997-11-02 02:21:04 +00:00
parent b6558b2b59
commit 57c4aa7f69
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.5 1997/11/01 23:44:23 jonathan Exp $ */
/* $NetBSD: md.c,v 1.6 1997/11/02 02:21:04 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -112,8 +112,8 @@ void md_post_newfs (void)
{
/* XXX boot blocks ... */
printf (msg_string(MSG_dobootblks), diskdev);
run_prog ("/sbin/disklabel -B -b /usr/mdec/rzboot -s /usr/mdec/bootrz "
"/dev/r%sa", diskdev);
run_prog_noerr ("/sbin/disklabel -B %s /dev/r%sc",
"-b /usr/mdec/rzboot -s /usr/mdec/bootrz", diskdev);
}
void md_copy_filesystem (void)