xref: /netbsd-src/usr.sbin/sysinst/arch/evbarm/msg.md.en (revision 372a09cae7593d4c5a893a71240318da2ba762b9)
1*372a09caSmartin/*	$NetBSD: msg.md.en,v 1.3 2023/12/19 13:21:55 martin Exp $	*/
250dbef1aSdholland
350dbef1aSdholland/*
450dbef1aSdholland * Copyright 1997 Piermont Information Systems Inc.
550dbef1aSdholland * All rights reserved.
650dbef1aSdholland *
750dbef1aSdholland * Based on code written by Philip A. Nelson for Piermont Information
850dbef1aSdholland * Systems Inc.
950dbef1aSdholland *
1050dbef1aSdholland * Redistribution and use in source and binary forms, with or without
1150dbef1aSdholland * modification, are permitted provided that the following conditions
1250dbef1aSdholland * are met:
1350dbef1aSdholland * 1. Redistributions of source code must retain the above copyright
1450dbef1aSdholland *    notice, this list of conditions and the following disclaimer.
1550dbef1aSdholland * 2. Redistributions in binary form must reproduce the above copyright
1650dbef1aSdholland *    notice, this list of conditions and the following disclaimer in the
1750dbef1aSdholland *    documentation and/or other materials provided with the distribution.
1850dbef1aSdholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
1950dbef1aSdholland *    or promote products derived from this software without specific prior
2050dbef1aSdholland *    written permission.
2150dbef1aSdholland *
2250dbef1aSdholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
2350dbef1aSdholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2450dbef1aSdholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2550dbef1aSdholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
2650dbef1aSdholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2750dbef1aSdholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2850dbef1aSdholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2950dbef1aSdholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
3050dbef1aSdholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
3150dbef1aSdholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
3250dbef1aSdholland * THE POSSIBILITY OF SUCH DAMAGE.
3350dbef1aSdholland *
3450dbef1aSdholland */
3550dbef1aSdholland
3650dbef1aSdholland/* evbarm machine dependent messages, english */
3750dbef1aSdholland
3850dbef1aSdholland
3950dbef1aSdhollandmessage md_hello
4050dbef1aSdholland{
4150dbef1aSdholland}
4250dbef1aSdholland
4350dbef1aSdhollandmessage md_may_remove_boot_medium
44ec07eed7Sjmcneill{
4550dbef1aSdholland}
4650dbef1aSdholland
4750dbef1aSdhollandmessage badreadbb
4850dbef1aSdholland{Cannot read filecore boot block
4950dbef1aSdholland}
5050dbef1aSdholland
5150dbef1aSdhollandmessage badreadriscix
5250dbef1aSdholland{Cannot read RISCiX partition table
5350dbef1aSdholland}
5450dbef1aSdholland
5550dbef1aSdhollandmessage notnetbsdriscix
5650dbef1aSdholland{No NetBSD partition found in RISCiX partition table - Cannot label
5750dbef1aSdholland}
5850dbef1aSdholland
5950dbef1aSdhollandmessage notnetbsd
6050dbef1aSdholland{No NetBSD partition found (filecore only disk ?) - Cannot label
6150dbef1aSdholland}
6250dbef1aSdholland
6350dbef1aSdhollandmessage dobootblks
6450dbef1aSdholland{Installing boot blocks on %s....
6550dbef1aSdholland}
6650dbef1aSdholland
6750dbef1aSdhollandmessage arm32fspart
6850dbef1aSdholland{We now have your NetBSD partitions on %s as follows (Size and Offset in %s):
6950dbef1aSdholland}
7050dbef1aSdholland
7150dbef1aSdhollandmessage set_kernel_1
72*372a09caSmartin{Kernel}
7350dbef1aSdholland
7450dbef1aSdhollandmessage nomsdospart
7550dbef1aSdholland{There is no MSDOS boot partition in the MBR partition table.}
7650dbef1aSdholland
7750dbef1aSdhollandmessage rpikernelmissing
7850dbef1aSdholland{The RPI kernel was not installed, perhaps you didn't select it?}
79