Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>Fhdk
imported>Fhdk
Line 4: Line 4:
=Prerequisites=
=Prerequisites=


Before we began. You need Kernel linux44 or newer.
Before we begin. You need Kernel linux49 or newer.


It is recommend to download the latest version of [https://sourceforge.net/projects/manjarolinux/files/?source=navbar Manjaro Distribution].
It is recommend to download the latest version of [https://manjaro.org/get-manjaro].


==Install manjaro-tools-iso==


==Install manjaro-tools-iso==
To get started you need to the following meta-package.
 
sudo pacman -Syu manjaro-tools


To get started you need to download the following packages.
Accept the defaults and you will get the following packages installed


* '''manjaro-tools-base'''
* '''manjaro-tools-base'''
* '''manjaro-tools-iso'''
* '''manjaro-tools-iso'''
* '''manjaro-efi-shell'''
* '''manjaro-tools-pkg'''
* '''manjaro-isolinux'''
* '''manjaro-tools-yaml'''
* '''manjaro-tools-iso-profiles-community'''
* '''manjaro-tools-iso-profiles-official'''
* '''sonar-iso-profiles'''


 
If will need all above packages - maybe except for `sonar-iso-profiles` which is a special branch for impaired people.
==Install manjaro-iso-profiles==
 
You will also need to download manjaro-iso-profiles from Package Manager.
 
There are three manjaro-iso-profiles packages to choose.
 
* '''manjaro-iso-profiles-base'''
* '''manjaro-iso-profiles-community'''
* '''manjaro-iso-profiles-official'''
 
You can choose any profiles you want.


We're going to choose <code>manjaro-iso-profiles-official</code> along with XFCE to help you understand what you need to do.
We're going to choose <code>manjaro-iso-profiles-official</code> along with XFCE to help you understand what you need to do.
We do not recommend downloading profiles from GitHub. It may not work for you while building. But, if it does work for you. That's fine.


=ISO profile=
=ISO profile=
Anonymous user