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

Difference between revisions of "Build Manjaro ISOs with buildiso"

From Manjaro
imported>Excalibur1234
imported>Fhdk
(58 intermediate revisions by 5 users not shown)
Line 2: Line 2:




This is a detailed tutorial aimed at beginners how to build Manjaro ISOs.  
=Prerequisites=
 
Before we began. You need Kernel linux44 or newer.
 
It is recommend to download the latest version of [https://sourceforge.net/projects/manjarolinux/files/?source=navbar Manjaro Distribution].
 
 
==Install manjaro-tools-iso==
 
To get started you need to download the following packages.
 
* '''manjaro-tools-base'''
* '''manjaro-tools-iso'''
* '''manjaro-efi-shell'''
* '''manjaro-isolinux'''
 
 
==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-official'''
* '''manjaro-iso-profiles-minimal'''
* '''manjaro-iso-profiles-community'''
 
 
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 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.
 
 
=Name your own Manjaro Distribution=
 
Open Thunar Root and go to this file
 
/usr/share/manjaro-tools/isolinux/gfxboot.cfg
 
Find '''product=Manjaro Linux''' and change from '''Manjaro Linux''' to whatever you want to name it.
 
===Example:===
 
; Sections are read in the order given in base::layout, with section 'base'
; implicitly added at the end. If a config value is given more than once,
; the first entry wins.
;
; If a screen resolution can't be set, 640x480 is used as fallback (and
; section '640x480' added to the layout list).
;
; Setting livecd=1 implicitly adds section 'live' to the layout list.
;
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
;
[base]
; theme name
theme=artwork-gfxboot
; product name
product='''NAME YOUR MANJARO DISTRIBUTION HERE'''
; other sections to read
layout=800x600,live,install
; sound volume (0..100)
volume=70
; menu background transparency (0..255)
menu.transparency=0x0
; default font
font.normal=16x16.fnt
; main menu font
font.large=16x16.fnt
; max. visible main menu items
mainmenu.entries=8
; minimal main menu selection bar width
mainmenu.bar.minwidth=300
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=0
; main menu colors
mainmenu.bar.color=0xffffff
mainmenu.normal.fg=0xffffff
mainmenu.selected.fg=0x000000
; boot option colors
bootopt.label.fg=0xffffff
bootopt.text.fg=0xffffff
; progress bar color
progress.bar.color=0x295202
; menu colors
menu.normal.bg=0xd8deed
menu.normal.fg=0x000000
menu.normal.alt.fg=0x606060
menu.selected.bg=0x6c6c6c
menu.selected.fg=0xffffff
; window colors
window.bg=0xd8deed
window.fg=0x000000
window.title.bg=0x217b05
window.title.fg=0xffffff
window.title.error.bg=0xc00000
; help system colors
help.link.fg=0x0000a0
help.link.selected.fg=0xffffff
help.link.selected.bg=0x0000a0
help.highlight.fg=0x009000
; panel colors
panel.fg=0xffffff
panel.title.fg=0xffffff
panel.f-key.fg=0xffe050
; default keymap (e.g. de-latin1-nodeadkeys or cz-lat2-us)
keymap=
; replace underscores ('_') with space in menu entries
_2space=1
[800x600]
; screen size
screen.size=800,600
; background image
background=back800x600.jpg
; upper left corner, if x = -1, center horizontally
mainmenu.pos=-1,240
; boot option input field position
bootopt.pos=263,480
[640x480]
; screen size
screen.size=640,480
; background image
background=back640x480.jpg
; upper left corner, if x = -1, center horizontally
mainmenu.pos=-1,170
; boot option input field position
bootopt.pos=263,380
[live]
; show welcome animation
welcome=1
; set livecd flag
livecd=1
; main menu items where user can't add boot options
nobootoptions=hdt,memtest
; move down one menu entry the first time an F-key is used
autodown=0
; F-key assignments, see install section for doc
; serial line setup (up to four lines)
; format: port,baud,dev
;  - port: 0-3: first four BIOS serial lines (COM1-COM4); >=4: I/O port (0x3f8)
;  - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates >= 9600)
;  - dev: linux device name (e.g. ttyS0)
; - all lines are set up with 8 bits, no parity, 1 stop bit
; - if the bootloader also has a serial line setup, the port is
;  automatically used
serial.line0=0,0,ttyS0
serial.line1=1,0,ttyS1
serial.line2=
serial.line3=
key.F2=lang
key.F3=video
key.F4=kernelopts
key.F5=
key.F6=
key.F7=
key.F8=
key.F11=
key.F12=
; show keymap menu as submenu in lang dialog
keymap.submenu=1
; add 'keytable' option with current keymap
addopt.keytable=1
; add 'lang' option with current locale
addopt.lang=1
; add 'layout' option with current keyboad layout
addopt.layout=1
 
 
=ISO profile=
 
 
==ISO profile overview==
 
Open Thunar Root and go to this directory.
 
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce
 
Let's take a closer look at the XFCE profile folder (marked above):
 
~ >>> ls -lAgo /usr/share/manjaro-tools/iso-profiles/manjaro/xfce
drwxr-xr-x 3 4096 16 feb 19:52 '''desktop-overlay'''
lrwxr-xr-x 1  33 16 feb 19:52 live-overlay -> ../../shared/manjaro/live-overlay
lrwxr-xr-x 1  28 16 feb 19:52 mkinitcpio.conf -> ../../shared/mkinitcpio.conf
-rw-r--r-- 1 5115 16 feb 19:52 '''Packages-Desktop'''
lrwxr-xr-x 1  26 16 feb 19:52 Packages-Live -> ../../shared/Packages-Live
lrwxr-xr-x 1  26 16 feb 19:52 Packages-Mhwd -> ../../shared/Packages-Mhwd
lrwxr-xr-x 1  26 16 feb 19:52 Packages-Root -> ../../shared/Packages-Root
-rw-r--r-- 1 2400 16 feb 19:52 '''profile.conf'''
 
* '''desktop-overlay''': After every successful installation of your ISO the files and folders in here will get copied over.
* ''live-overlay'': Similar to ''desktop-overlay''. Files and folders in here will only get copied over to the LiveCD of your ISO.
* ''mkinitcpio.conf'' holds the information of all needed kernel modules.
* '''Packages-Desktop''': This file contains packages for the ISO installation. All packages will also get installed on LiveCDs.
* ''Packages-Live'': This file contains packages, which will only get installed on the LiveCD.
* ''Packages-Mhwd'': This file contains Mhwd packages important to all Manjaro installations and LiveCDs.
* ''Packages-Root'': This file contains base packages important to all Manjaro installations and LiveCDs.
* '''profile.conf''' contains basic settings for your ISO installation and LiveCD.
 
As you have probably noticed, all files and folders are readonly and several are only symlinks to the <code>shared</code> ISO profile. It is good practice to never change files or folders in the <code>shared</code> ISO profile. If you ever want to change them, first copy them to your ISO profile folder and delete the symlink.
 
All folders and files specific to your ISO are '''in bold'''. You can change them to your liking.
 
==Modifying an ISO profile==
 
The most common places to tweak and customize an ISO profile are the 3 folders marked above: ''xfce-overlay'', ''profile.conf'', ''Packages-Xfce'':
 
 
===desktop-overlay===
 
The ''desktop-overlay'' folder looks like this:
 
~ >>> tree /usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc                                         
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc
├── fonts
│   └── conf.d
│      └── 70-no-bitmaps.conf -> /etc/fonts/conf.avail/70-no-bitmaps.conf
└── lightdm
    └── lightdm-gtk-greeter.conf
 
3 directories, 2 files
 
Go to this directory.
 
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc/
 
Then create '''skel''' folder. This is where you can clone everything you see on your Desktop Screen to ISO.
 
After the ISO has been successfully installed all files and folder in ''desktop-overlay'' folder get copied over to the installed system. This includes settings/config files but also themes and backgrounds/pictures.
 
All files and folder in here will get copied to the home folder. Most hidden files and their structure in <code>/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc/skel/</code> should be already familiar to you, because your home folder looks very similar.
 
===Clone Custom Wallpaper Desktop===
 
To clone your Custom Wallpaper Desktop. Open a New File Manager and go to this file.
 
/home/<username>/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml


Manjaro Openbox edition is used as example throughout this tutorial, but there are many more pre-made Manjaro ISO profiles available: cinnamon, enlightenment, gnome, kde, kde5, lxde, lxqt, lxqt-openrc, mate, net, netbook, net-openrc, openbox, openbox-legacy, pekwm-openrc, xfce, xfce-minimal, and xfce-openbox-openrc.
Change all image directories to where your Custom Wallpaper was located at.


/usr/share/backgrounds/<YOUR IMAGE HERE>


=Prerequisites=
===Example===
 
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
  <property name="backdrop" type="empty">
    <property name="screen0" type="empty">
      <property name="monitor0" type="empty">
        <property name="image-path" type="string" value="'''/usr/share/backgrounds/<YOUR IMAGE HERE>'''"/>
        <property name="last-image" type="string" value="'''/usr/share/backgrounds/<YOUR IMAGE HERE>'''"/>
        <property name="last-single-image" type="string" value="'''/usr/share/backgrounds/<YOUR IMAGE HERE>'''"/>
        <property name="image-style" type="int" value="5"/>
      </property>
      <property name="monitorVGA-0" type="empty">
        <property name="workspace0" type="empty">
          <property name="color-style" type="int" value="0"/>
          <property name="image-style" type="int" value="5"/>
          <property name="last-image" type="string" value="'''/usr/share/backgrounds/<YOUR IMAGE HERE>'''"/>
        </property>
        <property name="workspace1" type="empty">
          <property name="color-style" type="int" value="0"/>
          <property name="image-style" type="int" value="5"/>
          <property name="last-image" type="string" value="'''/usr/share/backgrounds/<YOUR IMAGE HERE>'''"/>
        </property>
      </property>
    </property>
  </property>
  <property name="desktop-icons" type="empty">
    <property name="style" type="int" value="2"/>
    <property name="file-icons" type="empty">
      <property name="show-removable" type="bool" value="true"/>
    </property>
    <property name="icon-size" type="uint" value="32"/>
  </property>
</channel>
 
Go to this directory in Thunar Root.
 
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/
 
Then create <code>usr/share/backgrounds</code> and place your Custom Wallpaper at this directory.
 
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/usr/share/backgrounds/
 
===profile.conf===
 
##########################################
###### use this file in the profile ######
##########################################
# use multilib packages; x86_64 only
# multilib="true"
displaymanager="lightdm"
# Set to false to disable autologin in the livecd
# autologin="true"
# nonfree mhwd drivers
# nonfree_mhwd="true"
# use plymouth; initcpio hook
# plymouth_boot="true"
# use pxe boot; initcpio hook
pxe_boot="false"
# use core packages as defined in pkglist to use in basic profile
# basic="false"
# use extra packages as defined in pkglist to activate a full profile
extra="true"
################ install ################
# unset defaults to given value
# efi_boot_loader="grub"
# configure calamares for netinstall
# netinstall="false"
# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"
# use geoip for localization
# geoip='true'
# unset defaults to given value
# plymouth_theme=manjaro-elegant
# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
disable_systemd=('pacman-init')
# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
################# livecd #################
# unset defaults to given value
# hostname="manjaro"
# unset defaults to given value
# username="manjaro"
# unset defaults to given value
# password="manjaro"
# the login shell
# defaults to bash
# login_shell=/bin/bash
# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"
# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')


''manjaro-tools-iso-profiles'' is needed for pre-built Manjaro ISO profiles.


''buildiso'' is needed to build an image/ISO from these profiles. Before March 2015, it used to be part of the ''manjaroiso'' package, but now it is integrated into ''manjaro-tools''.
This config file contains setting options. All default settings are commented. If you want to change them, uncomment them (remove the <code>#</code> symbol in front) and change it.


Please make sure you always use the absolute latest ''manjaro-tools'' and ''manjaro-tools-iso-profiles'' packages available in order to minimize the chance of random or unexplained bugs.
The following settings are noteworthy:


* <code>initsys=</code> lets you choose between systemd and OpenRC. This setting is associated with the <code>>systemd</code> and <code>>openrc</code> flags in your package lists.
* <code>multilib=</code> setting belongs to the <code>>multilib</code> flag in your package lists. multilib will install basic 32bit libraries on 64bit systems. This increases compatibility for 32bit applications on 64bit systems.
* <code>displaymanager=</code> sets the display / login manager your system uses. You need to list your display manager in your package list, too.
* <code>nonfree_xorg=</code> refers to proprietary graphics drivers.
* <code>plymouth_boot=</code> lets you activate Plymouth (the graphics displayed during boot). Do not forget the <code> playmouth</code>  package in your package list.
* <code>pxe_boot=</code> activates PXE boot on your system.
* <code>kernel=</code> lets you set the installed kernel. Do '''not''' include any kernels in your package list! This setting is all you need.
* <code>start_systemd=</code> let's you set systemd services, which get started on the installed system and on the livecd. A similar setting is available for OpenRC.


==Install manjaro-tools==
===Packages-Desktop===


''buildiso'' has often bugs introduced my new upstream package changes, therefore it is recommended to install the absolute latest version with the most recent bug fixes. A relatively easy way is to install ''manjaro-tools'' from the unstable repositories of Manjaro.
<pre>
Alternatively, you can download and build ''manjaro-tools'' from [https://github.com/manjaro/manjaro-tools GitHub] directly.
## Network
>systemd avahi
>openrc avahi-openrc
>systemd networkmanager
>openrc networkmanager-openrc
>openrc networkmanager-consolekit
networkmanager-openconnect
networkmanager-openvpn
networkmanager-pptp
networkmanager-vpnc
networkmanager-dispatcher-ntpd
nss-mdns # NSS support for mDNS (optdepend for avahi)
>systemd ntp
>openrc ntp-openrc
mobile-broadband-provider-info
modemmanager
>systemd openresolv
>systemd openssh
>openrc openssh-openrc
samba


## Libraries for Sound/Audio/Video
alsa-firmware
>systemd alsa-utils
>openrc alsa-utils-openrc
ffmpeg
gst-libav
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
libdvdcss
>multilib manjaro-alsa
>systemd manjaro-pulse
>systemd pulseaudio-bluetooth
>systemd pulseaudio-ctl
>systemd pulseaudio-zeroconf


If you are using the [https://wiki.manjaro.org/index.php?title=Access_the_Unstable_Repositories unstable repositories] already:
## Connect Packages
android-tools
android-udev
gvfs
gvfs-afc
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-smb
mtpfs
udiskie
udisks2


sudo pacman -S manjaro-tools
## AUR Support/Development
# Missing base-devel packages
autoconf
automake
binutils
bison
fakeroot
flex
gcc
>multilib gcc-multilib
libtool
m4
make
patch
pkg-config
>multilib lib32-flex
# Extra packages for AUR support
>extra git
>extra patchutils
>extra subversion
yaourt


## Fonts
cantarell-fonts
# noto-fonts              # default font
# noto-fonts-cjk        # big package, ~76 mb compressed
# >extra noto-fonts-emoji
>extra terminus-font
>extra ttf-bitstream-vera
# ttf-dejavu            # Installed as gnome-themes-standard dependency
>extra ttf-inconsolata
>extra ttf-indic-otf
>extra ttf-liberation
>extra ttf-droid


## Games
>extra steam-manjaro


If you do '''not''' use the unstable repositories, you need to install ''manjaro-tools'' from the unstable repositories manually:
## Package management
pamac


Please keep in mind that you need to update/re-install this package every time a new version gets released.
## Java
>extra jdk8-openjdk
>extra jre8-openjdk-headless
>extra jre8-openjdk


Go to this Manjaro mirror in your web browser:
## Printing
http://mirror.netzspielplatz.de/manjaro/packages/unstable/community/
>extra cups
Choose your architecture and search for the ''manjaro-tools'' package and remember its complete name (especially the version number).
>extra cups-pdf
>extra cups-pk-helper
>extra ghostscript
>extra gsfonts
>extra hplip
>extra splix


Then, use your architecture and the name to install ''manjaro-tools'' directly, e.g. with this command:
## Optional dependencies for hplip
>extra pyqt5-common # For hplip
>extra python-pillow # For hplip
>extra python-pip # For hplip
>extra python-pyqt5  # For hplip gui
>extra python-reportlab # For hplip


sudo pacman -U http://mirror.netzspielplatz.de/manjaro/packages/unstable/community/x86_64/manjaro-tools-0.9.6.2-1-any.pkg.tar.xz
## Display manager
lightdm
lightdm-gtk-greeter
lightdm-gtk-greeter-settings
accountsservice  # Enhanced user accounts handling


## XFCE Group
exo
garcon
gtk-xfce-engine
thunar
thunar-volman
tumbler
xfce4-appfinder
xfce4-panel
xfce4-power-manager
xfce4-session
xfce4-settings
xfce4-terminal
xfconf
xfdesktop
xfwm4
xfwm4-themes


==Install manjaro-tools-iso-profiles==
## XFCE Extras
blueman
ffmpegthumbnailer  # tumbler - for video thumbnails
freetype2          # tumbler - for font thumbnails
gconf              # fix qt-theme
gksu
gnome-keyring      # fix wlan segfault
libgsf            # tumbler - for ODF thumbnails
libopenraw        # tumbler - for RAW thumbnails
light-locker
network-manager-applet
menulibre
orage
poppler-glib      # tumbler - for PDF thumbnails
thunar-archive-plugin
thunar-media-tags-plugin
# >extra xfce4-artwork
xfce4-battery-plugin
xfce4-clipman-plugin
>extra xfce4-cpufreq-plugin
>extra xfce4-cpugraph-plugin
# xfce4-datetime-plugin
>extra xfce4-dict
>extra xfce4-diskperf-plugin
>extra xfce4-fsguard-plugin
>extra xfce4-genmon-plugin
>extra xfce4-mailwatch-plugin
>extra xfce4-mount-plugin
>extra xfce4-mpc-plugin
>extra xfce4-netload-plugin
>extra xfce4-notes-plugin
xfce4-notifyd
xfce4-screenshooter
>extra xfce4-sensors-plugin
>extra xfce4-smartbookmark-plugin
>extra xfce4-systemload-plugin
xfce4-taskmanager
>extra xfce4-time-out-plugin
>extra xfce4-timer-plugin
>extra xfce4-verve-plugin
>extra xfce4-wavelan-plugin
>extra xfce4-weather-plugin
xfce4-whiskermenu-plugin
xfce4-xkb-plugin
>systemd pa-applet
>systemd pavucontrol


Clone ''manjaro-tools-iso-profiles'' profiles from GitHub (this requires the ''git'' package to be installed on your system). Open your terminal in your home directory (or any other directory you want) and type:
## Themes QT/GTK/SDDM
>extra manjaro-backgrounds
gnome-icon-theme
gnome-themes-standard
gtk-theme-breath
>systemd plymouth-legacy
>systemd plymouth-theme-manjaro-elegant
xcursor-simpleandsoft
xcursor-vanilla-dmz-aa


git clone https://github.com/manjaro/manjaro-tools-iso-profiles.git
## Applications
>extra catfish
dmidecode # optional dependency inxi
engrampa
engrampa-thunar-plugin
>extra firefox
>extra flashplugin
>extra galculator-gtk2
>extra gimp
gparted
gufw
>extra guayadeque
>extra hexchat
htop
qpdfview
>extra qpdfview-djvu-plugin
>extra qpdfview-ps-plugin
inxi
>extra libreoffice-still
manjaro-hello
manjaro-settings-manager
manjaro-settings-manager-notifier
>basic midori
>extra mlocate
mousepad
mugshot
parole # media player
>extra pidgin
powertop
>extra poppler-data  # CKJ support for pdf
>basic sylpheed # mail client
>extra thunderbird
# vlc-nightly
>extra viewnior
>extra xfburn
>extra yelp


# Optional dependencies engrampa
p7zip  # 7Z and ARJ archive support
unace  # ACE archive support
unrar  # RAR archive support


==Update manjaro-tools-iso-profiles==
## Documentation
manjaro-documentation


Whenever you want to update the ''manjaro-tools-iso-profiles'' directory with the latest files from GitHub, execute these commands:
## Settings packages
>extra manjaro-xfce-settings
>basic manjaro-xfce-minimal-settings
manjaro-browser-settings


cd manjaro-tools-iso-profiles
## Xorg Input Drivers
xf86-input-elographics
xf86-input-evdev
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
xf86-input-void


git pull origin master
## Xorg Server and Graphics
numlockx
mesa-demos
>multilib lib32-mesa-demos
xorg-server
xorg-server-utils
xorg-twm
xorg-utils
xorg-xinit
xorg-xkill


## Desktop Utils
perl-file-mimeinfo
xdg-user-dirs
xdg-utils
xdg-su


=ISO profile=
## Misc
>openrc consolekit-openrc
>openrc displaymanager-openrc
>openrc pm-utils
>openrc cgmanager-openrc
manjaro-hotfixes
</pre>


You can adjust everything you want to change in your ISO (add packages or other files, adjust settings, etc.) in your profile folder located here:
This file contains a list of packages, which will get installed on your installed ISO (XFCE) and the LiveCD. This is a package list with Xfce specific packages (and packages you like to add to your custom Manjaro ISO) of multiple package lists in your ISO profile. The other package lists are more generic.


manjaro-tools-iso-profiles/openbox/
You can add or remove package names from this list as you like. You do not need to worry about dependencies when adding package names, just make sure the package name is spelled correctly and the package is available in the Manjaro repositories.


<code>#</code> marks a comment. The rest of the line after the <code>#</code> symbol gets ignored.


If you want to know how the folder structure in your profile folder works, read:
<code>>i686</code> is a flag and marks a package, which will only get installed on the 32bit version of your ISO (XFCE).  
* [https://wiki.manjaro.org/index.php?title=Manjaroiso#Understanding_ManjaroISO_Profiles this Wiki] (not the part about installing ''manjaroiso'')
* [https://wiki.manjaro.org/index.php?title=Manjaro-tools#Overview this Wiki section]


<code>>x86_64</code> marks a package, which will only get installed on the 64bit version of your ISO (XFCE).


When reading about ''manjaroiso'' (either in the link given above or in other places), please note the differences between the old ''manjaroiso'' and the new ''manjaro-tools''. The most obvious are in your profile directory <code>manjaro-tools-iso-profiles/openbox</code>:
===Adding AUR packages===
* these files are not present anymore: <code>isolinux</code>, <code>isomounts</code>, <code>syslinux</code>
* the <code>options.conf</code> file has completely changed and its new equivalent is called <code>profile.conf</code>
* the <code>pacman-i686.conf</code> and <code>pacman-x86_64.conf</code> files have been renamed to <code>pacman-default.conf</code> and <code>pacman-multilib.conf</code>. They are no longer required.


If you want to add AUR packages to your ISO, you need to create a online repository and add it to the right <code>pacman-XXXXX.conf</code> file in <code>/usr/share/manjaro-tools/</code>


If you want to add AUR packages to your ISO, you need to create a local repository and add it to the corresponding <code>pacman-XXXXX.conf</code> file. Read here how to do it for ''manjaroiso'' (keep the changes between ''manjaroiso'' and ''manajro-tools'' in mind): [[How to install AUR packages in ManjaroISO]]
[https://wiki.manjaro.org/index.php?title=Buildiso_with_AUR_packages:_Using_buildpkg Buildiso with AUR packages: Using buildpkg]


=manjaro-tools.conf=
=manjaro-tools.conf=


<code>manjaro-tools.conf</code> is the central configuration file for ''manjaro-tools''/''buildiso''. Only edit the general and the "buildiso" part to not exceed the scope of this tutorial. If you are not sure what and how to edit it, do '''not''' edit it. You can always use arguments with the <code>buildiso</code> command later.  
<code>manjaro-tools.conf</code> is the central configuration file for all tools part of ''manjaro-tools''. Only edit the general and the "buildiso" part to not exceed the scope of this tutorial. If you are not sure what and how to edit it, do '''not''' edit it. You can always use arguments with the <code>buildiso</code> command later.  


By default, the systemwide config file is installed in
By default, the systemwide config file is installed in
Line 87: Line 706:
Additionally, a userconfig <code>manjaro-tools.conf</code> file can be placed in your home directory here:
Additionally, a userconfig <code>manjaro-tools.conf</code> file can be placed in your home directory here:


  ~/.config/manjaro-tools.conf
  ~/.config/manjaro-tools/manjaro-tools.conf


If the userconfig is present, ''manjaro-tools''/''buildiso'' will load the userconfig values, however, if variables have been set in the systemwide config file, these values take precedence over the userconfig. Best practice is to leave the systemwide file untouched. By default it is commented and shows just initialization values done in code.
If the userconfig is present, ''manjaro-tools''/''buildiso'' will load the userconfig values, however, if variables have been set in the systemwide config file, these values take precedence over the userconfig. Best practice is to leave the systemwide file untouched. By default it is commented and shows just initialization values done in code.
Alternatively, there is a light/short version of this config file in your profile folder called <code>profile.conf</code>, e.g.:
~/manjaro-tools-iso-profiles/openbox/profile.conf




=Build your ISO=
=Build your ISO=


Navigate to the <code>manjaro-tools-iso-profiles</code> folder:
Open Terminal and enter this command to Root Terminal.
 
cd manjaro-tools-iso-profiles


su


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:
Navigate to <code>manjaro-tools</code> folder:


  sudo buildiso -p openbox -q
  cd /usr/share/manjaro-tools/


You need to specify the name of your ISO profile, too. In this case, it is <code>openbox</code>.


Then, start to build your ISO for real (just remove the <code>-q</code> argument):
Build your ISO with the following command:


  sudo buildiso -p openbox
  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>.


If the build process fails with an error, start it again.  
If the build process fails with an error, start it again.  
Line 127: Line 741:
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
  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.  
* <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=
Line 138: Line 753:
After a successful or failed build, you can get rid of most data (the "raw" ISO with all downloaded packages) by deleting this folder:
After a successful or failed build, you can get rid of most data (the "raw" ISO with all downloaded packages) by deleting this folder:


  sudo rm -r /opt/buildiso/openbox/
  sudo rm -r /var/lib/manjaro-tools/buildiso/xfce/




To clean your system of packages files downloaded only for your custom ISO:  
To clean your system of packages files of packages not installed on your system (this includes all the package files downloaded for your custom ISO):  


  paccache -ruk0
  paccache -ruk0
Line 156: Line 771:


Please remember that all these packages and files are saved for your convenience. If you clean your system like suggested above, you have to download '''all''' packages and build '''all''' images again the next time you want to build your own Manjaro ISO.
Please remember that all these packages and files are saved for your convenience. If you clean your system like suggested above, you have to download '''all''' packages and build '''all''' images again the next time you want to build your own Manjaro ISO.


=Further Reading=
=Further Reading=


When you have questions about ''buildiso'', please search for answers in these forum subsections:
There is a dedicated forum subsection about Manjaro-Tools and ''buildiso'':


* [https://forum.manjaro.org/index.php?board=52.0 Support for Manjaro-Tools]
* [https://forum.manjaro.org/index.php?board=52.0 Support for Manjaro-Tools]
* [https://forum.manjaro.org/index.php?board=27.0 Support for ManjaroISO] (please keep in mind the differences between ''manjaroiso'' and ''manjaro-tools'' mentioned [https://wiki.manjaro.org/index.php?title=Build_Manjaro_ISOs_with_buildiso#ISO_profile here])
Here are some more tutorials of ''manjaro-tools'':


* [https://forum.manjaro.org/index.php?topic=20167.0 How to use Manjaro-Tools]
* [[Manjaro-tools]]
* [https://github.com/manjaro/manjaro-tools manjaro-tools on GitHub]
* [https://forum.manjaro.org/index.php?topic=21976.0 buildiso tutorial]
* [https://forum.manjaro.org/index.php?topic=20451.0 How To build manjaro ISOs (for beginners)]


Here are some more tutorials of ''manjaro-tools'' and ''buildiso'':


Or ask on IRC:  
* [https://github.com/manjaro/manjaro-tools manjaro-tools on GitHub] (always up to date)
* [[Manjaro-tools]] (outdated)
* [https://forum.manjaro.org/t/how-to-create-your-own-manjaro-spin-with-manjaro-tools/1355 How to create your own Manjaro spin with Manjaro-Tools?]
* [https://www.youtube.com/watch?v=9BxqN326G6o Building Manjaro by Spatry (Tutorial Video)]
* [https://forum.manjaro.org/index.php?topic=21976.0 simple buildiso tutorial] (outdated)
* [https://forum.manjaro.org/index.php?topic=20167.0 How to use Manjaro-Tools] (outdated)
* [[Buildiso with AUR packages: Using buildpkg]] (outdated)
* [[Buildiso with AUR packages: Using yaourt]] (outdated)


Server: <code>irc.freenode.net</code>


Channel: <code>#manjaro</code>
It is also possible to ask questions on IRC:
* Server: <code>irc.freenode.net</code>
* Channel: <code>#manjaro</code>






[[Category:Contents Page]]
[[Category:Contents Page]]

Revision as of 09:26, 24 February 2017


Prerequisites

Before we began. You need Kernel linux44 or newer.

It is recommend to download the latest version of Manjaro Distribution.


Install manjaro-tools-iso

To get started you need to download the following packages.

  • manjaro-tools-base
  • manjaro-tools-iso
  • manjaro-efi-shell
  • manjaro-isolinux


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-official
  • manjaro-iso-profiles-minimal
  • manjaro-iso-profiles-community


You can choose any profiles you want.

We're going to choose manjaro-iso-profiles-official 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.


Name your own Manjaro Distribution

Open Thunar Root and go to this file

/usr/share/manjaro-tools/isolinux/gfxboot.cfg

Find product=Manjaro Linux and change from Manjaro Linux to whatever you want to name it.

Example:

; Sections are read in the order given in base::layout, with section 'base'
; implicitly added at the end. If a config value is given more than once,
; the first entry wins.
;
; If a screen resolution can't be set, 640x480 is used as fallback (and
; section '640x480' added to the layout list).
;
; Setting livecd=1 implicitly adds section 'live' to the layout list.
;
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
;

[base]
; theme name
theme=artwork-gfxboot
; product name
product=NAME YOUR MANJARO DISTRIBUTION HERE
; other sections to read
layout=800x600,live,install
; sound volume (0..100)
volume=70
; menu background transparency (0..255)
menu.transparency=0x0
; default font
font.normal=16x16.fnt
; main menu font
font.large=16x16.fnt
; max. visible main menu items
mainmenu.entries=8
; minimal main menu selection bar width
mainmenu.bar.minwidth=300
; main menu selection bar transparency (0..255)
mainmenu.bar.transparency=0
; main menu colors
mainmenu.bar.color=0xffffff
mainmenu.normal.fg=0xffffff
mainmenu.selected.fg=0x000000
; boot option colors
bootopt.label.fg=0xffffff
bootopt.text.fg=0xffffff
; progress bar color
progress.bar.color=0x295202
; menu colors
menu.normal.bg=0xd8deed
menu.normal.fg=0x000000
menu.normal.alt.fg=0x606060
menu.selected.bg=0x6c6c6c
menu.selected.fg=0xffffff
; window colors
window.bg=0xd8deed
window.fg=0x000000
window.title.bg=0x217b05
window.title.fg=0xffffff
window.title.error.bg=0xc00000
; help system colors
help.link.fg=0x0000a0
help.link.selected.fg=0xffffff
help.link.selected.bg=0x0000a0
help.highlight.fg=0x009000
; panel colors
panel.fg=0xffffff
panel.title.fg=0xffffff
panel.f-key.fg=0xffe050
; default keymap (e.g. de-latin1-nodeadkeys or cz-lat2-us)
keymap=
; replace underscores ('_') with space in menu entries
_2space=1

[800x600]
; screen size
screen.size=800,600
; background image
background=back800x600.jpg
; upper left corner, if x = -1, center horizontally
mainmenu.pos=-1,240
; boot option input field position
bootopt.pos=263,480

[640x480]
; screen size
screen.size=640,480
; background image
background=back640x480.jpg
; upper left corner, if x = -1, center horizontally
mainmenu.pos=-1,170
; boot option input field position
bootopt.pos=263,380

[live]
; show welcome animation
welcome=1
; set livecd flag
livecd=1
; main menu items where user can't add boot options
nobootoptions=hdt,memtest
; move down one menu entry the first time an F-key is used
autodown=0
; F-key assignments, see install section for doc
; serial line setup (up to four lines)
; format: port,baud,dev
;   - port: 0-3: first four BIOS serial lines (COM1-COM4); >=4: I/O port (0x3f8)
;   - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates >= 9600)
;   - dev: linux device name (e.g. ttyS0)
; - all lines are set up with 8 bits, no parity, 1 stop bit
; - if the bootloader also has a serial line setup, the port is
;   automatically used
serial.line0=0,0,ttyS0
serial.line1=1,0,ttyS1
serial.line2=
serial.line3=
key.F2=lang
key.F3=video
key.F4=kernelopts
key.F5=
key.F6=
key.F7=
key.F8=
key.F11=
key.F12=
; show keymap menu as submenu in lang dialog
keymap.submenu=1
; add 'keytable' option with current keymap
addopt.keytable=1
; add 'lang' option with current locale
addopt.lang=1
; add 'layout' option with current keyboad layout
addopt.layout=1


ISO profile

ISO profile overview

Open Thunar Root and go to this directory.

/usr/share/manjaro-tools/iso-profiles/manjaro/xfce

Let's take a closer look at the XFCE profile folder (marked above):

~ >>> ls -lAgo /usr/share/manjaro-tools/iso-profiles/manjaro/xfce
drwxr-xr-x 3 4096 16 feb 19:52 desktop-overlay
lrwxr-xr-x 1   33 16 feb 19:52 live-overlay -> ../../shared/manjaro/live-overlay
lrwxr-xr-x 1   28 16 feb 19:52 mkinitcpio.conf -> ../../shared/mkinitcpio.conf
-rw-r--r-- 1 5115 16 feb 19:52 Packages-Desktop
lrwxr-xr-x 1   26 16 feb 19:52 Packages-Live -> ../../shared/Packages-Live
lrwxr-xr-x 1   26 16 feb 19:52 Packages-Mhwd -> ../../shared/Packages-Mhwd
lrwxr-xr-x 1   26 16 feb 19:52 Packages-Root -> ../../shared/Packages-Root
-rw-r--r-- 1 2400 16 feb 19:52 profile.conf
  • desktop-overlay: After every successful installation of your ISO the files and folders in here will get copied over.
  • live-overlay: Similar to desktop-overlay. Files and folders in here will only get copied over to the LiveCD of your ISO.
  • mkinitcpio.conf holds the information of all needed kernel modules.
  • Packages-Desktop: This file contains packages for the ISO installation. All packages will also get installed on LiveCDs.
  • Packages-Live: This file contains packages, which will only get installed on the LiveCD.
  • Packages-Mhwd: This file contains Mhwd packages important to all Manjaro installations and LiveCDs.
  • Packages-Root: This file contains base packages important to all Manjaro installations and LiveCDs.
  • profile.conf contains basic settings for your ISO installation and LiveCD.

As you have probably noticed, all files and folders are readonly and several are only symlinks to the shared ISO profile. It is good practice to never change files or folders in the shared ISO profile. If you ever want to change them, first copy them to your ISO profile folder and delete the symlink.

All folders and files specific to your ISO are in bold. You can change them to your liking.

Modifying an ISO profile

The most common places to tweak and customize an ISO profile are the 3 folders marked above: xfce-overlay, profile.conf, Packages-Xfce:


desktop-overlay

The desktop-overlay folder looks like this:

~ >>> tree /usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc                                           
/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc
├── fonts
│   └── conf.d
│       └── 70-no-bitmaps.conf -> /etc/fonts/conf.avail/70-no-bitmaps.conf
└── lightdm
    └── lightdm-gtk-greeter.conf
3 directories, 2 files

Go to this directory.

/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc/

Then create skel folder. This is where you can clone everything you see on your Desktop Screen to ISO.

After the ISO has been successfully installed all files and folder in desktop-overlay folder get copied over to the installed system. This includes settings/config files but also themes and backgrounds/pictures.

All files and folder in here will get copied to the home folder. Most hidden files and their structure in /usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/etc/skel/ should be already familiar to you, because your home folder looks very similar.

Clone Custom Wallpaper Desktop

To clone your Custom Wallpaper Desktop. Open a New File Manager and go to this file.

/home/<username>/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml

Change all image directories to where your Custom Wallpaper was located at.

/usr/share/backgrounds/<YOUR IMAGE HERE>

Example

<?xml version="1.0" encoding="UTF-8"?>

<channel name="xfce4-desktop" version="1.0">
  <property name="backdrop" type="empty">
    <property name="screen0" type="empty">
      <property name="monitor0" type="empty">
        <property name="image-path" type="string" value="/usr/share/backgrounds/<YOUR IMAGE HERE>"/>
        <property name="last-image" type="string" value="/usr/share/backgrounds/<YOUR IMAGE HERE>"/>
        <property name="last-single-image" type="string" value="/usr/share/backgrounds/<YOUR IMAGE HERE>"/>
        <property name="image-style" type="int" value="5"/>
      </property>
      <property name="monitorVGA-0" type="empty">
        <property name="workspace0" type="empty">
          <property name="color-style" type="int" value="0"/>
          <property name="image-style" type="int" value="5"/>
          <property name="last-image" type="string" value="/usr/share/backgrounds/<YOUR IMAGE HERE>"/>
        </property>
        <property name="workspace1" type="empty">
          <property name="color-style" type="int" value="0"/>
          <property name="image-style" type="int" value="5"/>
          <property name="last-image" type="string" value="/usr/share/backgrounds/<YOUR IMAGE HERE>"/>
        </property>
      </property>
    </property>
  </property>
  <property name="desktop-icons" type="empty">
    <property name="style" type="int" value="2"/>
    <property name="file-icons" type="empty">
      <property name="show-removable" type="bool" value="true"/>
    </property>
    <property name="icon-size" type="uint" value="32"/>
  </property>
</channel>

Go to this directory in Thunar Root.

/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/

Then create usr/share/backgrounds and place your Custom Wallpaper at this directory.

/usr/share/manjaro-tools/iso-profiles/manjaro/xfce/desktop-overlay/usr/share/backgrounds/

profile.conf

##########################################
###### use this file in the profile ######
##########################################

# use multilib packages; x86_64 only
# multilib="true"

displaymanager="lightdm"

# Set to false to disable autologin in the livecd
# autologin="true"

# nonfree mhwd drivers
# nonfree_mhwd="true"

# use plymouth; initcpio hook
# plymouth_boot="true"

# use pxe boot; initcpio hook
pxe_boot="false"

# use core packages as defined in pkglist to use in basic profile
# basic="false"

# use extra packages as defined in pkglist to activate a full profile
extra="true"

################ install ################

# unset defaults to given value
# efi_boot_loader="grub"

# configure calamares for netinstall
# netinstall="false"

# the default url for the netinstall.yaml
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"

# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"

# use geoip for localization
# geoip='true'

# unset defaults to given value
# plymouth_theme=manjaro-elegant

# unset defaults to given values
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
disable_systemd=('pacman-init')

# unset defaults to given values,
# names must match openrc service names
# enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()

# the same workgroup name if samba is used
# smb_workgroup=""

################# livecd #################

# unset defaults to given value
# hostname="manjaro"

# unset defaults to given value
# username="manjaro"

# unset defaults to given value
# password="manjaro"

# the login shell
# defaults to bash
# login_shell=/bin/bash

# unset defaults to given values
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel"

# unset defaults to given values
# names must match systemd service names
# services in enable_systemd array don't need to be listed here
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')

# unset defaults to given values,
# names must match openrc service names
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')


This config file contains setting options. All default settings are commented. If you want to change them, uncomment them (remove the # symbol in front) and change it.

The following settings are noteworthy:

  • initsys= lets you choose between systemd and OpenRC. This setting is associated with the >systemd and >openrc flags in your package lists.
  • multilib= setting belongs to the >multilib flag in your package lists. multilib will install basic 32bit libraries on 64bit systems. This increases compatibility for 32bit applications on 64bit systems.
  • displaymanager= sets the display / login manager your system uses. You need to list your display manager in your package list, too.
  • nonfree_xorg= refers to proprietary graphics drivers.
  • plymouth_boot= lets you activate Plymouth (the graphics displayed during boot). Do not forget the playmouth package in your package list.
  • pxe_boot= activates PXE boot on your system.
  • kernel= lets you set the installed kernel. Do not include any kernels in your package list! This setting is all you need.
  • start_systemd= let's you set systemd services, which get started on the installed system and on the livecd. A similar setting is available for OpenRC.

Packages-Desktop

## Network
>systemd avahi
>openrc avahi-openrc
>systemd networkmanager
>openrc networkmanager-openrc
>openrc networkmanager-consolekit
networkmanager-openconnect
networkmanager-openvpn
networkmanager-pptp
networkmanager-vpnc
networkmanager-dispatcher-ntpd
nss-mdns # NSS support for mDNS (optdepend for avahi)
>systemd ntp
>openrc ntp-openrc
mobile-broadband-provider-info
modemmanager
>systemd openresolv
>systemd openssh
>openrc openssh-openrc
samba

## Libraries for Sound/Audio/Video
alsa-firmware
>systemd alsa-utils
>openrc alsa-utils-openrc
ffmpeg
gst-libav
gst-plugins-bad
gst-plugins-base
gst-plugins-good
gst-plugins-ugly
libdvdcss
>multilib manjaro-alsa
>systemd manjaro-pulse
>systemd pulseaudio-bluetooth
>systemd pulseaudio-ctl
>systemd pulseaudio-zeroconf

## Connect Packages
android-tools
android-udev
gvfs
gvfs-afc
gvfs-gphoto2
gvfs-mtp
gvfs-nfs
gvfs-smb
mtpfs
udiskie
udisks2

## AUR Support/Development
# Missing base-devel packages
autoconf
automake
binutils
bison
fakeroot
flex
gcc
>multilib gcc-multilib
libtool
m4
make
patch
pkg-config
>multilib lib32-flex
# Extra packages for AUR support
>extra git
>extra patchutils
>extra subversion
yaourt

## Fonts
cantarell-fonts
# noto-fonts               # default font
# noto-fonts-cjk         # big package, ~76 mb compressed
# >extra noto-fonts-emoji
>extra terminus-font
>extra ttf-bitstream-vera
# ttf-dejavu             # Installed as gnome-themes-standard dependency
>extra ttf-inconsolata
>extra ttf-indic-otf
>extra ttf-liberation
>extra ttf-droid

## Games
>extra steam-manjaro

## Package management
pamac

## Java
>extra jdk8-openjdk
>extra jre8-openjdk-headless
>extra jre8-openjdk

## Printing
>extra cups
>extra cups-pdf
>extra cups-pk-helper
>extra ghostscript
>extra gsfonts
>extra hplip
>extra splix

## Optional dependencies for hplip
>extra pyqt5-common # For hplip
>extra python-pillow # For hplip
>extra python-pip # For hplip
>extra python-pyqt5  # For hplip gui
>extra python-reportlab # For hplip

## Display manager
lightdm
lightdm-gtk-greeter
lightdm-gtk-greeter-settings
accountsservice  # Enhanced user accounts handling

## XFCE Group
exo
garcon
gtk-xfce-engine
thunar
thunar-volman
tumbler
xfce4-appfinder
xfce4-panel
xfce4-power-manager
xfce4-session
xfce4-settings
xfce4-terminal
xfconf
xfdesktop
xfwm4
xfwm4-themes

## XFCE Extras
blueman
ffmpegthumbnailer  # tumbler - for video thumbnails
freetype2          # tumbler - for font thumbnails
gconf              # fix qt-theme
gksu
gnome-keyring      # fix wlan segfault
libgsf             # tumbler - for ODF thumbnails
libopenraw         # tumbler - for RAW thumbnails
light-locker
network-manager-applet
menulibre
orage
poppler-glib       # tumbler - for PDF thumbnails
thunar-archive-plugin
thunar-media-tags-plugin
# >extra xfce4-artwork
xfce4-battery-plugin
xfce4-clipman-plugin
>extra xfce4-cpufreq-plugin
>extra xfce4-cpugraph-plugin
# xfce4-datetime-plugin
>extra xfce4-dict
>extra xfce4-diskperf-plugin
>extra xfce4-fsguard-plugin
>extra xfce4-genmon-plugin
>extra xfce4-mailwatch-plugin
>extra xfce4-mount-plugin
>extra xfce4-mpc-plugin
>extra xfce4-netload-plugin
>extra xfce4-notes-plugin
xfce4-notifyd
xfce4-screenshooter
>extra xfce4-sensors-plugin
>extra xfce4-smartbookmark-plugin
>extra xfce4-systemload-plugin
xfce4-taskmanager
>extra xfce4-time-out-plugin
>extra xfce4-timer-plugin
>extra xfce4-verve-plugin
>extra xfce4-wavelan-plugin
>extra xfce4-weather-plugin
xfce4-whiskermenu-plugin
xfce4-xkb-plugin
>systemd pa-applet
>systemd pavucontrol

## Themes QT/GTK/SDDM
>extra manjaro-backgrounds
gnome-icon-theme
gnome-themes-standard
gtk-theme-breath
>systemd plymouth-legacy
>systemd plymouth-theme-manjaro-elegant
xcursor-simpleandsoft
xcursor-vanilla-dmz-aa

## Applications
>extra catfish
dmidecode # optional dependency inxi
engrampa
engrampa-thunar-plugin
>extra firefox
>extra flashplugin
>extra galculator-gtk2
>extra gimp
gparted
gufw
>extra guayadeque
>extra hexchat
htop
qpdfview
>extra qpdfview-djvu-plugin
>extra qpdfview-ps-plugin
inxi
>extra libreoffice-still
manjaro-hello
manjaro-settings-manager
manjaro-settings-manager-notifier
>basic midori
>extra mlocate
mousepad
mugshot
parole # media player
>extra pidgin
powertop
>extra poppler-data  # CKJ support for pdf
>basic sylpheed # mail client
>extra thunderbird
# vlc-nightly
>extra viewnior
>extra xfburn
>extra yelp

# Optional dependencies engrampa
p7zip  # 7Z and ARJ archive support
unace  # ACE archive support
unrar  # RAR archive support 

## Documentation
manjaro-documentation

## Settings packages
>extra manjaro-xfce-settings
>basic manjaro-xfce-minimal-settings
manjaro-browser-settings

## Xorg Input Drivers
xf86-input-elographics
xf86-input-evdev
xf86-input-keyboard
xf86-input-libinput
xf86-input-mouse
xf86-input-void

## Xorg Server and Graphics
numlockx
mesa-demos
>multilib lib32-mesa-demos
xorg-server
xorg-server-utils
xorg-twm
xorg-utils
xorg-xinit
xorg-xkill

## Desktop Utils
perl-file-mimeinfo
xdg-user-dirs
xdg-utils
xdg-su

## Misc
>openrc consolekit-openrc
>openrc displaymanager-openrc
>openrc pm-utils
>openrc cgmanager-openrc
manjaro-hotfixes

This file contains a list of packages, which will get installed on your installed ISO (XFCE) and the LiveCD. This is a package list with Xfce specific packages (and packages you like to add to your custom Manjaro ISO) of multiple package lists in your ISO profile. The other package lists are more generic.

You can add or remove package names from this list as you like. You do not need to worry about dependencies when adding package names, just make sure the package name is spelled correctly and the package is available in the Manjaro repositories.

# marks a comment. The rest of the line after the # symbol gets ignored.

>i686 is a flag and marks a package, which will only get installed on the 32bit version of your ISO (XFCE).

>x86_64 marks a package, which will only get installed on the 64bit version of your ISO (XFCE).

Adding AUR packages

If you want to add AUR packages to your ISO, you need to create a online repository and add it to the right pacman-XXXXX.conf file in /usr/share/manjaro-tools/

Buildiso with AUR packages: Using buildpkg

manjaro-tools.conf

manjaro-tools.conf is the central configuration file for all tools part of manjaro-tools. Only edit the general and the "buildiso" part to not exceed the scope of this tutorial. If you are not sure what and how to edit it, do not edit it. You can always use arguments with the buildiso command later.

By default, the systemwide config file is installed in

/etc/manjaro-tools/manjaro-tools.conf

Additionally, a userconfig manjaro-tools.conf file can be placed in your home directory here:

~/.config/manjaro-tools/manjaro-tools.conf

If the userconfig is present, manjaro-tools/buildiso will load the userconfig values, however, if variables have been set in the systemwide config file, these values take precedence over the userconfig. Best practice is to leave the systemwide file untouched. By default it is commented and shows just initialization values done in code.


Build your ISO

Open Terminal and enter this command to Root Terminal.

su

Navigate to manjaro-tools folder:

cd /usr/share/manjaro-tools/


Build your ISO with the following command:

buildiso -p xfce

You need to specify the name of your ISO profile after the -p argument. In this case, it is xfce.

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.


When the build process finishes successfully, the ISO file and the package list will appear in this folder:

/var/cache/manjaro-tools/iso/


Example:

You can use arguments with the buildiso command for more build options:

buildiso -p xfce -a i686 -b stable
  • -a 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 manjaro-tools.conf file.
  • -b let's you specify the branch. You can also set this in your manjaro-tools.conf file.

You can find other examples of builds using different arguments for buildiso here.


Cleaning your hard drive

After a successful or failed build, you can get rid of most data (the "raw" ISO with all downloaded packages) by deleting this folder:

sudo rm -r /var/lib/manjaro-tools/buildiso/xfce/


To clean your system of packages files of packages not installed on your system (this includes all the package files downloaded for your custom ISO):

paccache -ruk0


You can also manually look into

/var/cache/manjaro-tools/

and delete folders or files to your liking. If you want to delete all ISO images, package lists, and cached Xorg packages do:

sudo rm -r /var/cache/manjaro-tools/


Please remember that all these packages and files are saved for your convenience. If you clean your system like suggested above, you have to download all packages and build all images again the next time you want to build your own Manjaro ISO.


Further Reading

There is a dedicated forum subsection about Manjaro-Tools and buildiso:


Here are some more tutorials of manjaro-tools and buildiso:


It is also possible to ask questions on IRC:

  • Server: irc.freenode.net
  • Channel: #manjaro
Cookies help us deliver our services. By using our services, you agree to our use of cookies.