Difference between revisions of "Build Manjaro ISOs with buildiso"

imported>Fhdk
imported>Fhdk
Line 154: Line 154:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<pre>
<pre>
##########################################
##########################################
###### 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 extra packages as defined in pkglist to activate a full profile
plymouth_boot="false"
#extra="true"
 
# use pxe boot; initcpio hook
################ install ################
pxe_boot="false"
 
# unset defaults to given value
# use core packages as defined in pkglist to use in basic profile
# efi_boot_loader="grub"
# basic="false"
 
# configure calamares for netinstall
# use extra packages as defined in pkglist to activate a full profile
# netinstall="false"
extra="true"
 
# configure calamares to use chrootcfg instead of unpackfs
################ install ################
# chrootcfg="false"
 
# unset defaults to given value
# use geoip for localization
# efi_boot_loader="grub"
# geoip='true'
 
# configure calamares for netinstall
# unset defaults to given values
# netinstall="false"
# names must match systemd service names
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'ufw')
# the default url for the netinstall.yaml
disable_systemd=('pacman-init')
# netgroups="https://raw.githubusercontent.com/manjaro/iso-profiles/master/shared/netgroups"
 
# unset defaults to given values,
# configure calamares to use chrootcfg instead of unpackfs
# names must match openrc service names
# chrootcfg="false"
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# disable_openrc=()
# use geoip for localization
 
# geoip='true'
# the same workgroup name if samba is used
# smb_workgroup=""
# unset defaults to given values
 
# names must match systemd service names
################# livecd #################
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
 
disable_systemd=('pacman-init')
# unset defaults to given value
# hostname="manjaro"
# unset defaults to given values,
 
# names must match openrc service names
# unset defaults to given value
# enable_openrc=('acpid' 'bluetooth' 'cgmanager' 'consolekit' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# username="manjaro"
# disable_openrc=()
 
# unset defaults to given value
# the same workgroup name if samba is used
# password="manjaro"
# smb_workgroup=""
 
# the login shell
################# livecd #################
# defaults to bash
# login_shell=/bin/bash
# unset defaults to given value
 
# hostname="manjaro"
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# unset defaults to given value
 
# username="manjaro"
# unset defaults to given values
# names must match systemd service names
# unset defaults to given value
# services in enable_systemd array don't need to be listed here
# password="manjaro"
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
 
# the login shell
# unset defaults to given values,
# defaults to bash
# names must match openrc service names
# login_shell=/bin/bash
# services in enable_openrc array don't need to be listed here
# enable_openrc_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
# 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-net')
# 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-net')
</pre>
</pre>
</div>
</div>
Anonymous user