xref: /netbsd/usr.sbin/sysinst/arch/hppa/msg.md.en (revision 26165e63)
1*26165e63Sdholland/*	$NetBSD: msg.md.en,v 1.1 2014/07/26 19:30:45 dholland Exp $	*/
2*26165e63Sdholland
3*26165e63Sdholland/*
4*26165e63Sdholland * Copyright 1997 Piermont Information Systems Inc.
5*26165e63Sdholland * All rights reserved.
6*26165e63Sdholland *
7*26165e63Sdholland * Based on code written by Philip A. Nelson for Piermont Information
8*26165e63Sdholland * Systems Inc.
9*26165e63Sdholland *
10*26165e63Sdholland * Redistribution and use in source and binary forms, with or without
11*26165e63Sdholland * modification, are permitted provided that the following conditions
12*26165e63Sdholland * are met:
13*26165e63Sdholland * 1. Redistributions of source code must retain the above copyright
14*26165e63Sdholland *    notice, this list of conditions and the following disclaimer.
15*26165e63Sdholland * 2. Redistributions in binary form must reproduce the above copyright
16*26165e63Sdholland *    notice, this list of conditions and the following disclaimer in the
17*26165e63Sdholland *    documentation and/or other materials provided with the distribution.
18*26165e63Sdholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
19*26165e63Sdholland *    or promote products derived from this software without specific prior
20*26165e63Sdholland *    written permission.
21*26165e63Sdholland *
22*26165e63Sdholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
23*26165e63Sdholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24*26165e63Sdholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25*26165e63Sdholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
26*26165e63Sdholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
27*26165e63Sdholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
28*26165e63Sdholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
29*26165e63Sdholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
30*26165e63Sdholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
31*26165e63Sdholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
32*26165e63Sdholland * THE POSSIBILITY OF SUCH DAMAGE.
33*26165e63Sdholland *
34*26165e63Sdholland */
35*26165e63Sdholland
36*26165e63Sdholland/* hppa machine dependent messages, english */
37*26165e63Sdholland
38*26165e63Sdholland
39*26165e63Sdhollandmessage md_hello
40*26165e63Sdholland{
41*26165e63Sdholland}
42*26165e63Sdholland
43*26165e63Sdhollandmessage md_may_remove_boot_medium
44*26165e63Sdholland{
45*26165e63Sdholland}
46*26165e63Sdholland
47*26165e63Sdhollandmessage dobootblks
48*26165e63Sdholland{Installing boot blocks on %s....
49*26165e63Sdholland}
50*26165e63Sdholland
51*26165e63Sdhollandmessage set_kernel_1
52*26165e63Sdholland{Kernel (GENERIC)}
53*26165e63Sdholland
54*26165e63Sdhollandmessage md_pdclimit
55*26165e63Sdholland{The root partition extends beyond the PDC limit of 2GB}
56