Remove a couple of display_disklabel call used

for debuging.
Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Paul Richards 1994-10-24 03:33:29 +00:00
parent caf2d08d24
commit 302a30b002
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3822

View File

@ -249,7 +249,6 @@ stage1()
ready = 1;
inst_disk = select_disk();
display_disklabel(inst_disk);
if (read_mbr(avail_fds[inst_disk], mbr) == -1) {
sprintf(scratch, "The following error occured will trying\nto read the master boot record:\n\n%s\nIn order to install FreeBSD a new master boot record\nwill have to be written which will mean all current\ndata on the hard disk will be lost.", errmsg);
@ -318,7 +317,6 @@ stage1()
}
}
display_disklabel(inst_disk);
/* Write master boot record and bootblocks */
if (write_mbr(avail_fds[inst_disk], mbr) == -1)
Fatal(errmsg);