kill the "If you see error messages above..." and related chunks from
the disksetupdone message. If there were errors, sysinst would (or should) have bailed out.
This commit is contained in:
parent
a8468b8d74
commit
f9227dd6ef
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: msg.mi.en,v 1.47 1999/06/22 02:43:09 cgd Exp $ */
|
||||
/* $NetBSD: msg.mi.en,v 1.48 1999/06/22 04:29:54 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -245,14 +245,12 @@ gets changed. Shall we continue?
|
|||
}
|
||||
|
||||
message disksetupdone
|
||||
{Okay, the first part of the procedure is finished. sysinst has
|
||||
{Okay, the first part of the procedure is finished. Sysinst has
|
||||
written a disklabel to the target disk, and newfs'ed and fsck'ed
|
||||
the new partitions you specified for the target disk.
|
||||
If you see error messages above that indicate problems with the
|
||||
target-disk filesystems -- especially / and /usr -- abort now.
|
||||
|
||||
If the target filesystems look good, the next step is to fetch and
|
||||
unpack the distribution filesets. Press <return> to proceed.
|
||||
The next step is to fetch and unpack the distribution filesets.
|
||||
Press <return> to proceed.
|
||||
}
|
||||
|
||||
message openfail
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: msg.mi.fr,v 1.21 1999/06/22 02:43:10 cgd Exp $ */
|
||||
/* $NetBSD: msg.mi.fr,v 1.22 1999/06/22 04:29:54 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 1997 Piermont Information Systems Inc.
|
||||
|
@ -249,14 +249,12 @@ laissant votre disque intact. On continue ?
|
|||
}
|
||||
|
||||
message disksetupdone
|
||||
{Bien, la première partie de la procédure est terminée. Sysinst a écrit,
|
||||
sur votre disque de destination, un disklabel, créé (newfs) et testé (fsck)
|
||||
vos nouvelles partitions.
|
||||
Si vous voyez ci dessus des messages d'erreurs sur votre disque de
|
||||
destination et plus particulièrement sur les partitions / et /usr
|
||||
abandonnez maintenant.
|
||||
Si les systèmes de fichiers cibles semblent bons, l'étape suivant consiste a
|
||||
recopier les différents composants. Appuyer sur <entrée> pour continuer.
|
||||
{Bien, la première partie de la procédure est terminée.
|
||||
Sysinst a écrit, sur votre disque de destination, un disklabel,
|
||||
créé (newfs) et testé (fsck) vos nouvelles partitions.
|
||||
|
||||
L'étape suivant consiste a recopier les différents composants.
|
||||
Appuyer sur <entrée> pour continuer.
|
||||
}
|
||||
|
||||
message openfail
|
||||
|
|
Loading…
Reference in New Issue