Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / distrib / utils / sysinst / arch / mvme68k / msg.md.en
blobb675a5538aefe797696e65e2e17f872ba7a3ee19
1 /*      $NetBSD: msg.md.en,v 1.4 2003/07/07 12:30:26 dsl Exp $  */
3 /*
4  * Copyright 1997 Piermont Information Systems Inc.
5  * All rights reserved.
6  *
7  * Based on code written by Philip A. Nelson for Piermont Information
8  * Systems Inc.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions
12  * are met:
13  * 1. Redistributions of source code must retain the above copyright
14  *    notice, this list of conditions and the following disclaimer.
15  * 2. Redistributions in binary form must reproduce the above copyright
16  *    notice, this list of conditions and the following disclaimer in the
17  *    documentation and/or other materials provided with the distribution.
18  * 3. All advertising materials mentioning features or use of this software
19  *    must display the following acknowledgement:
20  *      This product includes software developed for the NetBSD Project by
21  *      Piermont Information Systems Inc.
22  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
23  *    or promote products derived from this software without specific prior
24  *    written permission.
25  *
26  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
27  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 
30  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
31  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
32  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
36  * THE POSSIBILITY OF SUCH DAMAGE.
37  *
38  */
40 /* mvme68k machine dependent messages, english */
43 message md_hello
44 {If your machine has 4MB or less, sysinst will not operate correctly.
48 message dobootblks
49 {Installing boot blocks on %s....
52 message newdisk
53 {It appears that your disk, %s, has no mvme68k disklabel. sysinst is
54 writing a disklabel.
57 message ordering
58 {The order of partition %c is wrong.  Edit again?}
60 message emptypart
61 {There is a valid partition %c after empty partition(s).
62 Please re-edit the partition table.}
64 message set_kernel_1
65 {Kernel (GENERIC)}
67 .if notyet
68 /* XXX: not yet implemented */
69 message existing
70 {Do you want to preserve existing BSD partition(s)?}
72 message nofreepart
73 {%s does not have enough free partitions for NetBSD.
74 It must have at least 2 free partitions (for root file system and swap).
77 message notfirst
78 {NetBSD/mvme68k must be installed in the first part of the boot disk.
79 The first part of %s is not free.
81 .endif