Difference between revisions of "Build Manjaro ISOs with buildiso"

updated default profile conf to remove obsolete settings
(change package name to match the repo)
(updated default profile conf to remove obsolete settings)
 
Line 187: Line 187:
##########################################
##########################################


<!--T:39-->
# use multilib packages; x86_64 only
# use multilib packages; x86_64 only
# multilib="true"
# multilib="true"


<!--T:40-->
displaymanager="lightdm"
displaymanager="lightdm"


<!--T:41-->
# Set to false to disable autologin in the livecd
# Set to false to disable autologin in the livecd
# autologin="true"
# autologin="true"


<!--T:42-->
# nonfree mhwd drivers
# nonfree mhwd drivers
# nonfree_mhwd="true"
# nonfree_mhwd="true"


<!--T:43-->
# 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"


<!--T:44-->
################ install ################
################ install ################


<!--T:45-->
# unset defaults to given value
# unset defaults to given value
# efi_boot_loader="grub"
# efi_boot_loader="grub"


<!--T:46-->
# configure calamares for netinstall
# configure calamares for netinstall
# netinstall="false"
# netinstall="false"


<!--T:47-->
# configure calamares to use chrootcfg instead of unpackfs
# configure calamares to use chrootcfg instead of unpackfs
# chrootcfg="false"
# chrootcfg="false"


<!--T:48-->
# use geoip for localization
# use geoip for localization
# geoip='true'
# geoip='true'


<!--T:49-->
# 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' 'ufw')
enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'haveged' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd' 'systemd-timesyncd')
enable_systemd_timers=('fstrim' 'pacman-filesdb-refresh')
disable_systemd=('pacman-init')
disable_systemd=('pacman-init')


<!--T:50-->
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store"
# unset defaults to given values,
# strict_snaps=""
# names must match openrc service names
# add classic snaps: classic_snaps="code"
# enable_openrc=('acpid' 'bluetooth' 'elogind' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager')
# classic_snaps=""
# disable_openrc=()
# choose the snap channel. Possible options are: stable, candidate, beta, edge
# snap_channel="candidate"


<!--T:51-->
# the same workgroup name if samba is used
# the same workgroup name if samba is used
# smb_workgroup=""
# smb_workgroup=""


<!--T:52-->
################# livecd #################
################# livecd #################


<!--T:53-->
# unset defaults to given value
# unset defaults to given value
# hostname="manjaro"
# hostname="manjaro"


<!--T:54-->
# unset defaults to given value
# unset defaults to given value
# username="manjaro"
# username="manjaro"


<!--T:55-->
# unset defaults to given value
# unset defaults to given value
# password="manjaro"
# password="manjaro"


<!--T:56-->
# the login shell
# the login shell
# defaults to bash
# defaults to bash
# login_shell=/bin/bash
# login_shell=/bin/bash


<!--T:57-->
# unset defaults to given values
# unset defaults to given values
# addgroups="lp,network,power,wheel"
# addgroups="lp,network,power,wheel"


<!--T:58-->
# 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')
# enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live')
disable_systemd_live=('tlp' 'tlp-sleep')


<!--T:59-->
custom_boot_args=('splash')
# 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')
</pre>
</pre>
</div>
</div>
Line 289: Line 269:
* <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>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>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>netinstall=</code>: do not use
* <code>chrootcfg=</code>: do not use
* <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>enable_systemd=</code> let's you set systemd services, which get started on the installed system (and with a similar setting on the livecd).
* <code>enable_systemd=</code> let's you set systemd services, which get started on the installed system (and with a similar setting on the livecd).
* <code>enable_openrc=</code>: do not use


===Packages-Desktop=== <!--T:63-->
===Packages-Desktop=== <!--T:63-->
Moderators, translator
460

edits