Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
→Build your ISO
imported>Fhdk |
imported>Fhdk |
||
Line 580: | Line 580: | ||
=Build your ISO= | =Build your ISO= | ||
Build your ISO with the following command: | Build your ISO with the following command: | ||
buildiso -p xfce | buildiso -p xfce | ||
You need to specify the name of your ISO profile after the <code>-p</code> argument. In this case, it is <code>xfce</code>. | You need to specify the name of your ISO profile after the <code>-p</code> argument. In this case, it is <code>xfce</code>. | ||
If the build process fails with an error, start it again. | If the build process fails with an error, start it again. | ||
Attention: The build process needs at least 10 minutes to complete or much longer when you are using HDDs, slow CPUs, or large ISOs. | '''Attention:''' The build process needs at least 10 minutes to complete or much longer when you are using HDDs, slow CPUs, or large ISOs. | ||
When the build process finishes successfully, the ISO file and the package list will appear in this folder: | When the build process finishes successfully, the ISO file and the package list will appear in this folder: | ||
/var/cache/manjaro-tools/iso/ | /var/cache/manjaro-tools/iso/ | ||
===Example:=== | ===Example:=== | ||
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: | ||
buildiso -p xfce -a i686 -b stable | buildiso -p xfce -a i686 -b stable | ||
* <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. | ||
* <code>-b</code> let's you specify the branch. You can also set this in your <code>manjaro-tools.conf</code> file. | * <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]. | ||
=Cleaning your hard drive= | =Cleaning your hard drive= |