Difference between revisions of "Translations:Install/Bootloader/200/pt-br"

From Funtoo
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
boot {
boot {
generate grub
generate grub
default "Funtoo Linux"  
default "Funtoo Linux"
timeout 3  
timeout 3
}
}

Latest revision as of 13:35, December 23, 2020

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 }