summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall/stage1.c
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-10-26 07:34:38 +0000
committerpaul <paul@FreeBSD.org>1994-10-26 07:34:38 +0000
commit3d2409e7dd563002ab714c456805de5d90443d26 (patch)
tree42b9370fd9436cd01c74b67392a881b4b4076549 /sbin/sysinstall/stage1.c
parent6b1d934bd98d7294f8bbe25c513c2adc663b9304 (diff)
downloadFreeBSD-src-3d2409e7dd563002ab714c456805de5d90443d26.zip
FreeBSD-src-3d2409e7dd563002ab714c456805de5d90443d26.tar.gz
Clean up the mess from the previous commit which used a out of sync
patch file. Now, we should be able to configure disklabels using the editor.
Diffstat (limited to 'sbin/sysinstall/stage1.c')
-rw-r--r--sbin/sysinstall/stage1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c
index 6e95cc3..0e0ac97 100644
--- a/sbin/sysinstall/stage1.c
+++ b/sbin/sysinstall/stage1.c
@@ -302,9 +302,10 @@ stage1()
default_disklabel(&avail_disklabels[inst_disk],
mbr->dospart[inst_part].dp_size,
mbr->dospart[inst_part].dp_start);
- dialog_msgbox(TITLE, "This is an example of how the disklabel configuration\nwill look. It doesn't pass the data back into the real\nstructures yet but you can play around with the\n field editing to get an idea of how it will work.\nHit escape to quit the editor.", 10,70,1);
+ dialog_msgbox(TITLE, "This is an experimental disklabel configuration\nmenu. It doesn't perform any validation of the entries\nas yet so BE SURE YOU TYPE THINGS CORRECTLY.\n\n Hit escape to quit the editor.\n\nThere may be some delay exiting because of a dialog bug", 20,70,1);
dialog_clear();
edit_disklabel(&avail_disklabels[inst_disk]);
+ build_disklabel(&avail_disklabels[inst_disk]);
if (build_bootblocks(&avail_disklabels[inst_disk]) == -1)
Fatal(errmsg);
}
OpenPOWER on IntegriCloud