1*50dbef1aSdholland/* $NetBSD: msg.md.de,v 1.1 2014/07/26 19:30:47 dholland Exp $ */ 2*50dbef1aSdholland 3*50dbef1aSdholland/* 4*50dbef1aSdholland * Copyright 1997 Piermont Information Systems Inc. 5*50dbef1aSdholland * All rights reserved. 6*50dbef1aSdholland * 7*50dbef1aSdholland * Based on code written by Philip A. Nelson for Piermont Information 8*50dbef1aSdholland * Systems Inc. 9*50dbef1aSdholland * 10*50dbef1aSdholland * Redistribution and use in source and binary forms, with or without 11*50dbef1aSdholland * modification, are permitted provided that the following conditions 12*50dbef1aSdholland * are met: 13*50dbef1aSdholland * 1. Redistributions of source code must retain the above copyright 14*50dbef1aSdholland * notice, this list of conditions and the following disclaimer. 15*50dbef1aSdholland * 2. Redistributions in binary form must reproduce the above copyright 16*50dbef1aSdholland * notice, this list of conditions and the following disclaimer in the 17*50dbef1aSdholland * documentation and/or other materials provided with the distribution. 18*50dbef1aSdholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse 19*50dbef1aSdholland * or promote products derived from this software without specific prior 20*50dbef1aSdholland * written permission. 21*50dbef1aSdholland * 22*50dbef1aSdholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS'' 23*50dbef1aSdholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24*50dbef1aSdholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25*50dbef1aSdholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 26*50dbef1aSdholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27*50dbef1aSdholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28*50dbef1aSdholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29*50dbef1aSdholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30*50dbef1aSdholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31*50dbef1aSdholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 32*50dbef1aSdholland * THE POSSIBILITY OF SUCH DAMAGE. 33*50dbef1aSdholland * 34*50dbef1aSdholland */ 35*50dbef1aSdholland 36*50dbef1aSdholland/* shark machine dependent messages, German */ 37*50dbef1aSdholland 38*50dbef1aSdholland 39*50dbef1aSdhollandmessage md_hello 40*50dbef1aSdholland{ 41*50dbef1aSdholland} 42*50dbef1aSdholland 43*50dbef1aSdhollandmessage md_may_remove_boot_medium 44*50dbef1aSdholland{Wenn Sie von einer Diskette gebootet haben, k�nnen Sie diese jetzt 45*50dbef1aSdhollandenfernen. 46*50dbef1aSdholland} 47*50dbef1aSdholland 48*50dbef1aSdhollandmessage Keyboard_type {Tastaturschema} 49*50dbef1aSdhollandmessage kb_default {de} 50*50dbef1aSdholland 51*50dbef1aSdhollandmessage badreadbb 52*50dbef1aSdholland{Kann den Bootblock des Filecores nicht lesen 53*50dbef1aSdholland} 54*50dbef1aSdholland 55*50dbef1aSdhollandmessage badreadriscix 56*50dbef1aSdholland{Kann die RISCiX Partitionstabelle nicht lesen 57*50dbef1aSdholland} 58*50dbef1aSdholland 59*50dbef1aSdhollandmessage notnetbsdriscix 60*50dbef1aSdholland{Keine NetBSD Partition in der RISCiX Partitionstabelle gefunden - erstellen 61*50dbef1aSdhollandeines Labels nicht m�glich. 62*50dbef1aSdholland} 63*50dbef1aSdholland 64*50dbef1aSdhollandmessage notnetbsd 65*50dbef1aSdholland{Keine NetBSD Partition gefunden (eine Nur-Filecore Platte?) - erstellen eines 66*50dbef1aSdhollandLabels nicht m�glich. 67*50dbef1aSdholland} 68*50dbef1aSdholland 69*50dbef1aSdhollandmessage dobootblks 70*50dbef1aSdholland{Installiere die Bootbl�cke auf %s ... 71*50dbef1aSdholland} 72*50dbef1aSdholland 73*50dbef1aSdhollandmessage arm32fspart 74*50dbef1aSdholland{Nachfolgend sehen Sie Ihre NetBSD Partitionen auf %s (Gr��e und Offset in 75*50dbef1aSdholland%s): 76*50dbef1aSdholland} 77*50dbef1aSdholland 78*50dbef1aSdhollandmessage set_kernel_1 79*50dbef1aSdholland{Kernel (GENERIC)} 80*50dbef1aSdholland 81*50dbef1aSdhollandmessage setbootdevice 82*50dbef1aSdholland{In order to make your system boot automatically from the on-disk file 83*50dbef1aSdhollandsystem, you need to manually configure OpenFirmware to tell it where to 84*50dbef1aSdhollandload the kernel from. 85*50dbef1aSdholland 86*50dbef1aSdhollandOpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported) 87*50dbef1aSdhollandstraight from a FFS partition on the local hard disk. So, to configure it 88*50dbef1aSdhollandto boot the just-installed kernel, run the following command from 89*50dbef1aSdhollandOpenFirmware's shell: 90*50dbef1aSdholland 91*50dbef1aSdhollandsetenv boot-device disk:\\netbsd.aout 92*50dbef1aSdholland 93*50dbef1aSdhollandYou only need to run this once and only if the 'boot-device' property did 94*50dbef1aSdhollandnot already contain the value shown above. 95*50dbef1aSdholland} 96*50dbef1aSdholland 97*50dbef1aSdhollandmessage badclearmbr 98*50dbef1aSdholland{Failed to clear the disk's first sector. If OpenFirmware cannot see the 99*50dbef1aSdhollanddisk, try to run the following command manually from the installer's shell 100*50dbef1aSdhollandutility: 101*50dbef1aSdholland 102*50dbef1aSdhollanddd if=/dev/zero of=%s bs=512 count=1 103*50dbef1aSdholland} 104