translator
11,433
edits
m (Link korrigiert) |
(Marked this version for translation) |
||
| Line 187: | Line 187: | ||
########################################## | ########################################## | ||
<!--T:122--> | |||
# use multilib packages; x86_64 only | # use multilib packages; x86_64 only | ||
# multilib="true" | # multilib="true" | ||
<!--T:123--> | |||
displaymanager="lightdm" | displaymanager="lightdm" | ||
<!--T:124--> | |||
# Set to false to disable autologin in the livecd | # Set to false to disable autologin in the livecd | ||
# autologin="true" | # autologin="true" | ||
<!--T:125--> | |||
# nonfree mhwd drivers | # nonfree mhwd drivers | ||
# nonfree_mhwd="true" | # nonfree_mhwd="true" | ||
<!--T:126--> | |||
# 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:127--> | |||
################ install ################ | ################ install ################ | ||
<!--T:128--> | |||
# unset defaults to given value | # unset defaults to given value | ||
# efi_boot_loader="grub" | # efi_boot_loader="grub" | ||
<!--T:129--> | |||
# configure calamares for netinstall | # configure calamares for netinstall | ||
# netinstall="false" | # netinstall="false" | ||
<!--T:130--> | |||
# configure calamares to use chrootcfg instead of unpackfs | # configure calamares to use chrootcfg instead of unpackfs | ||
# chrootcfg="false" | # chrootcfg="false" | ||
<!--T:131--> | |||
# use geoip for localization | # use geoip for localization | ||
# geoip='true' | # geoip='true' | ||
<!--T:132--> | |||
# unset defaults to given values | # unset defaults to given values | ||
# names must match systemd service names | # names must match systemd service names | ||
| Line 221: | Line 232: | ||
disable_systemd=('pacman-init') | disable_systemd=('pacman-init') | ||
<!--T:133--> | |||
# add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store" | # add strict snaps: strict_snaps="snapd core core18 gnome-3-28-1804 gtk-common-themes snap-store" | ||
# strict_snaps="" | # strict_snaps="" | ||
| Line 228: | Line 240: | ||
# snap_channel="candidate" | # snap_channel="candidate" | ||
<!--T:134--> | |||
# the same workgroup name if samba is used | # the same workgroup name if samba is used | ||
# smb_workgroup="" | # smb_workgroup="" | ||
<!--T:135--> | |||
################# livecd ################# | ################# livecd ################# | ||
<!--T:136--> | |||
# unset defaults to given value | # unset defaults to given value | ||
# hostname="manjaro" | # hostname="manjaro" | ||
<!--T:137--> | |||
# unset defaults to given value | # unset defaults to given value | ||
# username="manjaro" | # username="manjaro" | ||
<!--T:138--> | |||
# unset defaults to given value | # unset defaults to given value | ||
# password="manjaro" | # password="manjaro" | ||
<!--T:139--> | |||
# the login shell | # the login shell | ||
# defaults to bash | # defaults to bash | ||
# login_shell=/bin/bash | # login_shell=/bin/bash | ||
<!--T:140--> | |||
# unset defaults to given values | # unset defaults to given values | ||
# addgroups="lp,network,power,wheel" | # addgroups="lp,network,power,wheel" | ||
<!--T:141--> | |||
# unset defaults to given values | # unset defaults to given values | ||
# names must match systemd service names | # names must match systemd service names | ||
| Line 255: | Line 275: | ||
disable_systemd_live=('tlp' 'tlp-sleep') | disable_systemd_live=('tlp' 'tlp-sleep') | ||
<!--T:142--> | |||
custom_boot_args=('splash') | custom_boot_args=('splash') | ||
</pre> | </pre> | ||