profile.conf-+ manjaro-tools profile.conf 1 profile.conf configuration file for the individual profiles profile.conf Description profile.conf is a configuration file used to modify how the ISO will be built. By default all the options in the file are commented, with a value equal to the default value. To change it just uncomment and put the desired value. Options The following options are understood: initsys= Takes (the default) or . Selecting and option will change how the hostname, the displaymanager and services will be configured. For services also controls if buildiso will use start_systemd... or start_openrc... to determine the default services that will be enabled automatically. displaymanager= Takes a value of lightdm, sddm, gdm, mdm, lxdm. Defaults to empty value, which wont configure any display manager. kernel= Takes a string corresponding to a manjaro kernel package (ex: linu310 or linux 310). efi_boot_loader= Takes grub or gummibot. Configures calamares to use that bootloader. plymouth_theme= Takes the name of the plymouth theme. It should be the directory of a valid plymouth theme installed in /usr/share/plymouth/themes/ start_systemd= Array of services that will be enabled in systemd systems. It has to match the names of .service systemd files. start_openrc= Array of services that will be enabled in openrc systems. hostname= Hostname for the ISO. username= Username of the default user that will be created in the live-cd. password= Password of the default user that will be created in the live-cd. addgroups= Default groups of the default user in the live-cd and the user created while installing the iso using calamares. start_systemd_live= Array of services that will be enabled in the systemd live-cd. It has to match the names of .service systemd files. start_openrc_live= Array of services that will be enabled in the openrc live-cd. See Also manjaro-tools.conf5, buildiso1,