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

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 2: Line 2:
boot {
boot {
generate grub
generate grub
default "Funtoo Linux genkernel"  
default "Funtoo Linux"  
timeout 3  
timeout 3  
}
}

Revision as of 03:53, March 21, 2019

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 }