msg.md.es revision 1.1
11.1Sdholland/*	$NetBSD: msg.md.es,v 1.1 2014/07/26 19:30:47 dholland Exp $	*/
21.1Sdholland
31.1Sdholland/*
41.1Sdholland * Copyright 1997 Piermont Information Systems Inc.
51.1Sdholland * All rights reserved.
61.1Sdholland *
71.1Sdholland * Based on code written by Philip A. Nelson for Piermont Information
81.1Sdholland * Systems Inc.
91.1Sdholland *
101.1Sdholland * Redistribution and use in source and binary forms, with or without
111.1Sdholland * modification, are permitted provided that the following conditions
121.1Sdholland * are met:
131.1Sdholland * 1. Redistributions of source code must retain the above copyright
141.1Sdholland *    notice, this list of conditions and the following disclaimer.
151.1Sdholland * 2. Redistributions in binary form must reproduce the above copyright
161.1Sdholland *    notice, this list of conditions and the following disclaimer in the
171.1Sdholland *    documentation and/or other materials provided with the distribution.
181.1Sdholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
191.1Sdholland *    or promote products derived from this software without specific prior
201.1Sdholland *    written permission.
211.1Sdholland *
221.1Sdholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
231.1Sdholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
241.1Sdholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
251.1Sdholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
261.1Sdholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
271.1Sdholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
281.1Sdholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
291.1Sdholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
301.1Sdholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
311.1Sdholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
321.1Sdholland * THE POSSIBILITY OF SUCH DAMAGE.
331.1Sdholland *
341.1Sdholland */
351.1Sdholland
361.1Sdholland/* shark machine dependent messages, spanish */
371.1Sdholland
381.1Sdholland
391.1Sdhollandmessage md_hello
401.1Sdholland{
411.1Sdholland}
421.1Sdholland
431.1Sdhollandmessage md_may_remove_boot_medium
441.1Sdholland{Si ha iniciado desde disquette, ahora deber�a retirar el disco.
451.1Sdholland}
461.1Sdholland
471.1Sdhollandmessage Keyboard_type {Tipo de teclado}
481.1Sdhollandmessage kb_default {es}
491.1Sdholland
501.1Sdhollandmessage badreadbb
511.1Sdholland{No se puede leer bloque de arranque filecore
521.1Sdholland}
531.1Sdholland
541.1Sdhollandmessage badreadriscix
551.1Sdholland{No se puede leer la tabla de particiones RISCiX
561.1Sdholland}
571.1Sdholland
581.1Sdhollandmessage notnetbsdriscix
591.1Sdholland{No se ha encontrado ninguna particion NetBSD en la tabla de
601.1Sdhollandparticiones RISCiX - No se puede etiquetar
611.1Sdholland}
621.1Sdholland
631.1Sdhollandmessage notnetbsd
641.1Sdholland{No se ha encontrado ninguna particion NetBSD (�disco solo de filecore?)
651.1Sdholland - No se puede etiquetar
661.1Sdholland}
671.1Sdholland
681.1Sdhollandmessage dobootblks
691.1Sdholland{Instalando bloques de arranque en %s...
701.1Sdholland}
711.1Sdholland
721.1Sdhollandmessage arm32fspart
731.1Sdholland{Ahora tenemos nuestras particiones NetBSD en % como sigue (Tama�o y
741.1SdhollandCompensaci�n en %s):
751.1Sdholland}
761.1Sdholland
771.1Sdhollandmessage set_kernel_1
781.1Sdholland{N�cleo (GENERIC)}
791.1Sdholland
801.1Sdhollandmessage setbootdevice
811.1Sdholland{Para conseguir que el sistema arranque automaticamente desde el sistema
821.1Sdhollandde ficheros del disco, necesita configura manualmente OpenFirmware para
831.1Sdhollandindicarle desde d�nde debe cargar el n�cleo del sistema.
841.1Sdholland
851.1SdhollandOpenFirmware puede cargar un n�cleo a.out de NetBSD (perdone, pero ELF no est� soportado) directamente desde una partici�n FFS del disco local.  As� que, para
861.1Sdhollandconfigurarlo para que arranque desde disco deber� ejecutar manualmente el
871.1Sdhollandsiguiente comando desde la interfaz de OpenFirmware:
881.1Sdholland
891.1Sdhollandsetenv boot-device disk:\\netbsd.aout
901.1Sdholland
911.1SdhollandS�lo tiene que ejecutar esto una vez y s�lamente si la propiedad
921.1Sdholland'boot-device' no conten�a el valor mostrado arriba.
931.1Sdholland}
941.1Sdholland
951.1Sdhollandmessage badclearmbr
961.1Sdholland{Ha ocurrido un error al intentar borrar el primer sector del disco.  Si el
971.1Sdhollandfirmware no puede verlo, pruebe a ejecutar el siguiente comando manualmente
981.1Sdhollanddesde la linea de comandos de la utilidad de instalaci�n:
991.1Sdholland
1001.1Sdhollanddd if=/dev/zero of=%s bs=512 count=1
1011.1Sdholland}
102