Move a couple of messages into msg.mbr.??

Remove some unused menus and messages from the ports that use mbr.c
(I'll re-implement the 1024 cylinder limit properly soon...)
This commit is contained in:
dsl 2003-06-12 10:51:37 +00:00
parent e05ce46e3e
commit 6a7cda9698
56 changed files with 66 additions and 1703 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.11 2003/06/11 21:35:38 dsl Exp $ */
/* $NetBSD: md.c,v 1.12 2003/06/12 10:51:38 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -49,7 +49,6 @@
#include "menu_defs.h"
int c1024_resp;
struct disklist *disklist = NULL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.14 2003/06/11 21:35:38 dsl Exp $ */
/* $NetBSD: md.c,v 1.15 2003/06/12 10:51:38 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -56,7 +56,6 @@
mbr_sector_t mbr;
int mbr_len;
int c1024_resp;
struct disklist *disklist = NULL;
struct nativedisk_info *nativedisk;
struct biosdisk_info *biosdisk = NULL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.9 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.10 2003/06/12 10:51:38 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,60 +38,3 @@
/* Menu definitions for sysinst. arc version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Use real geometry", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Use disklabel geometry", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Re-edit both MBR and label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Re-edit the label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Use it anyway", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.10 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: menus.md.fr,v 1.11 2003/06/12 10:51:38 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,61 +38,3 @@
/* Menu definitions for sysinst. arc version, machine dependent. */
menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Utilisation de la géométrie réelle", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Utilisation de la géométrie du disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Rééditer le secteur de boot et le label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Rééditer le label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "L'utiliser tout de même", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.8 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.9 2003/06/12 10:51:39 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:20:57 thorpej Exp */
@ -40,60 +40,3 @@
/* Menu definitions for sysinst. arc version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Wybierz opcje";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Uzyj prawdziwej geometrii", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Uzyj geometrii disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Zmien MBR i disklabel", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Zmien disklabel", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Uzyj, mimo to", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.7 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.8 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,34 +43,9 @@ message md_hello
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
/* the %s's will expand into three character strings */
message dobad144
{Installing the bad block table ...
}
message cyl1024
{The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.6 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.7 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,33 +43,9 @@ message md_hello
}
message wdtype
{Quel type de disque est %s?}
message sectforward
{Est ce que votre disque réassigne AUTOMATIQUEMENT les secteurs défectueux ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
/* the %s's will expand into three character strings */
message dobad144
{Installation de la table des block défectueux ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.7 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.8 2003/06/12 10:51:39 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.1 2001/07/04 16:56:01 thorpej Exp */
@ -45,34 +45,9 @@ message md_hello
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.11 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: md.c,v 1.12 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -49,7 +49,6 @@
#include "menu_defs.h"
int c1024_resp;
struct disklist *disklist = NULL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.37 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: md.c,v 1.38 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -49,7 +49,6 @@
int mbr_present;
int c1024_resp;
mbr_sector_t mbr;
/* prototypes */

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.21 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.22 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,60 +38,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Use real geometry", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Use disklabel geometry", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Re-edit both MBR and label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Re-edit the label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Use it anyway", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.22 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: menus.md.fr,v 1.23 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,61 +38,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Utilisation de la géométrie réelle", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Utilisation de la géométrie du disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Rééditer le secteur de boot et le label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Rééditer le label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "L'utiliser tout de même", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.8 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.9 2003/06/12 10:51:39 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.14 2001/11/29 23:20:57 thorpej Exp */
@ -40,60 +40,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Wybierz opcje";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Uzyj prawdziwej geometrii", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Uzyj geometrii disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Zmien MBR i disklabel", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Zmien disklabel", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Uzyj, mimo to", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.17 2003/06/11 21:35:39 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.18 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,21 +43,6 @@ message md_hello
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
message diagcyl
{Some old BIOSs or old diagnostic programs may use the last cylinder of
the disk for test purposes. This should no longer be the case with
@ -81,14 +66,5 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{ The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.12 2003/06/11 21:35:40 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.13 2003/06/12 10:51:39 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,20 +43,6 @@ message md_hello
}
message wdtype
{Quel type de disque est %s?}
message sectforward
{Est ce que votre disque fait AUTOMATIQUEMENT se suivre les secteurs ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
message diagcyl
{Certains vieux BIOS ou programmes de diagnostics peuvent utiliser le dernier
cylindre pour des tests. Cela ne devrait plus etre le cas avec des systèmes
@ -79,14 +65,5 @@ message dobootblks
{Installation des block de démarrage sur %s ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.8 2003/06/11 21:35:40 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.9 2003/06/12 10:51:39 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.11 2001/04/12 03:48:13 briggs Exp */
@ -58,22 +58,6 @@ Czy chcesz wylaczyc ostatni cylinder z uzycia?
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
@ -82,14 +66,5 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.12 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: md.c,v 1.13 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997,2002 Piermont Information Systems Inc.
@ -49,7 +49,6 @@
int mbr_present;
int c1024_resp;
mbr_sector_t mbr;
/* prototypes */

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.7 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.8 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,60 +38,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Use real geometry", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Use disklabel geometry", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Re-edit both MBR and label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Re-edit the label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Use it anyway", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.7 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: menus.md.fr,v 1.8 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,61 +38,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Utilisation de la géométrie réelle", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Utilisation de la géométrie du disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Rééditer le secteur de boot et le label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Rééditer le label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "L'utiliser tout de même", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.7 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.8 2003/06/12 10:51:40 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp */
@ -40,60 +40,3 @@
/* Menu definitions for sysinst. sandpoint version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Wybierz opcje";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Uzyj prawdziwej geometrii", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Uzyj geometrii disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Zmien MBR i disklabel", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Zmien disklabel", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Uzyj, mimo to", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.6 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.7 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,21 +43,6 @@ message md_hello
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
message diagcyl
{Some old BIOSs or old diagnostic programs may use the last cylinder of
the disk for test purposes. This should no longer be the case with
@ -81,14 +66,5 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{ The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.6 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.7 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,20 +43,6 @@ message md_hello
}
message wdtype
{Quel type de disque est %s?}
message sectforward
{Est ce que votre disque fait AUTOMATIQUEMENT se suivre les secteurs ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
message diagcyl
{Certains vieux BIOS ou programmes de diagnostics peuvent utiliser le dernier
cylindre pour des tests. Cela ne devrait plus etre le cas avec des systèmes
@ -79,14 +65,5 @@ message dobootblks
{Installation des block de démarrage sur %s ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.6 2003/06/11 21:35:41 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.7 2003/06/12 10:51:40 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */
@ -58,22 +58,6 @@ Czy chcesz wylaczyc ostatni cylinder z uzycia?
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
@ -82,14 +66,5 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.28 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: md.c,v 1.29 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -57,7 +57,6 @@ extern mbr_sector_t mbr;
mbr_sector_t mbr;
#endif
int mbr_present, mbr_len;
int c1024_resp;
struct disklist *disklist = NULL;
struct nativedisk_info *nativedisk;
struct biosdisk_info *biosdisk = NULL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.16 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.17 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,60 +38,3 @@
/* Menu definitions for sysinst. i386 version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Use real geometry", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Use disklabel geometry", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Re-edit both MBR and label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Re-edit the label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Use it anyway", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.16 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: menus.md.fr,v 1.17 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,61 +38,3 @@
/* Menu definitions for sysinst. i386 version, machine dependent. */
menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Utilisation de la géométrie réelle", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Utilisation de la géométrie du disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Rééditer le secteur de boot et le label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Rééditer le label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "L'utiliser tout de même", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.9 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.10 2003/06/12 10:51:40 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.8 2002/03/23 03:24:34 shin Exp */
@ -40,60 +40,3 @@
/* Menu definitions for sysinst. hpcmips version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Wybierz opcje";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Uzyj prawdziwej geometrii", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Uzyj geometrii disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Zmien MBR i disklabel", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Zmien disklabel", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Uzyj, mimo to", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.12 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.13 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,22 +43,6 @@ message md_hello
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
/* the %s's will expand into three character strings */
message dobad144
{Installing the bad block table ...
}
@ -75,12 +59,6 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message onebiosmatch
{This disk matches the following BIOS disk:
@ -117,9 +95,6 @@ message biosmultmatch_row
message pickdisk
{Choose disk: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message partabovechs
{The NetBSD part of the disk lies outside of the range that the BIOS on
your machine can address. Booting from it may not be possible. Are you

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.9 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.10 2003/06/12 10:51:40 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,21 +43,6 @@ message md_hello
}
message wdtype
{Quel type de disque est %s?}
message sectforward
{Est ce que votre disque réassigne AUTOMATIQUEMENT les secteurs défectueux ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
/* the %s's will expand into three character strings */
message dobad144
{Installation de la table des block défectueux ...
}
@ -70,12 +55,6 @@ message dobootblks
{Installation des block de démarrage sur %s ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message onebiosmatch
{Ce disque correspond au disque du BIOS suivant:
@ -105,9 +84,6 @@ message biosmultmatch_row
message pickdisk
{Choisissez un disque: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message partabovechs
{La partition de votre disque réservée à NetBSD se trouve en-dehors de l'espace
que le BIOS de votre machine peut adresser. L'amorcage depuis cette partition

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.8 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.9 2003/06/12 10:51:40 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.4 2002/03/23 03:24:34 shin Exp */
@ -45,22 +45,6 @@ message md_hello
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
@ -73,12 +57,6 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message onebiosmatch
{Ten dysk odpowiada ponizszemu dyskowi BIOS:
@ -116,9 +94,6 @@ message biosmultmatch_row
message pickdisk
{Wybierz dysk: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message partabovechs
{Czesc NetBSD dysku lezy poza obszarem, ktory BIOS w twojej maszynie moze
zaadresowac. Nie mozliwe bedzie bootowanie z tego dysku. Jestes pewien, ze

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.84 2003/06/11 21:35:42 dsl Exp $ */
/* $NetBSD: md.c,v 1.85 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -63,7 +63,6 @@
mbr_sector_t mbr;
int mbr_len;
int c1024_resp;
struct disklist *disklist = NULL;
struct nativedisk_info *nativedisk;
struct biosdisk_info *biosdisk = NULL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md,v 1.4 2003/06/11 21:35:43 dsl Exp $ */
/* $NetBSD: menus.md,v 1.5 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -50,63 +50,6 @@ menu getboottype, title MSG_Bootblocks_selection;
option MSG_Use_serial_115200_bootblocks, exit, action
{boottype = "serial115200";};
menu wdtype, title MSG_Select_type;
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title MSG_Choose_an_option;
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option MSG_Use_real_geometry, exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option MSG_Use_disklabel_geometry, exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option MSG_Reedit_both_MBR_and_label, exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option MSG_Reedit_the_label, exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option MSG_Use_it_anyway, exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};
menu biosonematch;
option MSG_This_is_the_correct_geometry, exit, action {
extern struct disklist *disklist;

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.34 2003/06/11 21:35:43 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.35 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,24 +43,9 @@ message md_hello
}
message wdtype
{What kind of disk is %s?}
message Select_type
{Select type}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
message Choose_an_option
{Choose an option}
message Use_real_geometry
@ -97,12 +82,6 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message Reedit_both_MBR_and_label
{Re-edit both MBR and label}
message Reedit_the_label
@ -153,9 +132,6 @@ message biosmultmatch_row
message pickdisk
{Choose disk: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message partabovechs
{The NetBSD part of the disk lies outside of the range that the BIOS on
your machine can address. Booting from it may not be possible. Are you

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.24 2003/06/11 21:35:43 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.25 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,23 +43,9 @@ message md_hello
}
message wdtype
{Quel type de disque est %s?}
message Select_type
{Choix du type de disque}
message sectforward
{Est ce que votre disque réassigne AUTOMATIQUEMENT les secteurs défectueux ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
message Choose_an_option
{Choisissez une option}
message Use_real_geometry
@ -92,12 +78,6 @@ message dobootblks
{Installation des block de démarrage sur %s ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message Reedit_both_MBR_and_label
{Rééditer le secteur de boot et le label}
message Reedit_the_label
@ -149,9 +129,6 @@ message biosmultmatch_row
message pickdisk
{Choisissez un disque: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message partabovechs
{La partition de votre disque réservée à NetBSD se trouve en-dehors de l'espace
que le BIOS de votre machine peut adresser. L'amorcage depuis cette partition

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.9 2003/06/11 21:35:43 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.10 2003/06/12 10:51:41 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.24 2001/01/27 07:34:39 jmc Exp */
@ -45,24 +45,9 @@ message md_hello
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message Select_type
{Wybierz typ}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
message Choose_an_option
{Wybierz opcje}
message Use_real_geometry
@ -95,12 +80,6 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message Reedit_both_MBR_and_label
{Zmien MBR i disklabel}
message Reedit_the_label
@ -152,9 +131,6 @@ message biosmultmatch_row
message pickdisk
{Wybierz dysk: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message partabovechs
{Czesc NetBSD dysku lezy poza obszarem, ktory BIOS w twojej maszynie moze
zaadresowac. Nie mozliwe bedzie bootowanie z tego dysku. Jestes pewien, ze

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.11 2003/06/11 21:35:47 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.12 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,36 +38,3 @@
/* Menu definitions for sysinst. playstation2 version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Use real geometry", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Use disklabel geometry", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.12 2003/06/11 21:35:47 dsl Exp $ */
/* $NetBSD: menus.md.fr,v 1.13 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,37 +38,3 @@
/* Menu definitions for sysinst. playstation2 version, machine dependent. */
menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Utilisation de la géométrie réelle", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Utilisation de la géométrie du disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.10 2003/06/11 21:35:47 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.11 2003/06/12 10:51:41 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:00 thorpej Exp */
@ -40,36 +40,3 @@
/* Menu definitions for sysinst. playstation2 version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Wybierz opcje";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Uzyj prawdziwej geometrii", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Uzyj geometrii disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.8 2003/06/11 21:35:47 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.9 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -42,21 +42,6 @@ message md_hello
{
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
message dobad144
{Installing the bad block table ...
}
@ -65,12 +50,6 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message onebiosmatch
{This disk matches the following BIOS disk:
@ -100,9 +79,6 @@ message biosmultmatch_row
message pickdisk
{Choose disk: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message partabovechs
{The NetBSD part of the disk lies outside of the range that the BIOS on
your machine can address. Booting from it may not be possible. Are you

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.8 2003/06/11 21:35:47 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.9 2003/06/12 10:51:41 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -42,21 +42,6 @@ message md_hello
{
}
message wdtype
{Quel type de disque est %s?}
message sectforward
{Est ce que votre disque réassigne AUTOMATIQUEMENT les secteurs défectueux ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
/* the %s's will expand into three character strings */
message dobad144
{Installation de la table des block défectueux ...
}
@ -65,12 +50,6 @@ message dobootblks
{Installation des block de démarrage sur %s ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message onebiosmatch
{Ce disque correspond au disque du BIOS suivant:
@ -100,9 +79,6 @@ message biosmultmatch_row
message pickdisk
{Choisissez un disque: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message partabovechs
{La partition de votre disque réservée à NetBSD se trouve en-dehors de l'espace
que le BIOS de votre machine peut adresser. L'amorcage depuis cette partition

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.9 2003/06/11 21:35:47 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.10 2003/06/12 10:51:41 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.1 2001/10/15 16:22:52 uch Exp */
@ -44,22 +44,6 @@ message md_hello
{
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
@ -68,12 +52,6 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message onebiosmatch
{Ten dysk odpowiada ponizszemu dyskowi BIOS:
@ -103,9 +81,6 @@ message biosmultmatch_row
message pickdisk
{Wybierz dysk: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message partabovechs
{Czesc NetBSD dysku lezy poza obszarem, ktory BIOS w twojej maszynie moze
zaadresowac. Nie mozliwe bedzie bootowanie z tego dysku. Jestes pewien, ze

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.12 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: md.c,v 1.13 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -55,7 +55,6 @@
mbr_sector_t mbr;
int mbr_present, mbr_len;
int c1024_resp;
struct disklist *disklist = NULL;
struct nativedisk_info *nativedisk;
struct biosdisk_info *biosdisk = NULL;

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.9 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.10 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,44 +38,3 @@
/* Menu definitions for sysinst. prep version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Re-edit both MBR and label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Re-edit the label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Use it anyway", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.8 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.9 2003/06/12 10:51:42 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp */
@ -40,43 +40,3 @@
/* Menu definitions for sysinst. prep version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Zmien MBR i disklabel", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Zmien disklabel", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Uzyj, mimo to", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.7 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.8 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -42,13 +42,6 @@ message md_hello
{
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
/* the %s's will expand into three character strings */
message dobad144
{Installing the bad block table ...
}
@ -57,18 +50,9 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message pickdisk
{Choose disk: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message partabovechs
{The NetBSD part of the disk lies outside of the range that the BIOS on
your machine can address. Booting from it may not be possible. Are you

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.7 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.8 2003/06/12 10:51:42 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.1 2001/01/16 16:54:01 nonaka Exp */
@ -44,13 +44,6 @@ message md_hello
{
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
@ -59,18 +52,9 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message pickdisk
{Wybierz dysk: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message partabovechs
{Czesc dysku NetBSD lezy poza obszarem, ktory BIOS w twojej maszynie moze
zaadresowac. Nie mozliwe bedzie bootowanie z tego dysku. Jestes pewnien, ze

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.14 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: md.c,v 1.15 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -49,7 +49,6 @@
int mbr_present;
int c1024_resp;
mbr_sector_t mbr;
/* prototypes */

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.9 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: menus.md.en,v 1.10 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,60 +38,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Select type";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choose an option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Use real geometry", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Use disklabel geometry", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Re-edit both MBR and label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Re-edit the label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Use it anyway", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.10 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: menus.md.fr,v 1.11 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -38,61 +38,3 @@
/* Menu definitions for sysinst. bebox version, machine dependent. */
menu wdtype, title "Choix du type de disque";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Choisissez une option";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Utilisation de la géométrie réelle", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Utilisation de la géométrie du disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Rééditer le secteur de boot et le label", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Rééditer le label", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "L'utiliser tout de même", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.8 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: menus.md.pl,v 1.9 2003/06/12 10:51:42 dsl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.2 2001/11/29 23:21:01 thorpej Exp */
@ -40,60 +40,3 @@
/* Menu definitions for sysinst. sandpoint version, machine dependent. */
menu wdtype, title "Wybierz typ";
display action { msg_display (MSG_wdtype, diskdev); };
option "IDE", exit;
option "ESDI", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
option "ST506", exit, action
{ msg_display (MSG_sectforward);
process_menu (MENU_yesno, NULL);
if (yesno)
doessf = "sf:";
};
menu dlgeom, title "Wybierz opcje";
display action { msg_display (MSG_dlgeom, diskdev, dlcyl, dlhead,
dlsec, disk->dd_cyl, disk->dd_head,
disk->dd_sec);
};
option "Uzyj prawdziwej geometrii", exit, action {
dlcyl = disk->dd_cyl;
dlhead = disk->dd_head;
dlsec = disk->dd_sec;
};
option "Uzyj geometrii disklabel", exit, action {
disk->dd_cyl = dlcyl;
disk->dd_head = dlhead;
disk->dd_sec = dlsec;
};
menu cyl1024;
display action {
msg_display(MSG_cyl1024);
};
option "Zmien MBR i disklabel", exit, action
{
/* XXX UGH */
extern int c1024_resp;
c1024_resp = 1;
};
option "Zmien disklabel", exit, action
{
extern int c1024_resp;
c1024_resp = 2;
};
option "Uzyj, mimo to", exit, action
{
extern int c1024_resp;
c1024_resp = 3;
};

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.7 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: msg.md.en,v 1.8 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,21 +43,6 @@ message md_hello
}
message wdtype
{What kind of disk is %s?}
message sectforward
{Does your disk do AUTOMATIC sector forwarding?}
message dlgeom
{It appears that your disk, %s, has already been labeled with a BSD
disklabel and the disklabel reports geometry that is different from
the real geometry. The two geometries are:
disklabel: %d cylinders, %d heads, %d sectors
real geometry: %d cylinders, %d heads, %d sectors
}
message diagcyl
{Some old BIOSs or old diagnostic programs may use the last cylinder of
the disk for test purposes. This should no longer be the case with
@ -81,15 +66,6 @@ message dobootblks
{Installing boot blocks on %s....
}
message cyl1024
{ The disklabel (set of partitions) you specified has a root partition that
ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
can be booted at all times, the entire root partition must lie below that
limit. You can either: }
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.6 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: msg.md.fr,v 1.7 2003/06/12 10:51:42 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -43,20 +43,6 @@ message md_hello
}
message wdtype
{Quel type de disque est %s?}
message sectforward
{Est ce que votre disque fait AUTOMATIQUEMENT se suivre les secteurs ?}
message dlgeom
{Votre disque a déjà un label BSD. Ce label montre une géométrie différente
de la géométrie réelle du disque. Les deux géométrie sont :
disklabel: %d cylindres, %d têtes, %d secteurs
géom réelle: %d cylindres, %d têtes, %d secteurs
}
message diagcyl
{Certains vieux BIOS ou programmes de diagnostics peuvent utiliser le dernier
cylindre pour des tests. Cela ne devrait plus etre le cas avec des systèmes
@ -78,15 +64,6 @@ message dobootblks
{Installation des block de démarrage sur %s ...
}
message cyl1024
{ Le label (liste des partitions) que vous avez entré a une partition racine
qui se termine après la limite du BIOS de 1024 cylindres. pour être sur que
le système puisse etre toujours démaré, cette partition doit etre entièrement
en dessous de cette limite. Vous pouvez: }
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.8 2003/06/11 21:35:48 dsl Exp $ */
/* $NetBSD: msg.md.pl,v 1.9 2003/06/12 10:51:42 dsl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */
@ -58,22 +58,6 @@ Czy chcesz wylaczyc ostatni cylinder z uzycia?
}
message wdtype
{Jakim rodzajem dysku jest %s?}
message sectforward
{Czy twoj dysk przesuwa AUTOMATYCZNIE sektory?}
message dlgeom
{Wyglada na to, ze twoj dysk, %s, zostal juz skonfigurowany za pomoca
BSD disklabel i disklabel raportuje, ze geometria jest inna od prawdziwej.
Te dwie geometrie to:
disklabel: %d cylindrow, %d glowic, %d sektorow
prawdziwa geometria: %d cylindrow, %d glowic, %d sektorow
}
/* the %s's will expand into three character strings */
message dobad144
{Instalowanie tablicy zlych blokow ...
}
@ -82,15 +66,6 @@ message dobootblks
{Instalowanie bootblokow na %s....
}
message cyl1024
{Disklabel (zestaw partycji) ktory skonfigurowales ma glowna partycje, ktora
konczy sie poza 1024 cylindrem BIOS. Aby byc pewnym, ze system bedzie
mogl sie zawsze uruchomic, cala glowna partycja powinna znajdowac sie ponizej
tego ograniczenia. Mozesz ponadto: }
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
message set_kernel_1
{Kernel (GENERIC)}

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mbr.en,v 1.2 2003/06/06 18:57:13 dsl Exp $ */
/* $NetBSD: msg.mbr.en,v 1.3 2003/06/12 10:51:37 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -209,6 +209,9 @@ message dofdisk
{Setting up the DOS partition table ...
}
message wmbrfail
{Rewrite of MBR failed. I can't continue.}
.if BOOTSEL
message installbootsel
{You appear to have more than one operating system installed on your
@ -306,3 +309,4 @@ message bootsel_header
message bootsel_row
{%-6d %-32s %s\n}
.endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mbr.fr,v 1.1 2003/05/16 19:15:01 dsl Exp $ */
/* $NetBSD: msg.mbr.fr,v 1.2 2003/06/12 10:51:38 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -209,6 +209,9 @@ message dofdisk
{Configuration de la table des partition DOS ...
}
message wmbrfail
{L'écriture du MBR a échouée. Je ne peux pas continuer.}
.if BOOTSEL
message installbootsel
{Il me semble que vous avez plusieur système d'exploitation sur ce disque.

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mbr.pl,v 1.1 2003/05/16 19:15:01 dsl Exp $ */
/* $NetBSD: msg.mbr.pl,v 1.2 2003/06/12 10:51:38 dsl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -205,6 +205,9 @@ message dofdisk
{Konfigurowanie DOSowej tablicy partycji ...
}
message wmbrfail
{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
.if BOOTSEL
message installbootsel
{Wyglada na to, ze masz wiecej niz jeden system operacyjny zainstalowany