Difference between revisions of "Build Manjaro ISOs with buildiso"
→Example:
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 124: | Line 124: | ||
===Example:=== | ===Example:=== | ||
You can use arguments | You can use arguments with the <code>buildiso</code> command for more build options: | ||
sudo buildiso -p | sudo buildiso -p xfce-minimal -a i686 -b unstable -q | ||
* <code>-a</code> let's you build for other architectures. Here, it builds a 32bit ISO image on a 64bit host system. | |||
* <code>-b</code> let's you specify the branch. You can also set this in your <code>manjaro-tools.conf</code> file. | |||
You can find other examples of builds using different arguments for ''buildiso'' [https://wiki.manjaro.org/index.php?title=Manjaro-tools#buildiso here]. | You can find other examples of builds using different arguments for ''buildiso'' [https://wiki.manjaro.org/index.php?title=Manjaro-tools#buildiso here]. |