summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-11-22 10:58:58 +0000
commit324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (patch)
tree878f13b8a446f7eac11e2b826e7a5f328aa7880e
parent17b077621744cb97f4b017152ec2bc0ae303f200 (diff)
downloadsrc-test2-release/2.0.tar.gz
src-test2-release/2.0.zip
-rw-r--r--sbin/sysinstall/stage1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysinstall/stage1.c b/sbin/sysinstall/stage1.c
index 969fb573a215..f778fcac043e 100644
--- a/sbin/sysinstall/stage1.c
+++ b/sbin/sysinstall/stage1.c
@@ -118,10 +118,10 @@ 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 then (D)isklabel");
- mvprintw(j++, 50, "|in setting up your disk.");
+ mvprintw(j++, 50, "|(F)disk, (W)rite the bootcode");
+ mvprintw(j++, 50, "|then (D)isklabel your disk.");
mvprintw(j++, 50, "|If installing on a drive");
- mvprintw(j++, 50, "|other than 0, read the");
+ mvprintw(j++, 50, "|other than 0, also read the");
mvprintw(j++, 50, "|TROUBLESHOOTING doc first");
}