iso-profiles/README.md

191 lines
4.2 KiB
Markdown
Raw Normal View History

2020-10-28 15:18:46 +01:00
## iso-profiles
2020-10-28 15:18:46 +01:00
### profile.conf
~~~
##########################################
###### use this file in the profile ######
##########################################
2020-10-28 15:18:46 +01:00
## use multilib packages; x86_64 only
# multilib="true"
2020-10-28 15:18:46 +01:00
## use extra packages as defined in pkglist to activate a full profile
2017-02-04 14:17:56 +01:00
# extra="false"
################ install ################
2020-10-28 15:18:46 +01:00
## default displaymanager: none
## supported; lightdm, sddm, gdm, lxdm, mdm
# displaymanager="none"
2020-10-28 15:18:46 +01:00
## Set to false to disable autologin in the livecd
# autologin="true"
2020-10-28 15:18:46 +01:00
## nonfree xorg drivers
# nonfree_mhwd="true"
2020-10-28 15:18:46 +01:00
## possible values: grub;systemd-boot
# efi_boot_loader="grub"
2020-10-28 15:18:46 +01:00
## configure calamares for netinstall
# netinstall="false"
2020-10-28 15:18:46 +01:00
## configure calamares for mhwd
# mhwd_used="true"
## configure calamares for oem
# oem_used="false"
## configure calamares to use chrootcfg instead of unpackfs; default: unpackfs
# chrootcfg="false"
2020-10-28 15:18:46 +01:00
## use geoip
# geoip="true"
2020-10-28 15:18:46 +01:00
## unset defaults to given values
## names must match systemd service names
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep')
# disable_systemd=()
2020-10-28 15:18:46 +01:00
## unset defaults to given values
# addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
2020-10-28 15:18:46 +01:00
## the same workgroup name if samba is used
2016-12-05 18:54:51 +01:00
# smb_workgroup="Manjaro"
2020-10-28 15:18:46 +01:00
## default system shell is bash
## '/etc/defaults/useradd': " "
## userShell : "/bin/zsh"
## empty value will not be used
# user_shell=" "
## use calamares office installer
## supported: true,false
# office_installer="false"
## 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.
## supported:: stable,candidate,beta,edge
# snap_channel="candidate"
########## calamares preferences ##########
# See /etc/manjaro-tools/branding.desc.d for reference
# These settings will override settings from manjaro-tools.conf
2020-10-28 15:18:46 +01:00
## welcome style for calamares
## true="Welcome to the %1 installer."
## false="Welcome to the Calamares installer for %1." (default)
# welcomestyle=false
## welcome image scaled (productWelcome)
# welcomelogo=true
## size and expansion policy for Calamares
## supported: normal,fullscreen,noexpand
# windowexp=noexpand
## size of Calamares window, expressed as w,h
## supported: pixel (px) or font-units (em))
# windowsize="800px,520px"
## placement of Calamares window
## supported: center,free
# windowplacement="center"
## colors for text and background components:
## background of the sidebar
# sidebarbackground=#454948
## text color
# sidebartext=#efefef
## background of the selected step
# sidebartextselect=#4d915e
## text color of the selected step
# sidebartexthighlight=#1a1c1b
################# live-session #################
2020-10-28 15:18:46 +01:00
## unset defaults to given value
# hostname="manjaro"
2020-10-28 15:18:46 +01:00
## unset defaults to given value
# username="manjaro"
2020-10-28 15:18:46 +01:00
## unset defaults to given value
# password="manjaro"
2020-10-28 15:18:46 +01:00
## the login shell
## defaults to bash
2017-02-21 15:46:20 +01:00
# login_shell=/bin/bash
2020-10-28 15:18:46 +01:00
## 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')
2020-10-28 15:18:46 +01:00
disable_systemd_live=('tlp' 'tlp-sleep')
~~~
2020-10-28 15:18:46 +01:00
### Packagelist tags
~~~
>systemd
>x86_64
>multilib
>nonfree_default
>nonfree_x86_64
>nonfree_multilib
>manjaro
2017-02-04 14:17:56 +01:00
>basic
>extra
~~~
2020-10-28 15:18:46 +01:00
### Packages-Root
2018-11-26 08:21:25 +01:00
* Contains root image packages
* ideally no xorg
2020-10-28 15:18:46 +01:00
### Packages-Desktop
2018-11-26 08:21:25 +01:00
* Contains the desktop image packages
* desktop environment packages go here
2020-10-28 15:18:46 +01:00
### Packages-Mhwd
2018-11-26 08:21:25 +01:00
* Contains the MHWD driver packages repo
2020-10-28 15:18:46 +01:00
### Packages-Live
2018-11-26 08:21:25 +01:00
* Contains packages you only want in live session but not installed on the target system with installer
* default files are in shared folder and can be symlinked or defined in a real file
2020-10-28 15:18:46 +01:00
### buildiso can be configured to use custom repos
* create a user-repos.conf
~~~
${profile_dir}/user-repos.conf
~~~
**Add only your repos to user-repos.conf!**
2016-12-05 18:52:22 +01:00
**Important**: Only online repos is allowed in the user-repos.conf. Buildiso will fail on file-based repos.
2020-10-28 15:18:46 +01:00
### Calamares
netgroups definitions go in [this](https://github.com/manjaro/calamares-netgroups) repo please