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~a13-1\n"
8 "POT-Creation-Date: 2013-06-25 20:40+0300\n"
9 "PO-Revision-Date: 2013-06-25 20:42+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 "Live Systems Project"
40 msgstr "Proyecto Live Systems"
43 #: en/live-boot.7:3 en/persistence.conf.5:3
50 msgid "B<live-boot> - System Boot Components"
51 msgstr "B<live-boot> - Componentes de Arranque del Sistema"
54 #: en/live-boot.7:6 en/persistence.conf.5:7
62 "B<live-boot> contains the components that configure a live system during the "
63 "boot process (early userspace)."
65 "B<live-boot> contiene los componentes que configuran un sistema en vivo "
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 Live systems 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 Live Systems, netboot tarballs y las imágenes "
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, to boot the system 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."
100 msgstr "CONFIGURACIÓN"
105 "B<live-boot> can be configured through a boot parameter or a configuration "
108 "B<live-boot> se puede configurar mediante un parámetro de arranque o un "
109 "fichero de configuración."
114 "To configure the live-boot parameters used by default in a live image, see "
115 "the --bootappend-live option in the I<lb_config>(1) manual page."
117 "Para configurar los parámetros de live-boot utilizados por defecto en una "
118 "imagen en vivo, ver la opción --bootappend-live en la página de manual "
124 msgid "Kernel Parameters"
125 msgstr "Parámetros del kernel"
130 "B<live-boot> is only activated if 'boot=live' was used as a kernel parameter."
132 "B<live-boot> sólo se activa si se usa 'boot=live' como parámetro del kernel"
137 "In addition, there are some more boot parameters to influence the behaviour, "
140 "Además, hay algunos otros parámetros de arranque que influyen en su "
141 "comportamiento, ver más abajo."
146 msgid "Configuration Files"
147 msgstr "Ficheros de configuración"
152 "B<live-boot> can be configured (but not activated) through configuration "
153 "files. Those files can be placed either in the root filesystem itself (/etc/"
154 "live/boot.conf, /etc/live/boot/*), or on the live media (live/boot.conf, "
157 "B<live-boot> se puede configurar (pero no activar) mediante ficheros de "
158 "configuración. Estos ficheros se pueden colocar en el sistema de ficheros "
159 "raíz (/etc/live/boot.conf, /etc/live/boot/*), o en el medio en vivo (live/"
160 "boot.conf, live/boot/*)."
163 #: en/live-boot.7:28 en/persistence.conf.5:57
171 msgid "B<live-boot> currently features the following parameters."
172 msgstr "B<live-boot> incluye los siguientes parámetros."
177 msgid "B<access>=I<ACCESS>"
178 msgstr "B<access>=I<ACCESS>"
183 "Set the accessibility level for physically or visually impaired users. "
184 "ACCESS must be one of v1, v2, v3, m1, or m2. v1=lesser visual impairment, "
185 "v2=moderate visual impairment, v3=blindness, m1=minor motor difficulties, "
186 "m2=moderate motor difficulties."
188 "Establece el nivel de accesibilidad para usuarios con minusvalías físicas o "
189 "con discapacidad visual. ACCESS debe ser uno de los siguientes, v1, v2, v3, "
190 "m1 o m2. v1=menor deterioro visual, v2=discapacidad visual moderada, "
191 "v3=ceguera, m1=dificultades motoras menores, m2=dificultades motoras "
197 msgid "B<console>=I<TTY,SPEED>"
198 msgstr "B<console>=I<TTY,SPEED>"
203 "Set the default console to be used with the \"live-getty\" option. Example: "
204 "\"console=ttyS0,115200\""
206 "Establece la consola que se utilizará por defecto con la opción \"live-getty"
207 "\". Ejemplo: \"console=ttyS0,115200\""
217 msgid "Makes initramfs boot process more verbose."
218 msgstr "Hace que el proceso de arranque de initramfs sea más detallado."
223 msgstr "Uso: debug=1"
227 msgid "Without setting debug to a value the messages may not be shown."
229 "Si no se asigna un valor a debug, puede que no se muestren los mensajes. "
234 msgid "B<fetch>=I<URL>"
235 msgstr "B<fetch>=I<URL>"
240 msgid "B<httpfs>=I<URL>"
241 msgstr "B<httpfs>=I<URL>"
246 "Another form of netboot by downloading a squashfs image from a given url. "
247 "The fetch method copies the image to ram and the httpfs method uses fuse and "
248 "httpfs2 to mount the image in place. Copying to ram requires more memory and "
249 "might take a long time for large images. However, it is more likely to work "
250 "correctly because it does not require networking afterwards and the system "
251 "operates faster once booted because it does not require to contact the "
254 "Otra forma de arranque en red mediante la descarga de una imagen squashfs a "
255 "partir de una URL determinada. El método «fetch» copia la imagen en la "
256 "memoria RAM y el método httpfs utiliza fuse y httpfs2 para montar la imagen "
257 "en su lugar. Copiar en la memoria RAM requiere más memoria y puede tardar "
258 "mucho tiempo con imágenes de gran tamaño. Sin embargo, es más probable que "
259 "funcione correctamente, ya que no requiere el uso de la red después y el "
260 "sistema funciona más rápido una vez iniciado, debido a que ya no necesita "
261 "más ponerse en contacto con el servidor."
266 "Due to current limitations in busybox's wget and DNS resolution, an URL can "
267 "not contain a hostname but an IP only."
269 "Debido a las limitaciones actuales de busybox, wget y la resolución de DNS, "
270 "una dirección URL no puede contener un nombre de anfitrión, sino sólo una "
275 msgid "Not working: http://example.com/path/to/your_filesystem.squashfs"
276 msgstr "No funciona: http://ejemplo.com/ruta/al/sistema_de_ficheros.squashfs"
280 msgid "Working: http://1.2.3.4/path/to/your_filesystem.squashfs"
281 msgstr "Funciona: http://ejemplo.com/ruta/al/sistema_de_ficheros.squashfs"
286 "Also note that therefore it's currently not possible to fetch an image from "
287 "a namebased virtualhost of an httpd if it is sharing the ip with the main "
290 "Tener en cuenta también que, por lo tanto, no es posible en la actualidad ir "
291 "a buscar una imagen en un host virtual basado en nombre de un httpd si está "
292 "compartiendo la ip con la instancia principal httpd."
296 msgid "You may also use the live iso image in place of the squashfs image."
298 "También se puede utilizar la imagen iso en vivo en lugar de la imagen "
304 msgid "B<iscsi>=I<server-ip[,server-port];target-name>"
305 msgstr "B<iscsi>=I<server-ip[,server-port];target-name>"
310 "Boot from an iSCSI target that has an iso or disk live image as one of its "
311 "LUNs. The specified target is searched for a LUN which looks like a live "
312 "media. If you use the B<iscsitarget> software iSCSI target solution your "
313 "ietd.conf might look like this:"
315 "Arranca desde un iSCSI que tiene una iso o una imagen de disco en vivo como "
316 "uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea similar "
317 "a un medio en vivo. Si se utiliza el software de iSCSI B<iscsitarget> el "
318 "ietd.conf podría ser similar al siguiente: "
322 msgid "# The target-name you specify in the iscsi= parameter"
323 msgstr "# El nombre de destino se especifica en el parámetro iscsi= "
329 "Target E<lt>target-nameE<gt>\n"
330 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
331 " # If you want to boot multiple machines you might want to look at tuning some parameters like\n"
332 " # Wthreads or MaxConnections\n"
334 "Target E<lt>target-nameE<gt>\n"
335 " Lun 0 Path=E<lt>path-to-your-live-image.isoE<gt>,Type=fileio,IOMode=ro\n"
336 " # Si se desea arrancar varias máquinas, es posible que se desee afinar algunos parámetros como\n"
337 " # Wthreads o MaxConnections\n"
342 msgid "B<findiso>=I</PATH/TO/IMAGE>"
343 msgstr "B<findiso>=I</PATH/TO/IMAGE>"
348 "Look for the specified ISO file on all disks where it usually looks for the ."
349 "squashfs file (so you don't have to know the device name as in fromiso=....)."
351 "Busca el fichero ISO especificado en todos los discos en los que por lo "
352 "general se busca el fichero .squashfs (por lo que no se tiene que saber el "
353 "nombre del dispositivo como en fromiso=....)."
358 msgid "B<fromiso>=I</PATH/TO/IMAGE>"
359 msgstr "B<fromiso>=I</PATH/TO/IMAGE>"
364 "Allows to use a filesystem from within an iso image that's available on live-"
367 "Permite utilizar un sistema de ficheros desde dentro de una imagen iso que "
368 "está disponible en los medios en vivo."
373 msgid "B<ignore_uuid>"
374 msgstr "B<ignore_uuid>"
379 "Do not check that any UUID embedded in the initramfs matches the discovered "
380 "medium. live-boot may be told to generate a UUID by setting "
381 "LIVE_GENERATE_UUID=1 when building the initramfs."
383 "No comprobar que cualquier UUID integrado en el initramfs coincida con el "
384 "medio encontrado. Se puede especificar a live-boot que genere un UUID "
385 "configurando LIVE_GENERATE_UUID=1 en el momento de crear el initramfs."
390 msgid "B<verify-checksums>"
391 msgstr "B<verify-checksums>"
396 "If specified, an MD5 sum is calculated on the live media during boot and "
397 "compared to the value found in md5sum.txt found in the root directory of the "
400 "Si se especifica, se calcula una suma MD5 sobre los medios en vivo durante "
401 "el arranque y se compara con el valor md5sum.txt que se encuentra en el "
402 "directorio raíz de los medios en vivo."
407 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>]]"
408 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>]]"
413 "Let you specify the name(s) and the options of the interface(s) that should "
414 "be configured at boot time. Do not specify this if you want to use dhcp "
415 "(default). It will be changed in a future release to mimick official kernel "
416 "boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::"
417 "eth0,:::::eth1:dhcp)."
419 "Permite especificar el nombre(s) y las opciones de la interfaz(ces) que se "
420 "debe configurar en el arranque. No especificar esta opción si se desea "
421 "utilizar DHCP (opción por defecto). Esto cambiará en una futura versión para "
422 "utilizar la misma especificación de los parámetros de arranque que el kernel "
423 "oficial (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::eth0,:::::eth1:dhcp)."
428 msgid "B<ip>=[I<frommedia>]"
429 msgstr "B<ip>=[I<frommedia>]"
434 "If this variable is set, dhcp and static configuration are just skipped and "
435 "the system will use the (must be) media-preconfigured /etc/network/"
436 "interfaces instead."
438 "Si se establece esta variable, no se configura la red ni por dhcp ni usando "
439 "una dirección estática y se debe añadir un fichero preconfigurado /etc/"
440 "network/interfaces que el sistema utilizará en su lugar."
445 msgid "{B<live-media>|B<bootfrom>}=I<DEVICE>"
446 msgstr "{B<live-media>|B<bootfrom>}=I<DEVICE>"
451 "If you specify one of this two equivalent forms, live-boot will first try to "
452 "find this device for the \"/live\" directory where the read-only root "
453 "filesystem should reside. If it did not find something usable, the normal "
454 "scan for block devices is performed."
456 "Si se especifica una de estas dos formas equivalentes, live-boot en primer "
457 "lugar tratará de encontrar este dispositivo buscando el directorio \"/live\" "
458 "dónde debe estar la raíz del sistema de ficheros de sólo lectura. Si no "
459 "encuentra nada que pueda utilizar, live-boot escaneará los dispositivos "
465 "Instead of specifing an actual device name, the keyword 'removable' can be "
466 "used to limit the search of acceptable live media to removable type only. "
467 "Note that if you want to further restrict the media to usb mass storage "
468 "only, you can use the 'removable-usb' keyword."
470 "En lugar de especificar el nombre de un dispositivo real, se puede utilizar "
471 "la palabra clave 'removable' para limitar la búsqueda solo en los medios en "
472 "vivo de tipo extraíble. Tener en cuenta que si se desea restringir aún más "
473 "los medios a sistemas de almacenamiento masivo USB se puede utilizar la "
474 "palabra clave 'removable-usb'"
479 msgid "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
480 msgstr "{B<live-media-encryption>|B<encryption>}=I<TYPE>"
485 "live-boot will mount the encrypted rootfs TYPE, asking the passphrase, "
486 "useful to build paranoid live systems :-). TYPE supported so far are \"aes\" "
487 "for loop-aes encryption type."
489 "live-boot montará el TYPE rotfs cifrado, pidiendo la contraseña. Es útil "
490 "para crear sistemas en vivo paranoicos :-) Hasta el momento el TYPE "
491 "soportado es \"aes\" para cifrado loop-aes."
496 msgid "B<live-media-offset>=I<BYTES>"
497 msgstr "B<live-media-offset>=I<BYTES>"
502 "This way you could tell live-boot that your image starts at offset BYTES in "
503 "the above specified or autodiscovered device, this could be useful to hide "
504 "the live system ISO or image inside another iso or image, to create \"clean"
507 "De esta manera se puede especificar a live-boot que la imagen comienza en "
508 "BYTES en el dispositivo anteriormente especificado, o auto-descubierto, esto "
509 "podría ser útil para esconder la iso o la imagen dentro de otra iso o "
510 "imagen, para crear imágenes \"limpias\"."
515 msgid "B<live-media-path>=I<PATH>"
516 msgstr "B<live-media-path>=I<PATH>"
521 "Sets the path to the live filesystem on the medium. By default, it is set to "
522 "'/live' and you should not change that unless you have customized your media "
525 "Establece la ruta de acceso al sistema de ficheros en vivo en el medio. De "
526 "forma predeterminada está en '/live' y no se debe cambiar a menos que se "
527 "haya personalizado los medios de forma adecuada."
532 msgid "B<live-media-timeout>=I<SECONDS>"
533 msgstr "B<live-media-timeout>=I<SECONDS>"
538 "Set the timeout in seconds for the device specified by \"live-media=\" to "
539 "become ready before giving up."
541 "Establece el tiempo de espera en segundos para que el dispositivo "
542 "especificado por \"live-media=\" esté preparado antes de desistir."
547 msgid "B<module>=I<NAME>"
548 msgstr "B<module>=I<NAME>"
553 "Instead of using the default optional file \"filesystem.module\" (see below) "
554 "another file could be specified without the extension \".module\"; it should "
555 "be placed on \"/live\" directory of the live medium."
557 "En lugar de utilizar el fichero opcional por defecto \"filesystem.module"
558 "\" (ver más abajo) se podría especificar otro fichero sin la extensión \"."
559 "module\"; se debe colocar en el directorio \"/live\" del medio en vivo."
564 msgid "B<netboot>[=nfs|cifs]"
565 msgstr "B<netboot>[=nfs|cifs]"
570 "This tells live-boot to perform a network mount. The parameter \"nfsroot="
571 "\" (with optional \"nfsopts=\"), should specify where is the location of the "
572 "root filesystem. With no args, will try cifs first, and if it fails nfs."
574 "Indica a live-boot que debe hacer un montaje en red. El parámetro \"nfsroot="
575 "\" (con \"nfsopts=\" opcional), debe especificar dónde se encuentra el "
576 "sistema de ficheros raíz. Sin argumentos, probará primero cifs, y entonces, "
587 msgid "This lets you specify custom nfs options."
588 msgstr "Permite especificar opciones nfs personalizadas."
593 msgid "B<nofastboot>"
594 msgstr "B<nofastboot>"
597 #: en/live-boot.7:101
599 "This parameter disables the default disabling of filesystem checks in /etc/"
600 "fstab. If you have static filesystems on your harddisk and you want them to "
601 "be checked at boot time, use this parameter, otherwise they are skipped."
603 "Este parámetro deshabilita la desactivación por defecto de la comprobación "
604 "del sistema de ficheros en /etc/fstab. Si hay sistemas de ficheros estáticos "
605 "en el disco duro y se desea comprobarlos en el momento del arranque, "
606 "utilizar este parámetro, de lo contrario, se omite."
609 #: en/live-boot.7:101
611 msgid "B<nopersistence>"
612 msgstr "B<nopersistence>"
615 #: en/live-boot.7:103
617 "disables the \"persistence\" feature, useful if the bootloader (like "
618 "syslinux) has been installed with persistence enabled."
620 "desactiva la \"persistencia\", es útil si el gestor de arranque (como "
621 "syslinux) se ha instalado con persistencia habilitada."
624 #: en/live-boot.7:103 en/live-boot.7:125
630 #: en/live-boot.7:105
631 msgid "Do not prompt to eject the live medium."
632 msgstr "No pedir que se extraiga el dispositivo en vivo."
635 #: en/live-boot.7:105
637 msgid "B<ramdisk-size>"
638 msgstr "B<ramdisk-size>"
641 #: en/live-boot.7:107
643 "This parameters allows to set a custom ramdisk size (it's the '-o size' "
644 "option of tmpfs mount). By default, there is no ramdisk size set, so the "
645 "default of mount applies (currently 50% of available RAM). Note that this "
646 "option has no currently no effect when booting with toram."
648 "Este parámetro permite establecer un tamaño de disco RAM personalizado (que "
649 "es la opción '-o size' del montaje tmpfs). No hay un tamaño de ramdisk "
650 "predeterminado, por lo que se aplica el valor por defecto (actualmente el "
651 "50% de la RAM disponible). Tener en cuenta que esta opción no tiene "
652 "actualmente ningún efecto cuando se arranca con toram"
655 #: en/live-boot.7:107
661 #: en/live-boot.7:109
662 msgid "This parameter enables usage of local swap partitions."
663 msgstr "Este parámetro permite el uso de particiones swap locales."
666 #: en/live-boot.7:109
668 msgid "B<persistence>"
669 msgstr "B<persistence>"
672 #: en/live-boot.7:111
674 "live-boot will probe devices for persistence media. These can be partitions "
675 "(with the correct GPT name), filesystems (with the correct label) or image "
676 "files (with the correct file name). Overlays are labeled/named \"persistence"
677 "\" (see I<persistence.conf>(5)). Overlay image files are named \"persistence"
680 "live-boot buscará dispositivos con \"persistence\". Estos pueden ser "
681 "particiones (con el nombre GPT correcto), sistemas de ficheros (con la "
682 "etiqueta correcta) o ficheros imagen (con el nombre de fichero correcto). "
683 "Los overlays tienen la etiqueta/nombre \"persistence\" (ver I<persistence."
684 "conf>(5)). Los ficheros imagen overlay tienen, como nombre, \"persistence\"."
687 #: en/live-boot.7:111
689 msgid "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
690 msgstr "B<persistence-encryption>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
693 #: en/live-boot.7:113
695 "This option determines which types of encryption that we allow to be used "
696 "when probing devices for persistence media. If \"none\" is in the list, we "
697 "allow unencrypted media; if \"luks\" is in the list, we allow LUKS-encrypted "
698 "media. Whenever a device containing encrypted media is probed the user will "
699 "be prompted for the passphrase. The default value is \"none\"."
701 "Esta opción determina qué tipo de cifrado se usa cuando se prueban los "
702 "dispositivos de los medios con persistencia. Si se especifica \"none\" en la "
703 "lista, no se permite cifrar el medio; si se especifica \"luks\" en la lista, "
704 "se puede usar cifrado LUKS en los medios. Cada vez que se encuentra un "
705 "dispositivo que contiene medios cifrados se pregunta al usuario una frase de "
706 "contraseña. Por defecto es \"none\"."
709 #: en/live-boot.7:113
711 msgid "B<persistence-media>={I<removable>|I<removable-usb>}"
712 msgstr "B<persistence-media>={I<removable>|I<removable-usb>}"
715 #: en/live-boot.7:115
717 "If you specify the keyword 'removable', live-boot will try to find "
718 "persistence partitions on removable media only. Note that if you want to "
719 "further restrict the media to usb mass storage only, you can use the "
720 "'removable-usb' keyword."
722 "Si se especifica la palabra clave 'removable', live-boot intentará encontrar "
723 "particiones con persistencia únicamente en los medios extraíbles. Tener en "
724 "cuenta que si se desea restringir aún más los medios a sistemas de "
725 "almacenamiento masivo USB se puede utilizar la palabra clave 'removable-usb'"
728 #: en/live-boot.7:115
730 msgid "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
731 msgstr "B<persistence-method>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
734 #: en/live-boot.7:117
736 "This option determines which types of persistence media we allow. If "
737 "\"overlay\" is in the list, we consider overlays (i.e. \"live-rw\" and "
738 "\"home-rw\"). The default is \"overlay\"."
740 "Esta opción determina qué tipos de medios se permiten para la persistencia. "
741 "Si se especifica \"overlay\" en la lista, se considera overlays (es decir "
742 "\"live-rw\" y \"home-rw\"). Por defecto es \"overlay\"."
745 #: en/live-boot.7:117
747 msgid "B<persistence-path>=I<PATH>"
748 msgstr "B<persistence-path>=I<PATH>"
751 #: en/live-boot.7:119
753 "live-boot will look for persistency files in the root directory of a "
754 "partition, with this parameter, the path can be configured so that you can "
755 "have multiple directories on the same partition to store persistency files."
757 "live-boot buscará ficheros con persistencia en el directorio raíz de una "
758 "partición, con este parámetro, la ruta se puede configurar de modo que se "
759 "pueda tener varios directorios en la misma partición para almacenar ficheros "
763 #: en/live-boot.7:119
765 msgid "B<persistence-read-only>"
766 msgstr "B<persistence-read-only>"
769 #: en/live-boot.7:121
771 "Filesystem changes are not saved back to persistence media. In particular, "
772 "overlays and netboot NFS mounts are mounted read-only."
774 "Los cambios en el sistema de ficheros no se guardan de nuevo en los medios "
775 "con persistencia. En particular, los overlays y los montajes NFS de red son "
776 "montados en sólo lectura."
779 #: en/live-boot.7:121
781 msgid "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
782 msgstr "B<persistence-storage>=I<TYPE1>,I<TYPE2> ... I<TYPEn>"
785 #: en/live-boot.7:123
787 "This option determines which types of persistence storage to consider when "
788 "probing for persistence media. If \"filesystem\" is in the list, filesystems "
789 "with matching labels will be used; if \"file\" is in the list, all "
790 "filesystems will be probed for archives and image files with matching "
791 "filenames. The default is \"file,filesystem\"."
793 "Esta opción determina qué tipos de almacenamiento persistente hay que tener "
794 "en cuenta cuando se comprueban los medios con persistencia. Si \"filesystem"
795 "\" está en la lista, se usarán los sistemas de ficheros que tengan su "
796 "etiqueta correspondiente; si \"file\" está en la lista, todos los sistemas "
797 "de ficheros se probarán buscando ficheros y ficheros imagen con sus "
798 "etiquetas correspondientes. Por defecto es \"file,filesystem\". "
801 #: en/live-boot.7:123
803 msgid "B<persistence-label>=I<LABEL>"
804 msgstr "B<persistence-label>=I<LABEL>"
807 #: en/live-boot.7:125
809 "live-boot will use the name \"LABEL\" instead of \"persistence\" when "
810 "searching for persistent storage. LABEL can be any valid filename, partition "
811 "label, or GPT name."
813 "live-boot utilizará el nombre \"LABEL\" en lugar de \"persistence\" cuando "
814 "busque medios de almacenamiento persistente. LABEL puede ser cualquier "
815 "nombre de fichero, etiqueta de una partición or nombre GPT."
818 #: en/live-boot.7:127
820 "This option causes live-boot to reboot without attempting to eject the media "
821 "and without asking the user to remove the boot media."
823 "Esta opción hace que live-boot reinicie sin tratar de expulsar los medios y "
824 "sin pedirle al usuario que extraiga el dispositivo usado para arrancar."
827 #: en/live-boot.7:127
829 msgid "B<showmounts>"
830 msgstr "B<showmounts>"
833 #: en/live-boot.7:129
835 "This parameter will make live-boot to show on \"/\" the ro filesystems "
836 "(mostly compressed) on \"/lib/live\". This is not enabled by default because "
837 "could lead to problems by applications like \"mono\" which store binary "
838 "paths on installation."
840 "Este parámetro hará que live-boot muestre en \"/\" los sistemas de ficheros "
841 "ro (en su mayoría comprimidos) en \"/lib/live\". Esto no está activado por "
842 "defecto, porque podría dar lugar a problemas con aplicaciones como \"mono\" "
843 "que almacenan rutas binarias durante su instalación."
846 #: en/live-boot.7:129
852 #: en/live-boot.7:131
854 "If you boot with the normal quiet parameter, live-boot hides most messages "
855 "of its own. When adding silent, it hides all."
857 "Si arranca con el parámetro normal quiet, live-boot esconde la mayoría de "
858 "sus propios mensajes. Cuando se utiliza silent, los esconde todos."
861 #: en/live-boot.7:131
863 msgid "B<todisk>=I<DEVICE>"
864 msgstr "B<todisk>=I<DEVICE>"
867 #: en/live-boot.7:133
869 "Adding this parameter, live-boot will try to copy the entire read-only media "
870 "to the specified device before mounting the root filesystem. It probably "
871 "needs a lot of free space. Subsequent boots should then skip this step and "
872 "just specify the \"live-media=DEVICE\" boot parameter with the same DEVICE "
875 "Al añadir este parámetro, live-boot tratará de copiar la totalidad de medios "
876 "de sólo lectura en el dispositivo especificado antes de montar el sistema de "
877 "ficheros raíz. Probablemente hace falta una gran cantidad de espacio libre. "
878 "Los arranques posteriores deben saltar este paso y basta con especificar el "
879 "parámetro de arranque \"live-media=DEVICE\" con el mismo DEVICE que se ha "
880 "utilizado esta vez."
883 #: en/live-boot.7:133
889 #: en/live-boot.7:135
891 "Adding this parameter, live-boot will try to copy the whole read-only media "
892 "to the computer's RAM before mounting the root filesystem. This could need a "
893 "lot of ram, according to the space used by the read-only media."
895 "Al añadir este parámetro, live-boot trata de copiar los medios de sólo "
896 "lectura enteros en la memoria RAM del ordenador antes de montar el sistema "
897 "de ficheros raíz. Para esto puede ser necesaria mucha memoria RAM, según el "
898 "espacio utilizado por los medios de sólo lectura."
901 #: en/live-boot.7:135
903 msgid "B<union>=aufs|unionfs"
904 msgstr "B<union>=aufs|unionfs"
908 #: en/live-boot.7:138
910 "By default, live-boot uses aufs. With this parameter, you can switch to "
913 "Por defecto, live-boot usa aufs. Con este parámetro, se puede cambiar a "
918 #: en/live-boot.7:140
921 msgstr "FICHEROS (antiguos)"
924 #: en/live-boot.7:141
926 msgid "B</etc/live.conf>"
927 msgstr "B</etc/live.conf>"
930 #: en/live-boot.7:143
932 "Some variables can be configured via this config file (inside the live "
935 "Algunas variables pueden ser configuradas a través de este fichero de "
936 "configuración (dentro del sistema en vivo)."
939 #: en/live-boot.7:143
941 msgid "B<live/filesystem.module>"
942 msgstr "B<live/filesystem.module>"
946 #: en/live-boot.7:146
948 "This optional file (inside the live media) contains a list of white-space or "
949 "carriage-return-separated file names corresponding to disk images in the \"/"
950 "live\" directory. If this file exists, only images listed here will be "
951 "merged into the root aufs, and they will be loaded in the order listed here. "
952 "The first entry in this file will be the \"lowest\" point in the aufs, and "
953 "the last file in this list will be on the \"top\" of the aufs, directly "
954 "below /overlay. Without this file, any images in the \"/live\" directory "
955 "are loaded in alphanumeric order."
957 "Este fichero opcional (dentro del medio en vivo) contiene una lista de "
958 "nombres de ficheros separados por espacios en blanco o retornos de carro que "
959 "corresponden a imágenes de disco en el directorio \"/live\". Si este fichero "
960 "existe, sólo las imágenes que figuran en esta lista se fusionarán en la raíz "
961 "aufs, y se cargarán en el orden en que aparecen aquí. La primera entrada en "
962 "este fichero será el punto \"más bajo\" en el aufs y el último fichero de "
963 "esta lista estará en el punto \"más alto\" del aufs, justo debajo de /"
964 "overlay. Sin este fichero, las imágenes en el directorio \"/live\" se "
965 "cargan en orden alfanumérico."
968 #: en/live-boot.7:147
974 #: en/live-boot.7:148
976 msgid "B</etc/live/boot.conf>"
977 msgstr "B</etc/live/boot.conf>"
980 #: en/live-boot.7:149
982 msgid "B</etc/live/boot/*>"
983 msgstr "B</etc/live/boot/*>"
986 #: en/live-boot.7:150
988 msgid "B<live/boot.conf>"
989 msgstr "B<live/boot.conf>"
992 #: en/live-boot.7:151
994 msgid "B<live/boot/*>"
995 msgstr "B<live/boot.d/*>"
998 #: en/live-boot.7:152
1000 msgid "B<persistence.conf>"
1001 msgstr "B<persistence.conf>"
1004 #: en/live-boot.7:154 en/persistence.conf.5:191
1010 #: en/live-boot.7:156
1011 msgid "I<persistence.conf>(5)"
1012 msgstr "I<persistence.conf>(5)"
1015 #: en/live-boot.7:158 en/persistence.conf.5:195
1016 msgid "I<live-build>(7)"
1017 msgstr "I<live-build>(7)"
1020 #: en/live-boot.7:160 en/persistence.conf.5:197
1021 msgid "I<live-config>(7)"
1022 msgstr "I<live-config>(7)"
1025 #: en/live-boot.7:162 en/persistence.conf.5:199
1026 msgid "I<live-tools>(7)"
1027 msgstr "I<live-tools>(7)"
1030 #: en/live-boot.7:163 en/persistence.conf.5:200
1036 #: en/live-boot.7:165 en/persistence.conf.5:202
1038 "More information about live-boot and the Live Systems project can be found "
1039 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
1040 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
1042 "Se puede encontrar más información acerca de live-boot y el proyecto Live "
1043 "Systems en la página web E<lt>I<http://live-systems.org/>E<gt> y en el "
1044 "manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
1047 #: en/live-boot.7:166 en/persistence.conf.5:203
1053 #: en/live-boot.7:168 en/persistence.conf.5:205
1055 "Bugs can be reported by submitting a bugreport for the live-boot package in "
1056 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
1057 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
1060 "Se puede notificar los fallos enviando un informe de errores sobre el "
1061 "paquete live-boot al Sistema de Seguimiento de Errores en E<lt>I<http://bugs."
1062 "debian.org/>E<gt> o escribiendo un mensaje a la lista de correo de Live "
1063 "Systems a la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
1066 #: en/live-boot.7:169 en/persistence.conf.5:206
1072 #: en/live-boot.7:170 en/persistence.conf.5:207
1074 "live-boot was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."
1076 "live-boot fue escrito por Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>."