Make install() use msgc, not inline text, for the `disks done' text.

Expand that text, making clearer what sysinst is done, what kind of
errors to double-check for before proceeding, and what we're about to do next.
This commit is contained in:
jonathan 1997-11-03 06:18:08 +00:00
parent 7d7ecb9200
commit a5f389631d
2 changed files with 17 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: install.c,v 1.6 1997/11/02 09:41:59 jonathan Exp $ */
/* $NetBSD: install.c,v 1.7 1997/11/03 06:18:08 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -91,8 +91,8 @@ void do_install(void)
md_post_newfs ();
/* Done to here. */
printf ("\n\nThis part of the installation completed."
" CR to continue\n");
printf("%s", msg_string(MSG_disksetupdone));
getchar();
puts (CL); /* just to make sure */
wrefresh(stdscr);

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.eng,v 1.11 1997/11/02 03:45:27 jonathan Exp $ */
/* $NetBSD: msg.mi.eng,v 1.12 1997/11/03 06:18:11 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -221,6 +221,19 @@ written yet. This is your last chance to quit this process before anything
gets changed. Shall we continue?
}
message disksetupdone
{
Okay, the first part of the installation is finished. sysinst has
written a disklabel to the target disk, and newfs'ed and fsck'ed
the new partitions you specified for the target disk.
If you see error messages above that indicate problems with the
target-disk filesystems -- epseically / and /usr -- abort now.
If the target filesystems look good, the next step is to fetch and
unpack the distribution filesets. Press <return> to proceed.
}
message nomount
{Partition %c's type is not 4.2BSD or msdos and therefore does not have
a mount point.}