[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
es:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2019/02/19 03:09 (UTC)] – [Modifying Appearance of rEFInd] antares_alfes:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware [2019/02/19 03:30 (UTC)] (actual) – [Sources] antares_alf
Línea 474: Línea 474:
 </code> </code>
  
-If the icons are physically smallerthey will be stretched to match the set size.+Si los íconos son físicamente más pequeñosse estirarán para que coincidan con el tamaño establecido 
 + 
 +Cuando el cursor se mueve en el menú de refindir, un fondo de selección cambia de un icono a otro. Podemos crear nuestros propios fondos de selección y copiarlos en el directorio EFI/refind y luego cambiar refind.conf: 
  
-When the cursor is moved in the refind menu, a selection background switches from icon to icon. We can create our own selection backgrounds and copy them to the EFI/refind directory and then change refind.conf: 
 <code> <code>
 selection_big   myselectionbig.png selection_big   myselectionbig.png
 selection_small myselectionsmall.png selection_small myselectionsmall.png
 </code> </code>
-The formats accepted are again bmp and png. png is used mostly to have support for transparency. The default sizes are 64x64 for the small one and 144x144 for the big one. 
  
-And finallyto include our icon in our menu entry:+Los formatos aceptados son de nuevo bmp y png. png se utiliza principalmente para tener soporte para la transparencia. Los tamaños predeterminados son 64x64 para el pequeño y 144x144 para el grande. 
 + 
 +Y finalmentepara incluir nuestro icono en nuestra entrada del menú: 
 <code> <code>
 menuentry "Bootloader title" { menuentry "Bootloader title" {
Línea 492: Línea 496:
 </code> </code>
  
-=== Background ===+=== El fondo === 
 + 
 +También podemos crear nuestro propio fondo y colocarlo en el directorio EFI / refind /. Las líneas requeridas en refind.conf son:
  
-We can also create our own background and place it in the EFI/refind/ directory. The lines required in refind.conf are: 
 <code> <code>
 banner mybackground.bmp banner mybackground.bmp
 banner_scale noscale banner_scale noscale
 </code> </code>
-With **noscale** the image will be cropped if it is too large. The other possibility is **fillscreen**. Default is **noscale**. 
  
-====== Sources ====== +Con **noscale** la imagen se recortará si es demasiado grande. La otra posibilidad es **fillscreen**. El valor predeterminado es **noscale**. 
-<!-- If you are copying information from another sourcethen specify that source --> + 
-<!-- * Original source: [[http://some.website.org/some/page.html]] --> +====== Fuentes ====== 
-<!-- Authors are allowed to give credit to themselves! --> +<!-- Si está copiando información de otra fuenteespecifique esa fuente --> 
-<!-- * Originally written by [[wiki:user:user | user]] --> +<!-- * Fuente original: [[http://some.website.org/some/page.html]] --> 
-<!-- * Contributions by [[wiki:user:yyy | User Y]] -->+<!-- Los autores tienen permitido dar crédito a sí mismos! --> 
 +<!-- * Originalmente escrito por [[wiki:user:user | user]] --> 
 +<!-- * Contribuciones por [[wiki:user:yyy | User Y]] -->
  
-  * Originally written by [[wiki:user:aragorn2101 | aragorn2101]] +  * Originalmente escrito por [[wiki:user:aragorn2101 | aragorn2101]] 
-More information at:+Más información en:
   * [[http://www.rodsbooks.com/refind/]]   * [[http://www.rodsbooks.com/refind/]]
  
-<!-- Please do not modify anything belowexcept adding new tags.--> +<!-- Por favorno modifique nada a continuación, excepto agregar nuevas etiquetas.--> 
-<!-- You must remove the tag-word "template" below before saving your new page -->+<!-- Debes remover el tag-word "template" de abajo antes de guardar tu nueva página -->
 {{tag>howtos uefi efi boot slackware_administration author_aragorn2101}} {{tag>howtos uefi efi boot slackware_administration author_aragorn2101}}
 es:howtos:slackware_admin:uefi_triple_boot_with_refind_on_slackware ()