No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / utils / sysinst / arch / x68k / msg.md.en
blobf19472a0b38249d8dc51b5ad75e0589e3658ea82
1 /*      $NetBSD: msg.md.en,v 1.4 2003/06/11 21:35:51 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 /* x68k machine dependent messages, english */
43 message md_hello
44 {If the floppy is not locked, you may now remove the disk.
48 message dobootblks
49 {Installing boot blocks on %s....
52 message newdisk
53 {It appears that your disk, %s, has no X68K disk mark. sysinst is
54 writing a disk mark.
55 Note that if you plan to use a part of %s from Human68k, you should abort
56 here and format the disk with Human68k format.x utility.
59 message ordering
60 {The order of partition %c is wrong.  Edit again?}
62 message emptypart
63 {There is an valid partition %c after empty partition(s).
64 Please re-edit the partition table.}
66 message set_kernel_1
67 {Kernel (GENERIC)}
69 .if notyet
70 /* XXX: not yet implemented */
71 message existing
72 {Do you want to preserve existing BSD partition(s)?}
74 message nofreepart
75 {%s does not have enough free partitions for NetBSD.
76 It must have at least 2 free partitions (for root file system and swap).
79 message notfirst
80 {NetBSD/x68k must be installed in the first part of the boot disk.
81 The first part of %s is not free.
83 .endif