Difference between revisions of "Build Manjaro ISOs with buildiso"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Excalibur1234 (more explanations) |
imported>Excalibur1234 |
||
Line 296: | Line 296: | ||
########################################## | ########################################## | ||
###### use this file in the profile ###### | ###### use this file in the profile ###### | ||
########################################## | ########################################## | ||
# use multilib packages; x86_64 only | # use multilib packages; x86_64 only | ||
# multilib="true" | # multilib="true" | ||
displaymanager="lightdm" | displaymanager="lightdm" | ||
# Set to false to disable autologin in the livecd | # Set to false to disable autologin in the livecd | ||
# autologin="true" | # autologin="true" | ||
# nonfree mhwd drivers | # nonfree mhwd drivers | ||
# nonfree_mhwd="true" | # nonfree_mhwd="true" | ||
# use plymouth; initcpio hook | # use plymouth; initcpio hook | ||
plymouth_boot="false" | plymouth_boot="false" | ||
# use pxe boot; initcpio hook | # use pxe boot; initcpio hook | ||
pxe_boot="false" | pxe_boot="false" | ||
# use core packages as defined in pkglist to use in basic profile | # use core packages as defined in pkglist to use in basic profile | ||
# basic="false" | # basic="false" | ||
# use extra packages as defined in pkglist to activate a full profile | # use extra packages as defined in pkglist to activate a full profile | ||
extra="true" | extra="true" | ||
################ install ################ | ################ install ################ | ||
# unset defaults to given value | # unset defaults to given value | ||
# efi_boot_loader="grub" | # efi_boot_loader="grub" | ||
# configure calamares for netinstall | # configure calamares for netinstall | ||
# netinstall="false" | # netinstall="false" | ||
# the default url for the netinstall.yaml | # the default url for the netinstall.yaml | ||
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups" | # netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups" | ||
# configure calamares to use chrootcfg instead of unpackfs | # configure calamares to use chrootcfg instead of unpackfs | ||
# chrootcfg="false" | # chrootcfg="false" | ||
# use geoip for localization | # use geoip for localization | ||
# geoip='true' | # geoip='true' | ||
# unset defaults to given values | # unset defaults to given values | ||
# names must match systemd service names | # names must match systemd service names | ||
enable_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 | ||
# enable_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=() | # disable_openrc=() | ||
# the same workgroup name if samba is used | # the same workgroup name if samba is used | ||
# smb_workgroup="" | # smb_workgroup="" | ||
################# livecd ################# | ################# livecd ################# | ||
# unset defaults to given value | # unset defaults to given value | ||
# hostname="manjaro" | # hostname="manjaro" | ||
# unset defaults to given value | # unset defaults to given value | ||
# username="manjaro" | # username="manjaro" | ||
# unset defaults to given value | # unset defaults to given value | ||
# password="manjaro" | # password="manjaro" | ||
# the login shell | # the login shell | ||
# defaults to bash | # defaults to bash | ||
# login_shell=/bin/bash | # login_shell=/bin/bash | ||
# unset defaults to given values | # unset defaults to given values | ||
# addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel" | # addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel" | ||
# unset defaults to given values | # unset defaults to given values | ||
# names must match systemd service names | # names must match systemd service names | ||
# services in enable_systemd array don't need to be listed here | # services in enable_systemd array don't need to be listed here | ||
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live-net') | # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live-net') | ||
# unset defaults to given values, | # unset defaults to given values, | ||
# names must match openrc service names | # names must match openrc service names | ||
# services in enable_openrc array don't need to be listed here | # services in enable_openrc array don't need to be listed here | ||
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live-net') | # enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live-net') | ||