diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
commit | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (patch) | |
tree | 878f13b8a446f7eac11e2b826e7a5f328aa7880e | |
parent | 17b077621744cb97f4b017152ec2bc0ae303f200 (diff) |
Notes
-rw-r--r-- | sbin/sysinstall/stage1.c | 6 |
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"); } |