Moderators, translator
460
edits
(removed dead links - revise later for current links) |
(updated default profile conf to remove obsolete settings) |
||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
<!--T:121--> | <!--T:121--> | ||
{{UserCmd|command=pamac install manjaro-tools-iso git}} | {{UserCmd|command=pamac install manjaro-tools-iso-git git}} | ||
<!--T:7--> | <!--T:7--> | ||
Line 187: | Line 187: | ||
########################################## | ########################################## | ||
# 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 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" | ||
# 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' ' | 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') | ||
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store" | |||
# | # strict_snaps="" | ||
# | # add classic snaps: classic_snaps="code" | ||
# | # classic_snaps="" | ||
# | # choose the snap channel. Possible options are: stable, candidate, beta, edge | ||
# snap_channel="candidate" | |||
# 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="lp,network,power,wheel" | # addgroups="lp,network,power,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') | # enable_systemd_live=('manjaro-live' 'mhwd-live' 'pacman-init' 'mirrors-live') | ||
disable_systemd_live=('tlp' 'tlp-sleep') | |||
custom_boot_args=('splash') | |||
</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>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). | ||
===Packages-Desktop=== <!--T:63--> | ===Packages-Desktop=== <!--T:63--> |