Difference between revisions of "Translations:Install/Bootloader/200/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{file|name=/etc/boot.conf|body= boot { generate grub default "Funtoo Linux genkernel" timeout 3 }")
 
Line 2: Line 2:
boot {
boot {
generate grub
generate grub
default "Funtoo Linux genkernel"  
default "Funtoo Linux"  
timeout 3  
timeout 3  
}
}

Revision as of 09:25, November 17, 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Bootloader)
{{file|name=/etc/boot.conf|body=
boot {
generate grub
default "Funtoo Linux"
timeout 3
}

{{file|name=/etc/boot.conf|body= boot { generate grub default "Funtoo Linux" timeout 3 }