summaryrefslogtreecommitdiffstats
path: root/sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-14 07:30:30 +0000
committerjkh <jkh@FreeBSD.org>1995-01-14 07:30:30 +0000
commit65615239a417627aa3b9420098fd2a4788101684 (patch)
tree84f0732f3d18c7c246900c0d440453c7869605a0 /sbin/sysinstall
parent218afd7a8e558015979582c0fef008a9e1bd43dc (diff)
downloadFreeBSD-src-65615239a417627aa3b9420098fd2a4788101684.zip
FreeBSD-src-65615239a417627aa3b9420098fd2a4788101684.tar.gz
Correct positioning of text, update version.
Diffstat (limited to 'sbin/sysinstall')
-rw-r--r--sbin/sysinstall/stage0.c2
-rw-r--r--sbin/sysinstall/stage1.c2
-rw-r--r--sbin/sysinstall/sysinstall.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysinstall/stage0.c b/sbin/sysinstall/stage0.c
index b38a8c3..3611e65 100644
--- a/sbin/sysinstall/stage0.c
+++ b/sbin/sysinstall/stage0.c
@@ -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.",
};
diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c
index f778fca..ade697b 100644
--- a/sbin/sysinstall/stage1.c
+++ b/sbin/sysinstall/stage1.c
@@ -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");
diff --git a/sbin/sysinstall/sysinstall.h b/sbin/sysinstall/sysinstall.h
index 54a5ff8..d96e9df 100644
--- a/sbin/sysinstall/sysinstall.h
+++ b/sbin/sysinstall/sysinstall.h
@@ -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"
OpenPOWER on IntegriCloud