summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");
}