Manjaro Difference between revisions of "Translations:Preserve Manjaro Bootloader/27/ru"

Difference between revisions of "Translations:Preserve Manjaro Bootloader/27/ru"

From Manjaro
(Created page with "menuentry "Manjaro - configfile " { insmod part_gpt part part_msdos insmod ext2 search --no-floppy --fs-uuid --set=root xxxxxxxxxxxxxxxxxxxxxxxx con...")
(No difference)

Revision as of 09:20, 2 February 2023

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 (Preserve Manjaro Bootloader)
{{File|file=/boot/grub/custom.cfg|content=
<pre>
menuentry "Manjaro - configfile "  {
     insmod part_gpt
     part part_msdos
     insmod ext2
     search --no-floppy  --fs-uuid --set=root xxxxxxxxxxxxxxxxxxxxxxxx
     configfile /boot/grub/grub.cfg
 }
</pre>
}}

menuentry "Manjaro - configfile " {

    insmod part_gpt
    part part_msdos
    insmod ext2
    search --no-floppy  --fs-uuid --set=root xxxxxxxxxxxxxxxxxxxxxxxx
    configfile /boot/grub/grub.cfg
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.