Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>Fhdk
imported>Fhdk
Line 310: Line 310:
  # autologin="true"
  # autologin="true"
   
   
  # nonfree xorg drivers
  # nonfree mhwd drivers
  # nonfree_xorg="true"
  # nonfree_mhwd="true"
   
   
  # use plymouth; initcpio hook
  # use plymouth; initcpio hook
Line 317: Line 317:
   
   
  # use pxe boot; initcpio hook
  # use pxe boot; initcpio hook
  # pxe_boot="true"
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 ################
  ################ install ################
Line 324: Line 330:
  # efi_boot_loader="grub"
  # efi_boot_loader="grub"
   
   
  # set uefi partition size
  # configure calamares for netinstall
  # efi_part_size=32M
  # 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
  # unset defaults to given value
Line 332: Line 347:
  # unset defaults to given values
  # unset defaults to given values
  # names must match systemd service names
  # names must match systemd service names
  start_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
  enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
  disable_systemd=('pacman-init')
  disable_systemd=('pacman-init')
   
   
  # unset defaults to given values,
  # unset defaults to given values,
  # names must match openrc service names
  # names must match openrc service names
  # start_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
  # enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
  # disable_openrc=('pacman-init')
  # disable_openrc=()
# the same workgroup name if samba is used
# smb_workgroup=""
   
   
  ################# livecd #################
  ################# livecd #################
Line 350: Line 368:
  # unset defaults to given value
  # unset defaults to given value
  # password="manjaro"
  # password="manjaro"
# the login shell
# defaults to bash
# login_shell=/bin/bash
   
   
  # unset defaults to given values
  # unset defaults to given values
Line 356: Line 378:
  # unset defaults to given values
  # unset defaults to given values
  # names must match systemd service names
  # names must match systemd service names
  # services in start_systemd array don't need to be listed here
  # services in enable_systemd array don't need to be listed here
  # start_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init')
  # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
   
   
  # unset defaults to given values,
  # unset defaults to given values,
  # names must match openrc service names
  # names must match openrc service names
  # services in start_openrc array don't need to be listed here
  # services in enable_openrc array don't need to be listed here
  # start_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init')
  # 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 <code>#</code> symbol in front) and change it.
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.
Line 377: Line 399:
* <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>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.
* <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.


===Packages-Xfce===
===Packages-Xfce===
Anonymous user