No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / utils / sysinst / arch / shark / msg.md.en
blobeb5ea939fadfa1035a4f8f06df1d928ee32d8dab
1 /*      $NetBSD: msg.md.en,v 1.9 2008/02/02 04:51:50 itohy 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 /* shark machine dependent messages, english */
43 message md_hello
44 {If you booted from a floppy, you may now remove the disk.
48 message Keyboard_type {Keyboard type}
49 message kb_default {}
51 message badreadbb
52 {Cannot read filecore boot block
55 message badreadriscix
56 {Cannot read RISCiX partition table
59 message notnetbsdriscix
60 {No NetBSD partition found in RISCiX partition table - Cannot label
63 message notnetbsd
64 {No NetBSD partition found (filecore only disk ?) - Cannot label
67 message dobootblks
68 {Installing boot blocks on %s....
71 message arm32fspart
72 {We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
75 message set_kernel_1
76 {Kernel (GENERIC)}
78 message setbootdevice
79 {In order to make your system boot automatically from the on-disk file
80 system, you need to manually configure OpenFirmware to tell it where to
81 load the kernel from.
83 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
84 straight from a FFS partition on the local hard disk.  So, to configure it
85 to boot the just-installed kernel, run the following command from
86 OpenFirmware's shell:
88 setenv boot-device disk:\\netbsd.aout
90 You only need to run this once and only if the 'boot-device' property did
91 not already contain the value shown above.
94 message badclearmbr
95 {Failed to clear the disk's first sector.  If OpenFirmware cannot see the
96 disk, try to run the following command manually from the installer's shell
97 utility:
99 dd if=/dev/zero of=%s bs=512 count=1