Home | History | Annotate | Line # | Download | only in sysinst
msg.mbr.en revision 1.1
      1  1.1  dholland /*	$NetBSD: msg.mbr.en,v 1.1 2014/07/26 19:30:44 dholland Exp $	*/
      2  1.1  dholland 
      3  1.1  dholland /*
      4  1.1  dholland  * Copyright 1997 Piermont Information Systems Inc.
      5  1.1  dholland  * All rights reserved.
      6  1.1  dholland  *
      7  1.1  dholland  * Written by Philip A. Nelson for Piermont Information Systems Inc.
      8  1.1  dholland  *
      9  1.1  dholland  * Redistribution and use in source and binary forms, with or without
     10  1.1  dholland  * modification, are permitted provided that the following conditions
     11  1.1  dholland  * are met:
     12  1.1  dholland  * 1. Redistributions of source code must retain the above copyright
     13  1.1  dholland  *    notice, this list of conditions and the following disclaimer.
     14  1.1  dholland  * 2. Redistributions in binary form must reproduce the above copyright
     15  1.1  dholland  *    notice, this list of conditions and the following disclaimer in the
     16  1.1  dholland  *    documentation and/or other materials provided with the distribution.
     17  1.1  dholland  * 3. The name of Piermont Information Systems Inc. may not be used to endorse
     18  1.1  dholland  *    or promote products derived from this software without specific prior
     19  1.1  dholland  *    written permission.
     20  1.1  dholland  *
     21  1.1  dholland  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
     22  1.1  dholland  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     23  1.1  dholland  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     24  1.1  dholland  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
     25  1.1  dholland  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     26  1.1  dholland  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     27  1.1  dholland  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     28  1.1  dholland  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     29  1.1  dholland  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     30  1.1  dholland  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     31  1.1  dholland  * THE POSSIBILITY OF SUCH DAMAGE.
     32  1.1  dholland  *
     33  1.1  dholland  */
     34  1.1  dholland 
     35  1.1  dholland /* MBR Message catalog -- English, i386 version */
     36  1.1  dholland 
     37  1.1  dholland /* NB: Lines ending in spaces force line breaks */
     38  1.1  dholland 
     39  1.1  dholland message fullpart
     40  1.1  dholland {We are now going to install NetBSD on the disk %s.
     41  1.1  dholland 
     42  1.1  dholland NetBSD requires a single partition in the disk's MBR partition table,
     43  1.1  dholland this is split further by the NetBSD disklabel.
     44  1.1  dholland NetBSD can also access file systems in other MBR partitions.
     45  1.1  dholland 
     46  1.1  dholland If you select 'Use the entire disk' then the previous contents of the
     47  1.1  dholland disk will be overwritten and a single MBR partition used to cover the
     48  1.1  dholland entire disk.
     49  1.1  dholland If you want to install more than one operating system then edit the
     50  1.1  dholland MBR partition table and create a partition for NetBSD.
     51  1.1  dholland 
     52  1.1  dholland A few hundred MB is enough for a basic installation, but you should allow
     53  1.1  dholland extra for additional software and user files.
     54  1.1  dholland Allow at least 5GB if you want to build NetBSD itself.
     55  1.1  dholland }
     56  1.1  dholland 
     57  1.1  dholland message Select_your_choice
     58  1.1  dholland {Which would you like to do?}
     59  1.1  dholland message Use_only_part_of_the_disk
     60  1.1  dholland {Edit the MBR partition table}
     61  1.1  dholland message Use_the_entire_disk
     62  1.1  dholland {Use the entire disk}
     63  1.1  dholland 
     64  1.1  dholland /* the %s's will expand into three character strings */
     65  1.1  dholland message part_header
     66  1.1  dholland {   Total disk size %lu %s.
     67  1.1  dholland 
     68  1.1  dholland .if BOOTSEL
     69  1.1  dholland    Start(%3s)  Size(%3s) Flg Kind                    Bootmenu
     70  1.1  dholland    ---------- ---------- --- ----------------------- --------
     71  1.1  dholland .else
     72  1.1  dholland    Start(%3s)  Size(%3s) Flg Kind
     73  1.1  dholland    ---------- ---------- --- ----------------
     74  1.1  dholland .endif
     75  1.1  dholland }
     76  1.1  dholland 
     77  1.1  dholland message part_row_used
     78  1.1  dholland {%10d %10d %c%c%c}
     79  1.1  dholland 
     80  1.1  dholland message noactivepart
     81  1.1  dholland {You have not marked a partition active. This may cause your system to not
     82  1.1  dholland start up properly. Should the NetBSD partition of the disk be marked active?}
     83  1.1  dholland 
     84  1.1  dholland message setbiosgeom
     85  1.1  dholland {
     86  1.1  dholland You will be prompted for the geometry.
     87  1.1  dholland Please enter the number of sectors per track (maximum 63)
     88  1.1  dholland and number of heads (maximum 256) that the BIOS uses to access the disk.
     89  1.1  dholland The number of cylinders will be calculated from the disk size.
     90  1.1  dholland 
     91  1.1  dholland }
     92  1.1  dholland 
     93  1.1  dholland message nobiosgeom
     94  1.1  dholland {Sysinst could not automatically determine the BIOS geometry of the disk.
     95  1.1  dholland The physical geometry is %d cylinders %d sectors %d heads\n}
     96  1.1  dholland 
     97  1.1  dholland message biosguess
     98  1.1  dholland {Using the information already on the disk, my best guess for the BIOS
     99  1.1  dholland geometry is %d cylinders %d sectors %d heads\n}
    100  1.1  dholland 
    101  1.1  dholland message realgeom
    102  1.1  dholland {real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}
    103  1.1  dholland 
    104  1.1  dholland message biosgeom
    105  1.1  dholland {BIOS geom: %d cyl, %d heads, %d sec\n}
    106  1.1  dholland 
    107  1.1  dholland message ovrwrite
    108  1.1  dholland {Your disk currently has a non-NetBSD partition.  Do you really want to
    109  1.1  dholland overwrite that partition with NetBSD?
    110  1.1  dholland }
    111  1.1  dholland 
    112  1.1  dholland message Partition_OK
    113  1.1  dholland {Partition OK}
    114  1.1  dholland 
    115  1.1  dholland message ptn_type
    116  1.1  dholland {      type: %s}
    117  1.1  dholland message ptn_start
    118  1.1  dholland {     start: %d %s}
    119  1.1  dholland message ptn_size
    120  1.1  dholland {      size: %d %s}
    121  1.1  dholland message ptn_end
    122  1.1  dholland {       end: %d %s}
    123  1.1  dholland message ptn_active
    124  1.1  dholland {    active: %s}
    125  1.1  dholland message ptn_install
    126  1.1  dholland {   install: %s}
    127  1.1  dholland .if BOOTSEL
    128  1.1  dholland message bootmenu
    129  1.1  dholland {  bootmenu: %s}
    130  1.1  dholland message boot_dflt
    131  1.1  dholland {   default: %s}
    132  1.1  dholland .endif
    133  1.1  dholland 
    134  1.1  dholland message get_ptn_size {%ssize (maximum %d %s)}
    135  1.1  dholland message Invalid_numeric {Invalid numeric: }
    136  1.1  dholland message Too_large {Too large: }
    137  1.1  dholland message Space_allocated {Space allocated: }
    138  1.1  dholland message ptn_starts {Space at %d..%d %s (size %d %s)\n}
    139  1.1  dholland message get_ptn_start {%s%sStart (in %s)}
    140  1.1  dholland message get_ptn_id {Partition kind (0..255)}
    141  1.1  dholland message No_free_space {No free space}
    142  1.1  dholland message Only_one_extended_ptn {There can only be one extended partition}
    143  1.1  dholland 
    144  1.1  dholland message editparttable
    145  1.1  dholland {The Current MBR partition table is shown below.
    146  1.1  dholland Flgs: a => Active partition,
    147  1.1  dholland .if BOOTSEL
    148  1.1  dholland d => bootselect default,
    149  1.1  dholland .endif
    150  1.1  dholland I => Install here.
    151  1.1  dholland Select the partition you wish to change:
    152  1.1  dholland 
    153  1.1  dholland }
    154  1.1  dholland 
    155  1.1  dholland message Partition_table_ok
    156  1.1  dholland {Partition table OK}
    157  1.1  dholland 
    158  1.1  dholland message Delete_partition
    159  1.1  dholland {Delete partition}
    160  1.1  dholland message Dont_change
    161  1.1  dholland {Don't change}
    162  1.1  dholland message Other_kind
    163  1.1  dholland {Other, input number}
    164  1.1  dholland 
    165  1.1  dholland message reeditpart
    166  1.1  dholland {
    167  1.1  dholland 
    168  1.1  dholland Do you want to re-edit the MBR table (or abandon the installation)?
    169  1.1  dholland }
    170  1.1  dholland 
    171  1.1  dholland message nobsdpart
    172  1.1  dholland {There is no NetBSD partition in the MBR partition table.}
    173  1.1  dholland 
    174  1.1  dholland message multbsdpart
    175  1.1  dholland {There are multiple NetBSD partitions in the MBR partition table.
    176  1.1  dholland You should set the 'install' flag on the one you want to use.}
    177  1.1  dholland 
    178  1.1  dholland message dofdisk
    179  1.1  dholland {Setting up the DOS partition table ...
    180  1.1  dholland }
    181  1.1  dholland 
    182  1.1  dholland message wmbrfail
    183  1.1  dholland {Rewrite of MBR failed. I can't continue.}
    184  1.1  dholland 
    185  1.1  dholland .if 0
    186  1.1  dholland .if BOOTSEL
    187  1.1  dholland message Set_timeout_value
    188  1.1  dholland {Set timeout value}
    189  1.1  dholland 
    190  1.1  dholland message bootseltimeout
    191  1.1  dholland {Boot menu timeout: %d\n}
    192  1.1  dholland 
    193  1.1  dholland .endif
    194  1.1  dholland .endif
    195  1.1  dholland 
    196