translator
11,127
edits
(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> | |||
}} |