1 # Spanish translations for live-boot package
2 # Copyright (C) 2012-2013 Carlos Zuferri «chals» <chals@altorricon.com>
3 # This file is distributed under the same license as the live-boot package.
7 "Project-Id-Version: live-boot 4.0~a8-1\n"
8 "POT-Creation-Date: 2013-03-10 19:02+0100\n"
9 "PO-Revision-Date: 2013-02-12 14:25+0100\n"
10 "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
11 "Language-Team: none\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19 #: en/live-boot.7:1 en/persistence.conf.5:1
25 #: en/live-boot.7:1 en/persistence.conf.5:1
31 #: en/live-boot.7:1 en/persistence.conf.5:1
37 #: en/live-boot.7:1 en/persistence.conf.5:1
39 msgid "Debian Live Project"
40 msgstr "Proyecto Debian Live"
43 #: en/live-boot.7:3 en/persistence.conf.5:3
50 msgid "B<live-boot> - System Boot Scripts"
51 msgstr "B<live-boot> - Scripts de Arranque del Sistema"
54 #: en/live-boot.7:6 en/persistence.conf.5:7
62 "B<live-boot> contains the scripts that configure a Debian Live system during "
63 "the boot process (early userspace)."
65 "B<live-boot> contiene los scripts que configuran un sistema Debian Live "
66 "durante el proceso de arranque (early userspace)."
72 "live-boot is a hook for the initramfs-tools, used to generate a initramfs "
73 "capable to boot live systems, such as those created by I<live-helper>(7). "
74 "This includes the Debian Live isos, netboot tarballs, and usb stick images."
76 "live-boot es un hook para initramfs-tools, usado para generar un initramfs "
77 "capaz de arrancar sistemas en vivo, tales como los creados por I<live-helper>"
78 "(7). Esto incluye las isos de Debian Live, netboot tarballs e imágenes para "
85 "At boot time it will look for a (read-only) media containing a \"/live\" "
86 "directory where a root filesystems (often a compressed filesystem image like "
87 "squashfs) is stored. If found, it will create a writable environment, using "
88 "aufs, for Debian like systems to boot from."
90 "En el momento del arranque se buscará un dispositivo de sólo lectura que "
91 "contenga un directorio \"/live\" dónde se almacena un sistema de ficheros "
92 "raíz (a menudo se trata de una imagen comprimida de un sistema de ficheros "
93 "como squashfs). Si live-boot lo encuentra, creará un entorno de escritura, "
94 "usando aufs, a partir del cual pueda arrancar un sistema Debian u otro "
100 msgid "CONFIGURATION"
101 msgstr "CONFIGURACIÓN"
106 "B<live-boot> can be configured through a boot parameter or a configuration "
109 "B<live-boot> se puede configurar mediante un parámetro de arranque o un "
110 "fichero de configuración."
115 "To configure the live-boot parameters used by default in a live image, see "
116 "the --bootappend-live option in the I<lb_config>(1) manual page."
118 "Para configurar los parámetros de live-boot utilizados por defecto en una "
119 "imagen en vivo, ver la opción --bootappend-live en la página de manual "
125 msgid "Kernel Parameters"
126 msgstr "Parámetros del kernel"
131 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
133 "B<live-boot> sólo se activa si se usa 'boot=live' como parámetro del kernel"
138 "In addition, there are some more boot parameters to influence the behaviour, "
141 "Además, hay algunos otros parámetros de arranque que influyen en su "
142 "comportamiento, ver más abajo."
147 msgid "Configuration Files"
148 msgstr "Ficheros de configuración"
153 "B<live-boot> can be configured (but not activated) through configuration "
154 "files. Those files can be placed either in the root filesystem itself (/etc/"
155 "live/boot.conf, /etc/live/boot/*), or on the live media (live/boot.conf, "
158 "B<live-boot> se puede configurar (pero no activar) mediante ficheros de "
159 "configuración. Estos ficheros se pueden colocar en el sistema de ficheros "
160 "raíz (/etc/live/boot.conf, /etc/live/boot/*), o en el medio en vivo (live/"
161 "boot.conf, live/boot/*)."
164 #: en/live-boot.7:28 en/persistence.conf.5:57
172 msgid "B<live-boot> currently features the following parameters."
173 msgstr "B<live-boot> incluye los siguientes parámetros."
178 msgid "B<access>=I<ACCESS>"
179 msgstr "B<access>=I<ACCESS>"
184 "Set the accessibility level for physically or visually impaired users. "
185 "ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
186 "v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
187 "m2=moderate motor difficulties."
189 "Establece el nivel de accesibilidad para usuarios con minusvalías físicas o "
190 "con discapacidad visual. ACCESS debe ser uno de los siguientes, v1, v2, v3, "
191 "m1 o m2. v1=menor deterioro visual, v2=discapacidad visual moderada, "
192 "v3=ceguera, m1=dificultades motoras menores, m2=dificultades motoras "
198 msgid "B<console>=I<TTY,SPEED>"
199 msgstr "B<console>=I<TTY,SPEED>"
204 "Set the default console to be used with the \"live-getty\" option. Example: "
205 "\"console=ttyS0,115200\""
207 "Establece la consola que se utilizará por defecto con la opción \"live-getty"
208 "\". Ejemplo: \"console=ttyS0,115200\""
218 msgid "Makes initramfs boot process more verbose."
219 msgstr "Hace que el proceso de arranque de initramfs sea más detallado."
224 msgstr "Uso: debug=1"
228 msgid "Without setting debug to a value the messages may not be shown."
230 "Si no se asigna un valor a debug, puede que no se muestren los mensajes. "
235 msgid "B<fetch>=I<URL>"
236 msgstr "B<fetch>=I<URL>"
241 msgid "B<httpfs>=I<URL>"
242 msgstr "B<httpfs>=I<URL>"
247 "Another form of netboot by downloading a squashfs image from a given url. "
248 "The fetch method copies the image to ram and the httpfs method uses fuse and "
249 "httpfs2 to mount the image in place. Copying to ram requires more memory and "
250 "might take a long time for large images. However, it is more likely to work "
251 "correctly because it does not require networking afterwards and the system "
252 "operates faster once booted because it does not require to contact the "
255 "Otra forma de arranque en red mediante la descarga de una imagen squashfs a "
256 "partir de una URL determinada. El método «fetch» copia la imagen en la "
257 "memoria RAM y el método httpfs utiliza fuse y httpfs2 para montar la imagen "
258 "en su lugar. Copiar en la memoria RAM requiere más memoria y puede tardar "
259 "mucho tiempo con imágenes de gran tamaño. Sin embargo, es más probable que "
260 "funcione correctamente, ya que no requiere el uso de la red después y el "
261 "sistema funciona más rápido una vez iniciado, debido a que ya no necesita "
262 "más ponerse en contacto con el servidor."
267 "Due to current limitations in busybox's wget and DNS resolution, an URL can "
268 "not contain a hostname but an IP only."
270 "Debido a las limitaciones actuales de busybox, wget y la resolución de DNS, "
271 "una dirección URL no puede contener un nombre de anfitrión, sino sólo una "
276 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
277 msgstr "No funciona: http://ejemplo.com/ruta/al/sistema_de_ficheros.squashfs"
281 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
282 msgstr "Funciona: http://ejemplo.com/ruta/al/sistema_de_ficheros.squashfs"
287 "Also note that therefore it's currently not possible to fetch an image from "
288 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
291 "Tener en cuenta también que, por lo tanto, no es posible en la actualidad ir "
292 "a buscar una imagen en un host virtual basado en nombre de un httpd si está "
293 "compartiendo la ip con la instancia principal httpd."
297 msgid "You may also use the live iso image in place of the squashfs image."
299 "También se puede utilizar la imagen iso en vivo en lugar de la imagen "
305 msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
306 msgstr "B<iscsi>=I<server-ip[,server-port];target-name>"
311 "Boot from an iSCSI target that has an iso or disk live image as one of its "
312 "LUNs. The specified target is searched for a LUN which looks like a live "
313 "media. If you use the B<iscsitarget> software iSCSI target solution which is "
314 "packaged in Debian your ietd.conf might look like this:"
316 "Arranca desde un objetivo iSCSI que tiene una iso o una imagen disco en vivo "
317 "como uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea "
318 "similar a un medio en vivo. Si se utiliza el software B<iscsitarget> del "
319 "objetivo iSCSI que se encuentra disponible en un paquete Debian la ietd.conf "
320 "podría ser similar al siguiente: "
324 msgid "# The target-name you specify in the iscsi= parameter"
325 msgstr "# El nombre de destino se especifica en el parámetro iscsi= "
331 "Target E<lt>target-nameE<gt>\n"
332 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
333 " # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
334 " # Wthreads or MaxConnections\n"
336 "Target E<lt>target-nameE<gt>\n"
337 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
338 " # Si se desea arrancar varias máquinas, es posible que se desee afinar algunos parámetros como\n"
339 " # Wthreads o MaxConnections\n"
344 msgid "B<findiso>=I</PATH/TO/IMAGE>"
345 msgstr "B<findiso>=I</PATH/TO/IMAGE>"
350 "Look for the specified ISO file on all disks where it usually looks for the ."
351 "squashfs file (so you don't have to know the device name as in fromiso=....)."
353 "Busca el fichero ISO especificado en todos los discos en los que por lo "
354 "general se busca el fichero .squashfs (por lo que no se tiene que saber el "
355 "nombre del dispositivo como en fromiso=....)."
360 msgid "B<fromiso>=I</PATH/TO/IMAGE>"
361 msgstr "B<fromiso>=I</PATH/TO/IMAGE>"
366 "Allows to use a filesystem from within an iso image that's available on live-"
369 "Permite utilizar un sistema de ficheros desde dentro de una imagen iso que "
370 "está disponible en los medios en vivo."
375 msgid "B<ignore_uuid>"
376 msgstr "B<ignore_uuid>"
381 "Do not check that any UUID embedded in the initramfs matches the discovered "
382 "medium. live-boot may be told to generate a UUID by setting "
383 "LIVE_GENERATE_UUID=1 when building the initramfs."
385 "No comprobar que cualquier UUID integrado en el initramfs coincida con el "
386 "medio encontrado. Se puede especificar a live-boot que genere un UUID "
387 "configurando LIVE_GENERATE_UUID=1 en el momento de crear el initramfs."
392 msgid "B<verify-checksums>"
393 msgstr "B<verify-checksums>"
398 "If specified, an MD5 sum is calculated on the live media during boot and "
399 "compared to the value found in md5sum.txt found in the root directory of the "
402 "Si se especifica, se calcula una suma MD5 sobre los medios en vivo durante "
403 "el arranque y se compara con el valor md5sum.txt que se encuentra en el "
404 "directorio raíz de los medios en vivo."
409 msgid "B<ip>=[I<DEVICE>]:[I<CLIENT_IP>]:[I<NETMASK>]:[I<GATEWAY_IP>]:[I<NAMESERVER>] [,[I<DEVICE>]:[I<CLIENT_IP>]:[I<NETMASK>]:[I<GATEWAY_IP>]:[I<NAMESERVER>]]"
410 msgstr "B<ip>=[I<DEVICE>]:[I<CLIENT_IP>]:[I<NETMASK>]:[I<GATEWAY_IP>]:[I<NAMESERVER>] [,[I<DEVICE>]:[I<CLIENT_IP>]:[I<NETMASK>]:[I<GATEWAY_IP>]:[I<NAMESERVER>]]"
415 "Let you specify the name(s) and the options of the interface(s) that should "
416 "be configured at boot time. Do not specify this if you want to use dhcp "
417 "(default). It will be changed in a future release to mimick official kernel "
418 "boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
419 "eth0,:::::eth1:dhcp)."
421 "Permite especificar el nombre(s) y las opciones de la interfaz(ces) que se "
422 "debe configurar en el arranque. No especificar esta opción si se desea "
423 "utilizar DHCP (opción por defecto). Esto cambiará en una futura versión para "
424 "utilizar la misma especificación de los parámetros de arranque que el kernel "
425 "oficial (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::eth0,:::::eth1:dhcp)."
430 msgid "B<ip>=[I<frommedia>]"
431 msgstr "B<ip>=[I<frommedia>]"
436 "If this variable is set, dhcp and static configuration are just skipped and "
437 "the system will use the (must be) media-preconfigured /etc/network/"
438 "interfaces instead."
440 "Si se establece esta variable, no se configura la red ni por dhcp ni usando "
441 "una dirección estática y se debe añadir un fichero preconfigurado /etc/"
442 "network/interfaces que el sistema utilizará en su lugar."
447 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
448 msgstr "{B<live-media>|B<bootfrom>}=I<DEVICE>"
453 "If you specify one of this two equivalent forms, live-boot will first try to "
454 "find this device for the \"/live\" directory where the read-only root "
455 "filesystem should reside. If it did not find something usable, the normal "
456 "scan for block devices is performed."
458 "Si se especifica una de estas dos formas equivalentes, live-boot en primer "
459 "lugar tratará de encontrar este dispositivo buscando el directorio \"/live\" "
460 "dónde debe estar la raíz del sistema de ficheros de sólo lectura. Si no "
461 "encuentra nada que pueda utilizar, live-boot escaneará los dispositivos "
467 "Instead of specifing an actual device name, the keyword 'removable' can be "
468 "used to limit the search of acceptable live media to removable type only. "
469 "Note that if you want to further restrict the media to usb mass storage "
470 "only, you can use the 'removable-usb' keyword."
472 "En lugar de especificar el nombre de un dispositivo real, se puede utilizar "
473 "la palabra clave 'removable' para limitar la búsqueda solo en los medios en "
474 "vivo de tipo extraíble. Tener en cuenta que si se desea restringir aún más "
475 "los medios a sistemas de almacenamiento masivo USB se puede utilizar la "
476 "palabra clave 'removable-usb'"
481 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
482 msgstr "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
487 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
488 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
489 "for loop-aes encryption type."
491 "live-boot montará el TYPE rotfs cifrado, pidiendo la contraseña. Es útil "
492 "para crear sistemas en vivo paranoicos :-) Hasta el momento el TYPE "
493 "soportado es \"aes\" para cifrado loop-aes."
498 msgid "B<live-media-offset>=I<BYTES>"
499 msgstr "B<live-media-offset>=I<BYTES>"
504 "This way you could tell live-boot that your image starts at offset BYTES in "
505 "the above specified or autodiscovered device, this could be useful to hide "
506 "the Debian Live iso or image inside another iso or image, to create \"clean"
509 "De esta manera se puede especificar a live-boot que la imagen comienza en "
510 "BYTES en el dispositivo anteriormente especificado, o auto-descubierto, esto "
511 "podría ser útil para esconder la iso o la imagen Debian Live dentro de otra "
512 "iso o imagen, para crear imágenes \"limpias\"."
517 msgid "B<live-media-path>=I<PATH>"
518 msgstr "B<live-media-path>=I<PATH>"
523 "Sets the path to the live filesystem on the medium. By default, it is set to "
524 "'/live' and you should not change that unless you have customized your media "
527 "Establece la ruta de acceso al sistema de ficheros en vivo en el medio. De "
528 "forma predeterminada está en '/live' y no se debe cambiar a menos que se "
529 "haya personalizado los medios de forma adecuada."
534 msgid "B<live-media-timeout>=I<SECONDS>"
535 msgstr "B<live-media-timeout>=I<SECONDS>"
540 "Set the timeout in seconds for the device specified by \"live-media=\" to "
541 "become ready before giving up."
543 "Establece el tiempo de espera en segundos para que el dispositivo "
544 "especificado por \"live-media=\" esté preparado antes de desistir."
549 msgid "B<module>=I<NAME>"
550 msgstr "B<module>=I<NAME>"
555 "Instead of using the default optional file \"filesystem.module\" (see below) "
556 "another file could be specified without the extension \".module\"; it should "
557 "be placed on \"/live\" directory of the live medium."
559 "En lugar de utilizar el fichero opcional por defecto \"filesystem.module"
560 "\" (ver más abajo) se podría especificar otro fichero sin la extensión \"."
561 "module\"; se debe colocar en el directorio \"/live\" del medio en vivo."
566 msgid "B<netboot>[=nfs|cifs]"
567 msgstr "B<netboot>[=nfs|cifs]"
572 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
573 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
574 "root filesystem. With no args, will try cifs first, and if it fails nfs."
576 "Indica a live-boot que debe hacer un montaje en red. El parámetro \"nfsroot="
577 "\" (con \"nfsopts=\" opcional), debe especificar dónde se encuentra el "
578 "sistema de ficheros raíz. Sin argumentos, probará primero cifs, y entonces, "
589 msgid "This lets you specify custom nfs options."
590 msgstr "Permite especificar opciones nfs personalizadas."
595 msgid "B<nofastboot>"
596 msgstr "B<nofastboot>"
599 #: en/live-boot.7:101
601 "This parameter disables the default disabling of filesystem checks in /etc/"
602 "fstab. If you have static filesystems on your harddisk and you want them to "
603 "be checked at boot time, use this parameter, otherwise they are skipped."
605 "Este parámetro deshabilita la desactivación por defecto de la comprobación "
606 "del sistema de ficheros en /etc/fstab. Si hay sistemas de ficheros estáticos "
607 "en el disco duro y se desea comprobarlos en el momento del arranque, "
608 "utilizar este parámetro, de lo contrario, se omite."
611 #: en/live-boot.7:101
613 msgid "B<nopersistence>"
614 msgstr "B<nopersistence>"
617 #: en/live-boot.7:103
619 "disables the \"persistence\" feature, useful if the bootloader (like "
620 "syslinux) has been installed with persistence enabled."
622 "desactiva la \"persistencia\", es útil si el gestor de arranque (como "
623 "syslinux) se ha instalado con persistencia habilitada."
626 #: en/live-boot.7:103
632 #: en/live-boot.7:105
633 msgid "Do not prompt to eject the live medium."
634 msgstr "No pedir que se extraiga el dispositivo en vivo."
637 #: en/live-boot.7:105
639 msgid "B<ramdisk-size>"
640 msgstr "B<ramdisk-size>"
643 #: en/live-boot.7:107
645 "This parameters allows to set a custom ramdisk size (it's the '-o size' "
646 "option of tmpfs mount). By default, there is no ramdisk size set, so the "
647 "default of mount applies (currently 50% of available RAM). Note that this "
648 "option has no currently no effect when booting with toram."
650 "Este parámetro permite establecer un tamaño de disco RAM personalizado (que "
651 "es la opción '-o size' del montaje tmpfs). No hay un tamaño de ramdisk "
652 "predeterminado, por lo que se aplica el valor por defecto (actualmente el "
653 "50% de la RAM disponible). Tener en cuenta que esta opción no tiene "
654 "actualmente ningún efecto cuando se arranca con toram"
657 #: en/live-boot.7:107
663 #: en/live-boot.7:109
664 msgid "This parameter enables usage of local swap partitions."
665 msgstr "Este parámetro permite el uso de particiones swap locales."
668 #: en/live-boot.7:109
670 msgid "B<persistence>"
671 msgstr "B<persistence>"
674 #: en/live-boot.7:111
676 "live-boot will probe devices for persistence media. These can be partitions "
677 "(with the correct GPT name), filesystems (with the correct label) or image "
678 "files (with the correct file name). Overlays are labeled/named \"persistence"
679 "\" (see I<persistence.conf>(5)). Overlay image files have extensions which "
680 "determines their filesystem, e.g. \"persistence.ext4\"."
682 "live-boot buscará dispositivos con \"persistence\". Estos pueden ser "
683 "particiones (con el nombre GPT correcto), sistemas de ficheros (con la "
684 "etiqueta correcta) o ficheros imagen (con el nombre de fichero correcto). "
685 "Los overlays tienen la etiqueta/nombre \"persistence\" (ver I<persistence."
686 "conf>(5)). Los ficheros imagen overlay tienen extensiones que determinan su "
687 "sistema de ficheros, por ejemplo, \"persistence.ext4\"."
690 #: en/live-boot.7:111
692 msgid "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
693 msgstr "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
696 #: en/live-boot.7:113
698 "This option determines which types of encryption that we allow to be used "
699 "when probing devices for persistence media. If \"none\" is in the list, we "
700 "allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted "
701 "media. Whenever a device containing encrypted media is probed the user will "
702 "be prompted for the passphrase. The default value is \"none\"."
704 "Esta opción determina qué tipo de cifrado se usa cuando se prueban los "
705 "dispositivos de los medios con persistencia. Si se especifica \"none\" en la "
706 "lista, no se permite cifrar el medio; si se especifica \"luks\" en la lista, "
707 "se puede usar cifrado LUKS en los medios. Cada vez que se encuentra un "
708 "dispositivo que contiene medios cifrados se pregunta al usuario una frase de "
709 "contraseña. Por defecto es \"none\"."
712 #: en/live-boot.7:113
714 msgid "B<persistence-media>={I<removable>|I<removable-usb>}"
715 msgstr "B<persistence-media>={I<removable>|I<removable-usb>}"
718 #: en/live-boot.7:115
720 "If you specify the keyword 'removable', live-boot will try to find "
721 "persistence partitions on removable media only. Note that if you want to "
722 "further restrict the media to usb mass storage only, you can use the "
723 "'removable-usb' keyword."
725 "Si se especifica la palabra clave 'removable', live-boot intentará encontrar "
726 "particiones con persistencia únicamente en los medios extraíbles. Tener en "
727 "cuenta que si se desea restringir aún más los medios a sistemas de "
728 "almacenamiento masivo USB se puede utilizar la palabra clave 'removable-usb'"
731 #: en/live-boot.7:115
733 msgid "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
734 msgstr "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
737 #: en/live-boot.7:117
739 "This option determines which types of persistence media we allow. If "
740 "\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and "
741 "\"home-rw\"). The default is \"overlay\"."
743 "Esta opción determina qué tipos de medios se permiten para la persistencia. "
744 "Si se especifica \"overlay\" en la lista, se considera overlays (es decir "
745 "\"live-rw\" y \"home-rw\"). Por defecto es \"overlay\"."
748 #: en/live-boot.7:117
750 msgid "B<persistence-path>=I<PATH>"
751 msgstr "B<persistence-path>=I<PATH>"
754 #: en/live-boot.7:119
756 "live-boot will look for persistency files in the root directory of a "
757 "partition, with this parameter, the path can be configured so that you can "
758 "have multiple directories on the same partition to store persistency files."
760 "live-boot buscará ficheros con persistencia en el directorio raíz de una "
761 "partición, con este parámetro, la ruta se puede configurar de modo que se "
762 "pueda tener varios directorios en la misma partición para almacenar ficheros "
766 #: en/live-boot.7:119
768 msgid "B<persistence-read-only>"
769 msgstr "B<persistence-read-only>"
772 #: en/live-boot.7:121
774 "Filesystem changes are not saved back to persistence media. In particular, "
775 "overlays and netboot NFS mounts are mounted read-only."
777 "Los cambios en el sistema de ficheros no se guardan de nuevo en los medios "
778 "con persistencia. En particular, los overlays y los montajes NFS de red son "
779 "montados en sólo lectura."
782 #: en/live-boot.7:121
784 msgid "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
785 msgstr "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
788 #: en/live-boot.7:123
790 "This option determines which types of persistence storage to consider when "
791 "probing for persistence media. If \"filesystem\" is in the list, filesystems "
792 "with matching labels will be used; if \"file\" is in the list, all "
793 "filesystems will be probed for archives and image files with matching "
794 "filenames. The default is \"file,filesystem\"."
796 "Esta opción determina qué tipos de almacenamiento persistente hay que tener "
797 "en cuenta cuando se comprueban los medios con persistencia. Si \"filesystem"
798 "\" está en la lista, se usarán los sistemas de ficheros que tengan su "
799 "etiqueta correspondiente; si \"file\" está en la lista, todos los sistemas "
800 "de ficheros se probarán buscando ficheros y ficheros imagen con sus "
801 "etiquetas correspondientes. Por defecto es \"file,filesystem\". "
804 #: en/live-boot.7:123
806 msgid "B<persistence-label>=I<LABEL>"
807 msgstr "B<persistence-label>=I<LABEL>"
810 #: en/live-boot.7:125
812 "live-boot will use the name \"LABEL\" instead of \"persistence\" when "
813 "searching for persistent storage. LABEL can be any valid filename, partition "
814 "label, or GPT name."
816 "live-boot utilizará el nombre \"LABEL\" en lugar de \"persistence\" cuando "
817 "busque medios de almacenamiento persistente. LABEL puede ser cualquier "
818 "nombre de fichero, etiqueta de una partición or nombre GPT."
821 #: en/live-boot.7:125
823 msgid "B<quickreboot>"
824 msgstr "B<quickreboot>"
827 #: en/live-boot.7:127
829 "This option causes live-boot to reboot without attempting to eject the media "
830 "and without asking the user to remove the boot media."
832 "Esta opción hace que live-boot reinicie sin tratar de expulsar los medios y "
833 "sin pedirle al usuario que extraiga el dispositivo usado para arrancar."
836 #: en/live-boot.7:127
838 msgid "B<showmounts>"
839 msgstr "B<showmounts>"
842 #: en/live-boot.7:129
844 "This parameter will make live-boot to show on \"/\" the ro filesystems "
845 "(mostly compressed) on \"/lib/live\". This is not enabled by default because "
846 "could lead to problems by applications like \"mono\" which store binary "
847 "paths on installation."
849 "Este parámetro hará que live-boot muestre en \"/\" los sistemas de ficheros "
850 "ro (en su mayoría comprimidos) en \"/lib/live\". Esto no está activado por "
851 "defecto, porque podría dar lugar a problemas con aplicaciones como \"mono\" "
852 "que almacenan rutas binarias durante su instalación."
855 #: en/live-boot.7:129
861 #: en/live-boot.7:131
863 "If you boot with the normal quiet parameter, live-boot hides most messages "
864 "of its own. When adding silent, it hides all."
866 "Si arranca con el parámetro normal quiet, live-boot esconde la mayoría de "
867 "sus propios mensajes. Cuando se utiliza silent, los esconde todos."
870 #: en/live-boot.7:131
872 msgid "B<todisk>=I<DEVICE>"
873 msgstr "B<todisk>=I<DEVICE>"
876 #: en/live-boot.7:133
878 "Adding this parameter, live-boot will try to copy the entire read-only media "
879 "to the specified device before mounting the root filesystem. It probably "
880 "needs a lot of free space. Subsequent boots should then skip this step and "
881 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
884 "Al añadir este parámetro, live-boot tratará de copiar la totalidad de medios "
885 "de sólo lectura en el dispositivo especificado antes de montar el sistema de "
886 "ficheros raíz. Probablemente hace falta una gran cantidad de espacio libre. "
887 "Los arranques posteriores deben saltar este paso y basta con especificar el "
888 "parámetro de arranque \"live-media=DEVICE\" con el mismo DEVICE que se ha "
889 "utilizado esta vez."
892 #: en/live-boot.7:133
898 #: en/live-boot.7:135
900 "Adding this parameter, live-boot will try to copy the whole read-only media "
901 "to the computer's RAM before mounting the root filesystem. This could need a "
902 "lot of ram, according to the space used by the read-only media."
904 "Al añadir este parámetro, live-boot trata de copiar los medios de sólo "
905 "lectura enteros en la memoria RAM del ordenador antes de montar el sistema "
906 "de ficheros raíz. Para esto puede ser necesaria mucha memoria RAM, según el "
907 "espacio utilizado por los medios de sólo lectura."
910 #: en/live-boot.7:135
912 msgid "B<union>=aufs|unionfs"
913 msgstr "B<union>=aufs|unionfs"
917 #: en/live-boot.7:138
919 "By default, live-boot uses aufs. With this parameter, you can switch to "
922 "Por defecto, live-boot usa aufs. Con este parámetro, se puede cambiar a "
927 #: en/live-boot.7:140
930 msgstr "FICHEROS (antiguos)"
933 #: en/live-boot.7:141
935 msgid "B</etc/live.conf>"
936 msgstr "B</etc/live.conf>"
939 #: en/live-boot.7:143
941 "Some variables can be configured via this config file (inside the live "
944 "Algunas variables pueden ser configuradas a través de este fichero de "
945 "configuración (dentro del sistema en vivo)."
948 #: en/live-boot.7:143
950 msgid "B<live/filesystem.module>"
951 msgstr "B<live/filesystem.module>"
955 #: en/live-boot.7:146
957 "This optional file (inside the live media) contains a list of white-space or "
958 "carriage-return-separated file names corresponding to disk images in the \"/"
959 "live\" directory. If this file exists, only images listed here will be "
960 "merged into the root aufs, and they will be loaded in the order listed here. "
961 "The first entry in this file will be the \"lowest\" point in the aufs, and "
962 "the last file in this list will be on the \"top\" of the aufs, directly "
963 "below /overlay. Without this file, any images in the \"/live\" directory "
964 "are loaded in alphanumeric order."
966 "Este fichero opcional (dentro del medio en vivo) contiene una lista de "
967 "nombres de ficheros separados por espacios en blanco o retornos de carro que "
968 "corresponden a imágenes de disco en el directorio \"/live\". Si este fichero "
969 "existe, sólo las imágenes que figuran en esta lista se fusionarán en la raíz "
970 "aufs, y se cargarán en el orden en que aparecen aquí. La primera entrada en "
971 "este fichero será el punto \"más bajo\" en el aufs y el último fichero de "
972 "esta lista estará en el punto \"más alto\" del aufs, justo debajo de /"
973 "overlay. Sin este fichero, las imágenes en el directorio \"/live\" se "
974 "cargan en orden alfanumérico."
977 #: en/live-boot.7:147
983 #: en/live-boot.7:148
985 msgid "B</etc/live/boot.conf>"
986 msgstr "B</etc/live/boot.conf>"
989 #: en/live-boot.7:149
991 msgid "B</etc/live/boot/*>"
992 msgstr "B</etc/live/boot/*>"
995 #: en/live-boot.7:150
997 msgid "B<live/boot.conf>"
998 msgstr "B<live/boot.conf>"
1001 #: en/live-boot.7:151
1003 msgid "B<live/boot/*>"
1004 msgstr "B<live/boot.d/*>"
1007 #: en/live-boot.7:152
1009 msgid "B<persistence.conf>"
1010 msgstr "B<persistence.conf>"
1013 #: en/live-boot.7:154 en/persistence.conf.5:191
1019 #: en/live-boot.7:156
1020 msgid "I<persistence.conf>(5)"
1021 msgstr "I<persistence.conf>(5)"
1024 #: en/live-boot.7:158 en/persistence.conf.5:195
1025 msgid "I<live-build>(7)"
1026 msgstr "I<live-build>(7)"
1029 #: en/live-boot.7:160 en/persistence.conf.5:197
1030 msgid "I<live-config>(7)"
1031 msgstr "I<live-config>(7)"
1034 #: en/live-boot.7:162 en/persistence.conf.5:199
1035 msgid "I<live-tools>(7)"
1036 msgstr "I<live-tools>(7)"
1039 #: en/live-boot.7:163 en/persistence.conf.5:200
1045 #: en/live-boot.7:165 en/persistence.conf.5:204
1047 "More information about live-boot and the Debian Live project can be found on "
1048 "the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
1049 "E<lt>I<http://live.debian.net/manual/>E<gt>."
1051 "Se puede encontrar más información acerca de live-boot y el proyecto Debian "
1052 "Live en la página web E<lt>I<http://live.debian.net/>E<gt> y en el manual en "
1053 "E<lt>I<http://live.debian.net/manual/>E<gt>."
1056 #: en/live-boot.7:166 en/persistence.conf.5:205
1062 #: en/live-boot.7:168 en/persistence.conf.5:210
1064 "Bugs can be reported by submitting a bugreport for the live-boot package in "
1065 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
1066 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
1069 "Se puede notificar los fallos enviando un informe de errores sobre el "
1070 "paquete live-boot en el Debian Bug Tracking System en E<lt>I<http://bugs."
1071 "debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de Debian "
1072 "Live a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
1075 #: en/live-boot.7:169 en/persistence.conf.5:211
1081 #: en/live-boot.7:170
1083 "live-boot was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
1084 "the Debian project."
1086 "live-boot fue escrito por Daniel Baumann E<lt>I<daniel@debian.org>E<gt> para "
1087 "el proyecto Debian."