mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
Correct positioning of text, update version.
This commit is contained in:
parent
92c385361b
commit
2062c2dbe3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5581
@ -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.",
|
||||
};
|
||||
|
@ -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");
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user