Expand messages prompting for BIOS geometry; say explicitly that it's

the BIOS that's being asked for, and that the real geometry is for
comparison only.
This commit is contained in:
jonathan 1998-11-07 20:17:28 +00:00
parent 14942a65a4
commit 06079cb5e7
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.eng,v 1.13 1998/11/03 13:26:04 simonb Exp $ */
/* $NetBSD: menus.md.eng,v 1.14 1998/11/07 20:17:28 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -94,7 +94,7 @@ menu confirmbiosgeom, y=16;
msg_display_add(MSG_badgeom);
disp_cur_geom ();
};
option "Reenter geometry",
option "Reenter BIOS geometry",
action { msg_clear(); set_fdisk_geom(); };
option "Continue with install",
action {

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.6 1998/11/03 13:26:04 simonb Exp $ */
/* $NetBSD: menus.md.fr,v 1.7 1998/11/07 20:17:29 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -96,7 +96,7 @@ menu confirmbiosgeom, y=16;
msg_display_add(MSG_badgeom);
disp_cur_geom ();
};
option "Entrer à nouveau la géométrie",
option "Entrer à nouveau la géométrie du BIOS",
action { msg_clear(); set_fdisk_geom(); };
option "Continuer l'installation",
action {

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.eng,v 1.5 1997/12/15 00:43:59 fvdl Exp $ */
/* $NetBSD: msg.md.eng,v 1.6 1998/11/07 20:17:29 jonathan Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -121,7 +121,7 @@ message badgeom
}
message realgeom
{real geom: %d cyl, %d heads, %d sec\n}
{real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
message biosgeom
{BIOS geom: %d cyl, %d heads, %d sec\n}