Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
Integrated some content from "Build_KDE_Minimal#Build_your_ISO" so they can be merged
imported>Dalto (Added Buildiso with AUR packages: Using buildpkg to the See Also section and contextualized the reference to it in the text) |
imported>Dalto (Integrated some content from "Build_KDE_Minimal#Build_your_ISO" so they can be merged) |
||
Line 587: | Line 587: | ||
rm -r ~/.config/manjaro-tools | rm -r ~/.config/manjaro-tools | ||
=Tips & Tricks= | |||
==Building a minimal ISO== | |||
A miniman ISO is easy to create by modifying an entry in the profile.conf file. Find the section | |||
<pre> | |||
# use extra packages as defined in pkglist to activate a full profile | |||
# extra="false" | |||
extra="true" | |||
</pre> | |||
and remove the '''#''' mark in front of '''extra = "false"''' and add a '''#''' in front of '''extra = "true"'''. | |||
=See also= | =See also= |