xref: /netbsd/usr.sbin/sysinst/msg.mbr.en (revision 8938a197)
1/*	$NetBSD: msg.mbr.en,v 1.3 2018/11/15 10:34: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/* MBR Message catalog -- English, i386 version */
36
37/* NB: Lines ending in spaces force line breaks */
38
39
40/* Called with:				Example
41 *  $0 = device name			wd0
42 *  $1 = outer partitioning name	Master Boot Record (MBR)
43 *  $2 = inner partitioning name	BSD disklabel
44 *  $3 = short version of $1		MBR
45 *  $4 = short version of $2		disklabel
46 *  $5 = size needed for NetBSD		250M
47 *  $6 = size needed to build NetBSD	15G
48 */
49message fullpart
50{We are now going to install NetBSD on the disk $0.
51
52NetBSD requires a single partition in the disk's $1
53partition table, this is split further by the $2.
54NetBSD can also access file systems in other $3 partitions.
55
56If you select 'Use the entire disk' then the previous contents of the
57disk will be overwritten and a single $3 partition used to cover the
58entire disk.
59If you want to install more than one operating system then edit the
60$3 partition table and create a partition for NetBSD.
61
62About $5 is enough for a basic installation, but you should allow
63extra for additional software and user files.
64Allow at least $6 if you want to build NetBSD itself.
65}
66
67message Select_your_choice
68{Which would you like to do?}
69message Use_only_part_of_the_disk
70{Edit the MBR partition table}
71message Use_the_entire_disk
72{Use the entire disk}
73
74/* the %s's will expand into three character strings */
75message part_header
76{   Total disk size %lu %s.
77
78.if BOOTSEL
79   Start(%3s)  Size(%3s) Flg Kind                    Bootmenu
80   ---------- ---------- --- ----------------------- --------
81.else
82   Start(%3s)  Size(%3s) Flg Kind
83   ---------- ---------- --- ----------------
84.endif
85}
86
87message part_row_used
88{%10d %10d %c%c%c}
89
90message noactivepart
91{You have not marked a partition active. This may cause your system to not
92start up properly. Should the NetBSD partition of the disk be marked active?}
93
94message setbiosgeom
95{
96You will be prompted for the geometry.
97Please enter the number of sectors per track (maximum 63)
98and number of heads (maximum 256) that the BIOS uses to access the disk.
99The number of cylinders will be calculated from the disk size.
100
101}
102
103message nobiosgeom
104{Sysinst could not automatically determine the BIOS geometry of the disk.
105The physical geometry is %d cylinders %d sectors %d heads\n}
106
107message biosguess
108{Using the information already on the disk, my best guess for the BIOS
109geometry is %d cylinders %d sectors %d heads\n}
110
111message realgeom
112{real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}
113
114message biosgeom
115{BIOS geom: %d cyl, %d heads, %d sec\n}
116
117message ovrwrite
118{Your disk currently has a non-NetBSD partition.  Do you really want to
119overwrite that partition with NetBSD?
120}
121
122message Partition_OK
123{Partition OK}
124
125message ptn_type
126{      type: %s}
127message ptn_start
128{     start: %d %s}
129message ptn_size
130{      size: %d %s}
131message ptn_end
132{       end: %d %s}
133message ptn_active
134{    active: %s}
135message ptn_install
136{   install: %s}
137.if BOOTSEL
138message bootmenu
139{  bootmenu: %s}
140message boot_dflt
141{   default: %s}
142.endif
143
144message get_ptn_size {%ssize (maximum %d %s)}
145message Invalid_numeric {Invalid numeric: }
146message Too_large {Too large: }
147message Space_allocated {Space allocated: }
148message ptn_starts {Space at %d..%d %s (size %d %s)\n}
149message get_ptn_start {%s%sStart (in %s)}
150message get_ptn_id {Partition kind (0..255)}
151message No_free_space {No free space}
152message Only_one_extended_ptn {There can only be one extended partition}
153
154message editparttable
155{The Current MBR partition table is shown below.
156Flgs: a => Active partition,
157.if BOOTSEL
158d => bootselect default,
159.endif
160I => Install here.
161Select the partition you wish to change:
162
163}
164
165message Partition_table_ok
166{Partition table OK}
167
168message Dont_change
169{Don't change}
170message Other_kind
171{Other, input number}
172
173message reeditpart
174{
175
176Do you want to re-edit the MBR table (or abandon the installation)?
177}
178
179message nobsdpart
180{There is no NetBSD partition in the MBR partition table.}
181
182message multbsdpart
183{There are multiple NetBSD partitions in the MBR partition table.
184You should set the 'install' flag on the one you want to use.}
185
186message dofdisk
187{Setting up the DOS partition table ...
188}
189
190message wmbrfail
191{Rewrite of MBR failed. I can't continue.}
192
193.if 0
194.if BOOTSEL
195message Set_timeout_value
196{Set timeout value}
197
198message bootseltimeout
199{Boot menu timeout: %d\n}
200
201.endif
202.endif
203
204