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 }")
 
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
boot {
boot {
generate grub
generate grub
default "Funtoo Linux genkernel"  
default "Funtoo Linux"
timeout 3  
timeout 3
}
}

Latest revision as of 07:16, August 18, 2022

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 }