Correct positioning of text, update version.

This commit is contained in:
Jordan K. Hubbard 1995-01-14 07:30:30 +00:00
parent 92c385361b
commit 2062c2dbe3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5581
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ static unsigned char *welcome[] = {
"6. Install",
"Proceed with full installation.",
"7. Fixit",
"Repair existing installation (`fixit' mode).",
"Repair existing installation (fixit mode).",
"8. Quit",
"Don't do anything, just reboot.",
};

View File

@ -118,7 +118,7 @@ stage1()
mvprintw(j++, 50, "|it will NOT be enabled.");
mvprintw(j++, 50, "|");
mvprintw(j++, 50, "|We suggest that you invoke");
mvprintw(j++, 50, "|(F)disk, (W)rite the bootcode");
mvprintw(j++, 50, "|(F)disk, (W)rite bootcode");
mvprintw(j++, 50, "|then (D)isklabel your disk.");
mvprintw(j++, 50, "|If installing on a drive");
mvprintw(j++, 50, "|other than 0, also read the");

View File

@ -12,7 +12,7 @@
* its use.
*/
#define TITLE "FreeBSD 2.0-RELEASE Installation"
#define TITLE "FreeBSD 2.0-950112-SNAP Install"
#define BOOT1 "/stand/sdboot"
#define BOOT2 "/stand/bootsd"