8,560
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
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> | |||
}} |