Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
→Building a minimal ISO
imported>Fhdk |
imported>Fhdk |
||
Line 592: | Line 592: | ||
==Building a minimal ISO== | ==Building a minimal ISO== | ||
A | A minimal ISO is easy to create by modifying an entry in the profile.conf file. Find the section | ||
If you leave the default you can always use the '''-f''' to build a full profile. | |||
<pre> | <pre> | ||
# use extra packages as defined in pkglist to activate a full profile | # use extra packages as defined in pkglist to activate a full profile | ||
Line 599: | Line 601: | ||
</pre> | </pre> | ||
and remove the '''#''' mark in front of '''extra = "false"''' and add a '''#''' in front of '''extra = "true"'''. | and remove the '''#''' mark in front of '''extra = "false"''' and add a '''#''' in front of '''extra = "true"'''. | ||
=See also= | =See also= |