Difference between revisions of "Build Manjaro ISOs with buildiso"
no edit summary
imported>Excalibur1234 |
imported>Excalibur1234 |
||
Line 286: | Line 286: | ||
Build your ISO with the following command: | |||
sudo buildiso -p openbox | sudo buildiso -p openbox | ||
You need to specify the name of your ISO profile after the <code>-p</code> argument. In this case, it is <code>openbox</code>. | You need to specify the name of your ISO profile after the <code>-p</code> argument. In this case, it is <code>openbox</code>. | ||
If the build process fails with an error, start it again. | If the build process fails with an error, start it again. | ||
Line 310: | Line 305: | ||
You can use arguments with the <code>buildiso</code> command for more build options: | You can use arguments with the <code>buildiso</code> command for more build options: | ||
sudo buildiso -p xfce-minimal -a i686 -b unstable | sudo buildiso -p xfce-minimal -a i686 -b unstable | ||
* <code>-a</code> let's you build for other architectures. Here, it builds a 32bit ISO image on a 64bit host system. You can also set this in your <code>manjaro-tools.conf</code> file. | * <code>-a</code> let's you build for other architectures. Here, it builds a 32bit ISO image on a 64bit host system. You can also set this in your <code>manjaro-tools.conf</code> file. |