xref: /netbsd-src/usr.sbin/sysinst/arch/mac68k/msg.md.en (revision 4103857b9a0081a97f6e857952085e39dd1ec5ec)
1/*	$NetBSD: msg.md.en,v 1.2 2019/06/12 06:20:21 martin Exp $	*/
2
3/*
4 * Copyright 1997 Piermont Information Systems Inc.
5 * All rights reserved.
6 *
7 * Written by Philip A. Nelson for Piermont Information Systems Inc.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in the
16 *    documentation and/or other materials provided with the distribution.
17 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
18 *    or promote products derived from this software without specific prior
19 *    written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
25 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
34
35/* MD Message catalog -- english, mac68k version */
36
37message md_hello
38{
39}
40
41message md_may_remove_boot_medium
42{
43}
44
45message mac68k_fullpart
46{We are now going to install NetBSD on the disk %s.  You may
47choose to install NetBSD on the entire disk or part of the disk.
48Which would you like to do?
49}
50
51message nodiskmap
52{It appears that your disk, %s, has not been formatted and initialized
53for use on MacOS.  This program gets the disk layout of your disk by
54reading the Disk Partition Map which is written by the disk formatter
55when it prepared the disk for use with the Macintosh system.  Your
56options are:
57
58* Abort the install. You can format and define a preliminary
59partition structure with any disk formatter.  Partitions do not
60have to be defined as A/UX types; the NetBSD install process will
61allow you to redefine them as necessary.
62
63* Allow sysinst to initialize the Disk Partition Map for you. The
64disk will not be MacOS bootable and may not be usable by MacOS unless
65MacOS drivers are installed with a MacOS compatible disk formatter.
66
67}
68
69message okwritediskmap
70{Sysinst will attempt to initialize your disk with a new Disk Partition
71Map using values obtained from the disk driver.  This default Map will
72include a minimal Block0 definition, a Partition Map allowing for up to
7315 disk partitions, and pre-defined partitions for the Map, disk drivers,
74and a minimal MacOS HFS partition. The rest of the disk will be marked
75as available for use.  The disk driver partitions will not be initialized
76so the volume will not be MacOS bootable.  If you choose to proceed from
77this point with the installation you may edit this new partition map to
78suit your NetBSD needs.  The Map will not be written to the disk until
79you have completed your partition setups.
80
81Shall we continue?}
82
83message mac68k_part_header
84{Part      start       size fstype use       mount point (name)
85---- ---------- ---------- ------ --------- ------------------\n}
86
87message part_row
88{%3s%c %10d %10d %6s %-9s %s\n}
89
90message mac68k_ovrwrite
91{Your disk currently has at least one MacOS HFS partition.  Overwriting
92the entire disk will delete the partition and may make the disk unusable
93under MacOS.  You should consider creating a single small MacOS HFS
94partition to insure that the disk can be mounted under MacOS.  This
95would be a good place to keep a copy of the NetBSD/mac68k Booter
96application used to boot NetBSD from MacOS.
97
98Are you really sure you want to overwrite the MacOS HFS partition(s)?
99}
100
101message mac68k_editparttable
102{Edit Disk Partition Map: The Map on the disk has been scanned for all
103user-level partitions, but only those usable by NetBSD are displayed.
104The partition table currently looks like:
105
106}
107
108message split_part
109{The disk partition you have selected will be split into two partitions.
110One will be an Apple_Scratch type partition and the other an Apple_Free
111type partition.  You may then change either of the partitions into one of
112another type.  If the Apple_Free part is physically adjacent to another
113partition which is also an Apple_Free type, the two will be automatically
114merged into a single Apple_Free type partition.
115
116There are %d disk blocks in the selected partition. Enter the number
117of disk blocks you would like allocated to the Apple_Scratch partition.
118Entering a value of zero, or a value greater than the number available
119will leave the selected partition unchanged.
120
121}
122
123message scratch_size
124{Size of the Apple_Scratch part of the split}
125
126message diskfull
127{You have tried to split an existing disk partition into two parts but
128there is no room in the Disk Partition Map to map the second part. This
129is probably because your disk formatter didn't reserve additional space
130in the original Disk Partition Map for future modifications such as this.
131Your options at this point are:
132
133* Abandon any hope of splitting this partition, with the present
134Disk Partition Map, or
135
136* Allow sysinst to install a new Disk Map on your disk. This will
137destroy all existing data on all partitions on the volume.  USE WITH CARE!
138
139Would you like to Abandon splitting this partition?}
140
141message custom_mount_point
142{Specify a Mount Point for the currently selected disk partition.  This
143should be a unique name, starting with a "/",  which is not being used
144for any other partition.
145
146}
147
148message sanity_check
149{In setting up the disklabel for your volume the following anomalies were
150found.  You may choose to ignore these and continue, but doing so may result
151in an installation failure. The following problems were found:
152
153}
154
155message dodiskmap
156{Setting up the Disk Partition Map ...
157}
158
159message label_error
160{The new on-disk partition label does not match the one currently in-core.
161Any attempt to proceed will most likely result in damage to any pre-existing
162disk partitions. However your new Disk Partition Map has been written to
163the disk and will be available the next time NetBSD is booted. Please
164reboot immediately and restart the Installation Process.
165}
166
167.if debug
168message mapdebug
169{Partition Map:
170HFS count: %d
171Root count: %d
172Swap count: %d
173Usr count: %d
174Usable count: %d
175}
176
177message dldebug
178{Disklabel:
179bsize: %d
180dlcyl: %d
181dlhead: %d
182dlsec: %d
183dlsize: %d
184}
185
186message newfsdebug
187{Running newfs on partition: %s\n
188}
189
190message geomdebug
191{Calling: %s %s\n
192}
193
194message geomdebug2
195{Calling: %s %d\n"
196}
197.endif
198
199message partdebug
200{Partition %s%c:
201Offset: %d
202Size: %d
203}
204
205message disksetup_no_root
206{* No Disk Partition defined for Root!\n}
207
208message disksetup_multiple_roots
209{* Multiple Disk Partitions defined for Root\n}
210
211message disksetup_no_swap
212{* No Disk Partition defined for SWAP!\n}
213
214message disksetup_multiple_swaps
215{* Multiple Disk Partitions defined for SWAP\n}
216
217message disksetup_part_beginning
218{* Partition %s%c begins beyond end of disk\n}
219
220message disksetup_part_size
221{* Partition %s%c extends beyond end of disk\n}
222
223message disksetup_noerrors
224{** No errors or anomalies found in disk setup.\n}
225
226message parttable_fix_fixing
227{Fixing partition %s%c\n}
228
229message parttable_fix_fine
230{Partition %s%c is just fine!\n}
231
232message dump_line
233{%s\n}
234
235message set_kernel_1
236{Kernel (GENERIC)}
237message set_kernel_2
238{Kernel (GENERICSBC)}
239
240