Difference between revisions of "Build Manjaro ISOs with buildiso"

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


Before we begin. You need Kernel linux419 or newer.
This is a detailed walkthrough of installation and configuration of the tools and build process.


It is recommend to download and install the latest version of [https://manjaro.org/get-manjaro Manjaro].
It is a requirement to either download and install the latest version of [https://manjaro.org/get-manjaro Manjaro] or be running a well maintained Manjaro system. **It is vital your system is updated** with the latest available kernel and packages.


==Install manjaro-tools-iso==
==Install manjaro-tools-iso==
Line 12: Line 12:
To get started you need to the following meta-package.
To get started you need to the following meta-package.


  sudo pacman -Syu manjaro-tools
  sudo pacman -Syu manjaro-tools-iso manjaro-iso-profiles-official


Accept the defaults and you will get the following packages installed
We will be working with the official XFCE to help you understand what you need to do.
 
* '''manjaro-tools-base'''
* '''manjaro-tools-iso'''
* '''manjaro-tools-pkg'''
* '''manjaro-tools-yaml'''
* '''manjaro-tools-iso-profiles-community'''
* '''manjaro-tools-iso-profiles-official'''
* '''sonar-iso-profiles'''
 
You will need all above packages - maybe except for `sonar-iso-profiles` which is a special branch for impaired people. If you want to exclude that package - enter '''1-6''' when asked for selection.
 
We're going to choose <code>manjaro-iso-profiles-official</code> along with XFCE to help you understand what you need to do.


=ISO profile=
=ISO profile=
Anonymous user