summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-05 23:47:47 +0000
committerjkh <jkh@FreeBSD.org>1995-05-05 23:47:47 +0000
commit5d77b2037bd2957e492a7f71d3c5c24aa1acd977 (patch)
tree72d06abaf97eae38b135d8d052df7300f82c0063 /release/sysinstall/install.c
parent4577466eb8a6f81f81486ed5ae680e9b021dacfb (diff)
downloadFreeBSD-src-5d77b2037bd2957e492a7f71d3c5c24aa1acd977.zip
FreeBSD-src-5d77b2037bd2957e492a7f71d3c5c24aa1acd977.tar.gz
All the editors are finished. Now if I can just get a problem with libdisk
fixed, we should be able to fully set up the user's disk. Still to come with next commit: filesystem setup, distribution extraction, final configuration.
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index f64562c..8bb677c 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.6 1995/05/04 19:48:11 jkh Exp $
+ * $Id: install.c,v 1.5 1995/05/04 03:51:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -81,8 +81,7 @@ installHook(char *str)
for (i = 0; disks[i]; i++)
disks[i] = device_slice_disk(disks[i]);
- for (i = 0; disks[i]; i++)
- partition_disk(disks[i]);
+ partition_disks(disks);
if (!write_disks(disks)) {
make_filesystems(disks);
@@ -94,7 +93,7 @@ installHook(char *str)
}
else {
dialog_clear();
- if (msgYesNo("Would you like to go back to the master partition menu?")) {
+ if (msgYesNo("Would you like to go back to the Master Partition Editor?")) {
for (i = 0; disks[i]; i++)
Free_Disk(disks[i]);
break;
OpenPOWER on IntegriCloud