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...")
 
 
Line 1: Line 1:
{{File|file=/boot/grub/custom.cfg|content=
<pre>
menuentry "Manjaro - configfile "  {
menuentry "Manjaro - configfile "  {
     insmod part_gpt
     insmod part_gpt
Line 6: Line 8:
     configfile /boot/grub/grub.cfg
     configfile /boot/grub/grub.cfg
  }
  }
</pre>
}}

Latest revision as of 09:30, 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>
}}
/boot/grub/custom.cfg
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.