Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
added instructions for buildiso -f for a full profile
imported>Fhdk |
imported>Fhdk (added instructions for buildiso -f for a full profile) |
||
Line 593: | Line 593: | ||
==Building a minimal ISO== | ==Building a minimal ISO== | ||
A minimal ISO is easy to create by modifying an entry in the profile.conf file. Find the section | A minimal ISO is easy to create by modifying an entry in the profile.conf file. Find the section | ||
<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 601: | Line 599: | ||
</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"'''. | ||
If you prefer not to change this you can always use the '''-f''' with buildiso to build a full profile. | |||
=See also= | =See also= |