Manjaro Difference between revisions of "Build Manjaro ISOs with buildiso"

Difference between revisions of "Build Manjaro ISOs with buildiso"

From Manjaro
imported>Excalibur1234
imported>Excalibur1234
Line 286: Line 286:




Query the settings of ''buildiso'' and pretend to build your ISO with the <code>-q</code> argument. This also gives you a nice overview of what is going to happen:
Build your ISO with the following command:


  sudo buildiso -p openbox -q
  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>.
Then, start to build your ISO for real (just remove the <code>-q</code> argument):
sudo buildiso -p openbox


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 -q
  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.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.