Moderators, translator
455
edits
(implemented command templates) |
(implemented file content template) |
||
Line 97: | Line 97: | ||
<!--T:27--> | <!--T:27--> | ||
{{File|file=/boot/grub/custom.cfg|content= | |||
<pre> | |||
menuentry "Manjaro - configfile " { | menuentry "Manjaro - configfile " { | ||
insmod part_gpt | insmod part_gpt | ||
Line 104: | Line 106: | ||
configfile /boot/grub/grub.cfg | configfile /boot/grub/grub.cfg | ||
} | } | ||
</pre> | |||
}} | |||
<!--T:28--> | <!--T:28--> |