summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall/stage1.c
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-10-24 03:33:29 +0000
committerpaul <paul@FreeBSD.org>1994-10-24 03:33:29 +0000
commit218f10cecaf42b2c8d850880b6fb02220e624d51 (patch)
treeb7605e664fbfb9eb5bcf4d7f811c901769eb8904 /sbin/sysinstall/stage1.c
parent5b1ca0db77a1a95a6a326b53941468eb526c9ace (diff)
downloadFreeBSD-src-218f10cecaf42b2c8d850880b6fb02220e624d51.zip
FreeBSD-src-218f10cecaf42b2c8d850880b6fb02220e624d51.tar.gz
Remove a couple of display_disklabel call used
for debuging. Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'sbin/sysinstall/stage1.c')
-rw-r--r--sbin/sysinstall/stage1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c
index d4abaee..9c2a160 100644
--- a/sbin/sysinstall/stage1.c
+++ b/sbin/sysinstall/stage1.c
@@ -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);
OpenPOWER on IntegriCloud