[docbook] update *.conf.xml

This commit is contained in:
udeved 2015-06-06 13:14:32 +02:00
parent 72648f7271
commit e690038cc9
2 changed files with 413 additions and 413 deletions

View file

@ -23,285 +23,285 @@
<refentry id="profile.conf" xmlns:xi="http://www.w3.org/2001/XInclude"> <refentry id="profile.conf" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo> <refentryinfo>
<title>profile.conf-+</title> <title>profile.conf-+</title>
<productname>manjaro-tools</productname> <productname>manjaro-tools</productname>
<authorgroup> <authorgroup>
<author> <author>
<contrib></contrib> <contrib></contrib>
<firstname></firstname> <firstname></firstname>
<surname></surname> <surname></surname>
<email></email> <email></email>
</author> </author>
</authorgroup> </authorgroup>
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>manjaro-tools.conf</refentrytitle> <refentrytitle>manjaro-tools.conf</refentrytitle>
<manvolnum>5</manvolnum> <manvolnum>5</manvolnum>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>manjaro-tools.conf</refname> <refname>manjaro-tools.conf</refname>
<refpurpose>general configuration file for manjaro-tools</refpurpose> <refpurpose>general configuration file for manjaro-tools</refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<para><filename>manjaro-tools.conf</filename></para> <para><filename>manjaro-tools.conf</filename></para>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para>manjaro-tools.conf is a general configuration file for all manjaro-tools binaries. </para> <para>manjaro-tools.conf is a general configuration file for all manjaro-tools binaries. </para>
<para>By default all the options in the file are commented, with a value equal to the <para>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.</para> default value. To change it just uncomment and put the desired value.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>General options for all tools</title> <title>General options for all tools</title>
<para>The following options are understood and used for various tools:</para> <para>The following options are understood and used for various tools:</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><varname>branch=</varname></term> <term><varname>branch=</varname></term>
<listitem><para>Takes <option>stable</option> (the default), <listitem><para>Takes <option>stable</option> (the default),
<option>testing</option> or <option>unstable</option>. It defines <option>testing</option> or <option>unstable</option>. It defines
against which repository will be used when compilling packages against which repository will be used when compilling packages
with buildpkg. with buildpkg.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>arch=</varname></term> <term><varname>arch=</varname></term>
<listitem><para>Takes <option>i686</option> or <option>x86_64</option>. <listitem><para>Takes <option>i686</option> or <option>x86_64</option>.
By default it will try to autodetect the current architecture. By default it will try to autodetect the current architecture.
It defines in witch architecture the packages will be built with It defines in witch architecture the packages will be built with
buildpkg. buildpkg.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><varname>cache_dir=</varname></term>
<listitem><para>Cache dir where buildpkg and buildise will cache <varlistentry>
packages. Default is "/var/cache/manjaro-tools". <term><varname>cache_dir=</varname></term>
</para></listitem>
</varlistentry>
<varlistentry> <listitem><para>Cache dir where buildpkg and buildise will cache
<term><varname>chroots_dir=</varname></term> packages. Default is "/var/cache/manjaro-tools".
</para></listitem>
</varlistentry>
<listitem><para>Build dir where buildpkg or buildiso chroot
environment will be created. Default is "/var/lib/manjaro-tools".
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>sets_dir=</varname></term>
<listitem><para>Directory where buildpkg and buildiso will <varlistentry>
search for sets. Default is "/etc/manjaro-tools/sets". <term><varname>chroots_dir=</varname></term>
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Options for buildtree</title>
<para>The following options are understood:</para> <listitem><para>Build dir where buildpkg or buildiso chroot
environment will be created. Default is "/var/lib/manjaro-tools".
</para></listitem>
</varlistentry>
<variablelist> <varlistentry>
<varlistentry> <term><varname>sets_dir=</varname></term>
<term><varname>repo_tree=</varname></term>
<listitem><para>Manjaro package tree. Default is <listitem><para>Directory where buildpkg and buildiso will
"('core' 'extra' 'community' 'multilib' 'openrc')". search for sets. Default is "/etc/manjaro-tools/sets".
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
</variablelist>
<varlistentry> </refsect1>
<term><varname>host_tree=</varname></term>
<listitem><para>Host tree. Default is "https://github.com/manjaro". <refsect1>
</para></listitem> <title>Options for buildtree</title>
</varlistentry>
<varlistentry> <para>The following options are understood:</para>
<term><varname>host_tree_abs=</varname></term>
<listitem><para>Host tree for abs. Default is <variablelist>
"https://projects.archlinux.org/git/svntogit". <varlistentry>
</para></listitem> <term><varname>repo_tree=</varname></term>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Options for buildpkg</title>
<para>The following options are understood:</para> <listitem><para>Manjaro package tree. Default is
"('core' 'extra' 'community' 'multilib' 'openrc')".
</para></listitem>
</varlistentry>
<variablelist> <varlistentry>
<varlistentry> <term><varname>host_tree=</varname></term>
<term><varname>buildset_pkg=</varname></term>
<listitem><para>Default set for buildpkg without the .set <listitem><para>Host tree. Default is "https://github.com/manjaro".
extension. </para></listitem>
</para></listitem> </varlistentry>
</varlistentry>
<varlistentry>
<term><varname>build_mirror=</varname></term>
<listitem><para>Default mirror to be used when building
packages.
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><varname>blacklist_trigger=</varname></term> <term><varname>host_tree_abs=</varname></term>
<listitem><para>Only useful when compiling packages against <listitem><para>Host tree for abs. Default is
eudev. List of packages that will trigger a package blacklist "https://projects.archlinux.org/git/svntogit".
defined with "blacklist=" when creating a chroot. By default </para></listitem>
they are "('eudev' 'upower-pm-utils' 'eudev-systemdcompat')" </varlistentry>
</para></listitem> </variablelist>
</varlistentry> </refsect1>
<varlistentry>
<term><varname>blacklist=</varname></term>
<listitem><para>List of packages that will be blacklisted when <refsect1>
creating a chroot. This list is only triggered when compiling <title>Options for buildpkg</title>
a packages in the "blacklist_trigger=" option. By default
"('libsystemd')" is blacklisted.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>Options for buildiso</title>
<para>The following options are understood:</para> <para>The following options are understood:</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><varname>buildset_iso=</varname></term> <term><varname>buildset_pkg=</varname></term>
<listitem><para>Default set for buildiso without the .set <listitem><para>Default set for buildpkg without the .set
extension. extension.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<!-- TODO: We should tell where exactly this is used -->
<term><varname>dist_name=</varname></term>
<listitem><para>Name of the distribution. <varlistentry>
</para></listitem> <term><varname>build_mirror=</varname></term>
</varlistentry>
<varlistentry> <listitem><para>Default mirror to be used when building
<!-- TODO: We should tell where exactly this is used --> packages.
<term><varname>dist_release=</varname></term> </para></listitem>
</varlistentry>
<listitem><para>Release of the distribution.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>dist_codename=</varname></term>
<listitem><para>Codename of this release. It's the value <varlistentry>
of DISTRIB_CODENAME in /etc/lsb-release. <term><varname>blacklist_trigger=</varname></term>
</para></listitem>
</varlistentry>
<varlistentry> <listitem><para>Only useful when compiling packages against
<!-- TODO: We should tell where exactly this is used --> eudev. List of packages that will trigger a package blacklist
<term><varname>dist_branding=</varname></term> defined with "blacklist=" when creating a chroot. By default
they are "('eudev' 'upower-pm-utils' 'eudev-systemdcompat')"
</para></listitem>
</varlistentry>
<listitem><para>Branding of the distribution. <varlistentry>
</para></listitem> <term><varname>blacklist=</varname></term>
</varlistentry>
<varlistentry> <listitem><para>List of packages that will be blacklisted when
<!-- TODO: We should tell where exactly this is used --> creating a chroot. This list is only triggered when compiling
<term><varname>dist_version=</varname></term> a packages in the "blacklist_trigger=" option. By default
"('libsystemd')" is blacklisted.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<listitem><para>Version of the distributions. It defaults to <refsect1>
the current date "date +%Y.%m". Example: 15.04 <title>Options for buildiso</title>
</para></listitem>
</varlistentry>
<varlistentry> <para>The following options are understood:</para>
<!-- TODO: We should tell where exactly this is used -->
<term><varname>iso_name=</varname></term>
<listitem><para>Name of the iso. <variablelist>
</para></listitem> <varlistentry>
</varlistentry> <term><varname>buildset_iso=</varname></term>
<varlistentry> <listitem><para>Default set for buildiso without the .set
<!-- TODO: We should tell where exactly this is used --> extension.
<term><varname>iso_publisher=</varname></term> </para></listitem>
</varlistentry>
<listitem><para>Publisher of the iso. <varlistentry>
</para></listitem> <!-- TODO: We should tell where exactly this is used -->
</varlistentry> <term><varname>dist_name=</varname></term>
<varlistentry> <listitem><para>Name of the distribution.
<!-- TODO: We should tell where exactly this is used --> </para></listitem>
<term><varname>iso_app_id=</varname></term> </varlistentry>
<listitem><para>Application ID of the iso.
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<!-- TODO: Need list of other available compressions --> <!-- TODO: We should tell where exactly this is used -->
<term><varname>iso_compression=</varname></term> <term><varname>dist_release=</varname></term>
<listitem><para>Defaults compression that will be used <listitem><para>Release of the distribution.
when creating the various images. Defaults to xz. </para></listitem>
</para></listitem> </varlistentry>
</varlistentry>
<varlistentry>
<term><varname>iso_checksum=</varname></term>
<listitem><para>Checksum that will be created against the <varlistentry>
final .iso file. Can be <option>md5</option> (the default), <term><varname>dist_codename=</varname></term>
<option>sha1</option>, <option>sha256</option>,
<option>sha384</option> or <option>sha512</option>.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1> <listitem><para>Codename of this release. It's the value
<title>See Also</title> of DISTRIB_CODENAME in /etc/lsb-release.
<para> </para></listitem>
<citerefentry project='manjaro-tools'><refentrytitle>profiles.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, </varlistentry>
<citerefentry project='manjaro-tools'><refentrytitle>buildiso</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry project='manjaro-tools'><refentrytitle>buildpkg</refentrytitle><manvolnum>1</manvolnum></citerefentry> <varlistentry>
</para> <!-- TODO: We should tell where exactly this is used -->
</refsect1> <term><varname>dist_branding=</varname></term>
<listitem><para>Branding of the distribution.
</para></listitem>
</varlistentry>
<varlistentry>
<!-- TODO: We should tell where exactly this is used -->
<term><varname>dist_version=</varname></term>
<listitem><para>Version of the distributions. It defaults to
the current date "date +%Y.%m". Example: 15.04
</para></listitem>
</varlistentry>
<varlistentry>
<!-- TODO: We should tell where exactly this is used -->
<term><varname>iso_name=</varname></term>
<listitem><para>Name of the iso.
</para></listitem>
</varlistentry>
<varlistentry>
<!-- TODO: We should tell where exactly this is used -->
<term><varname>iso_publisher=</varname></term>
<listitem><para>Publisher of the iso.
</para></listitem>
</varlistentry>
<varlistentry>
<!-- TODO: We should tell where exactly this is used -->
<term><varname>iso_app_id=</varname></term>
<listitem><para>Application ID of the iso.
</para></listitem>
</varlistentry>
<varlistentry>
<!-- TODO: Need list of other available compressions -->
<term><varname>iso_compression=</varname></term>
<listitem><para>Defaults compression that will be used
when creating the various images. Defaults to xz.
</para></listitem>
</varlistentry>
<varlistentry>
<term><varname>iso_checksum=</varname></term>
<listitem><para>Checksum that will be created against the
final .iso file. Can be <option>md5</option> (the default),
<option>sha1</option>, <option>sha256</option>,
<option>sha384</option> or <option>sha512</option>.
</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>See Also</title>
<para>
<citerefentry project='manjaro-tools'><refentrytitle>profiles.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry project='manjaro-tools'><refentrytitle>buildiso</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry project='manjaro-tools'><refentrytitle>buildpkg</refentrytitle><manvolnum>1</manvolnum></citerefentry>
</para>
</refsect1>
</refentry> </refentry>

View file

@ -24,236 +24,236 @@
<refentry id="profile.conf" xmlns:xi="http://www.w3.org/2001/XInclude"> <refentry id="profile.conf" xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo> <refentryinfo>
<title>profile.conf-+</title> <title>profile.conf-+</title>
<productname>manjaro-tools</productname> <productname>manjaro-tools</productname>
<authorgroup> <authorgroup>
<author> <author>
<contrib></contrib> <contrib></contrib>
<firstname></firstname> <firstname></firstname>
<surname></surname> <surname></surname>
<email></email> <email></email>
</author> </author>
</authorgroup> </authorgroup>
</refentryinfo> </refentryinfo>
<refmeta> <refmeta>
<refentrytitle>profile.conf</refentrytitle> <refentrytitle>profile.conf</refentrytitle>
<manvolnum>5</manvolnum> <manvolnum>5</manvolnum>
</refmeta> </refmeta>
<refnamediv> <refnamediv>
<refname>profile.conf</refname> <refname>profile.conf</refname>
<refpurpose>configuration file for the individual profiles </refpurpose> <refpurpose>configuration file for the individual profiles </refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>
<para><filename>profile.conf</filename></para> <para><filename>profile.conf</filename></para>
</refsynopsisdiv> </refsynopsisdiv>
<refsect1> <refsect1>
<title>Description</title> <title>Description</title>
<para>profile.conf is a configuration file used to modify how the ISO will be built. </para> <para>profile.conf is a configuration file used to modify how the ISO will be built. </para>
<para>By default all the options in the file are commented, with a value equal to the <para>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.</para> default value. To change it just uncomment and put the desired value.</para>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>Options</title> <title>Options</title>
<para>The following options are understood:</para> <para>The following options are understood:</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><varname>initsys=</varname></term> <term><varname>initsys=</varname></term>
<listitem><para>Takes <option>systemd</option> (the default) <listitem><para>Takes <option>systemd</option> (the default)
or <option>openrc</option>. Selecting and option will change or <option>openrc</option>. Selecting and option will change
how the hostname, the displaymanager and services will be configured. how the hostname, the displaymanager and services will be configured.
For services also controls if buildiso will use start_systemd and For services also controls if buildiso will use start_systemd and
start_systemd_live or start_openrc and start_openrc_live to determine start_systemd_live or start_openrc and start_openrc_live to determine
the default services that will be enabled automatically. the default services that will be enabled automatically.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>displaymanager=</varname></term> <term><varname>displaymanager=</varname></term>
<listitem><para>Takes a value of <listitem><para>Takes a value of
<option>lightdm</option>, <option>lightdm</option>,
<option>sddm</option>, <option>sddm</option>,
<option>gdm</option>, <option>gdm</option>,
<option>mdm</option>, <option>mdm</option>,
<option>lxdm</option>. Defaults to "none" value, <option>lxdm</option>. Defaults to "none" value,
which won't configure any display manager. which won't configure any display manager.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>autologin=</varname></term> <term><varname>autologin=</varname></term>
<listitem><para>Accepts <listitem><para>Accepts
<option>true</option> (the default) <option>true</option> (the default)
<option>false</option>.</para> <option>false</option>.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>default_desktop_executable=</varname></term> <term><varname>default_desktop_executable=</varname></term>
<term><varname>default_desktop_file=</varname></term> <term><varname>default_desktop_file=</varname></term>
<listitem><para>Executable and desktop file used to set witch <listitem><para>Executable and desktop file used to set witch
desktop environment the display manager will run by default. desktop environment the display manager will run by default.
default_desktop_executable= defines a binary in /usr/bin and default_desktop_executable= defines a binary in /usr/bin and
default_desktop_file a .desktop file in /usr/share/xsessions, default_desktop_file a .desktop file in /usr/share/xsessions,
skipping the .desktop part. skipping the .desktop part.
<screen> <screen>
default_desktop_executable=startxfce4 default_desktop_executable=startxfce4
default_desktop_file=xfce default_desktop_file=xfce
</screen> </screen>
If one or both values are not set or "none" (the default) buildiso If one or both values are not set or "none" (the default) buildiso
will try to autodetect the desktop environment. will try to autodetect the desktop environment.
</para> </para>
<para> <para>
Incomplete list of possible values: Incomplete list of possible values:
</para> </para>
<screen> <screen>
Desktop Desktop executable Desktop file Desktop Desktop executable Desktop file
-------------------------------------------------------- --------------------------------------------------------
Budgie budgie-session budgie-session Budgie budgie-session budgie-session
Cinnamon cinnamon-session cinnamon-session Cinnamon cinnamon-session cinnamon-session
Enlightenment enlightenment_start enlightenment Enlightenment enlightenment_start enlightenment
Gnome gnome-session gnome Gnome gnome-session gnome
i3 i3 i3 i3 i3 i3
KDE Plasma 4 startkde kde-plasma KDE Plasma 4 startkde kde-plasma
KDE Plasma 5 startkde plasma KDE Plasma 5 startkde plasma
LXDE lxsession LXDE LXDE lxsession LXDE
LXDE startlxde LXDE LXDE startlxde LXDE
LXQt lxqt-session lxqt LXQt lxqt-session lxqt
Mate mate-session mate Mate mate-session mate
Openbox openbox-session openbox Openbox openbox-session openbox
Pantheon pantheon-session pantheon Pantheon pantheon-session pantheon
PekWM pekwm pekwm PekWM pekwm pekwm
Xfce startxfce4 xfce Xfce startxfce4 xfce
</screen> </screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>kernel=</varname></term> <term><varname>kernel=</varname></term>
<listitem><para>Takes a string corresponding to a <listitem><para>Takes a string corresponding to a
manjaro kernel package (ex: linux318 for linux 3.18). manjaro kernel package (ex: linux318 for linux 3.18).
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>efi_boot_loader=</varname></term> <term><varname>efi_boot_loader=</varname></term>
<listitem><para>Takes grub or gummibot. Configures <listitem><para>Takes grub or gummibot. Configures
calamares to use that bootloader. calamares to use that bootloader.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>efi_part_size=</varname></term> <term><varname>efi_part_size=</varname></term>
<listitem><para>Size in MiB of the fat partition where <listitem><para>Size in MiB of the fat partition where
the kernel is. This is useful if you add extra hooks the kernel is. This is useful if you add extra hooks
in the mkinitcpio.conf and it's to big to fit in the in the mkinitcpio.conf and it's to big to fit in the
partition. The default is "32M". partition. The default is "32M".
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>plymouth_theme=</varname></term> <term><varname>plymouth_theme=</varname></term>
<listitem><para>Takes the name of the plymouth <listitem><para>Takes the name of the plymouth
theme. It should be the directory of a valid theme. It should be the directory of a valid
plymouth theme installed in /usr/share/plymouth/themes/ plymouth theme installed in /usr/share/plymouth/themes/
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>start_systemd=</varname></term> <term><varname>start_systemd=</varname></term>
<listitem><para>Array of services that will be <listitem><para>Array of services that will be
enabled in systemd systems. It has to match enabled in systemd systems. It has to match
the names of .service systemd files. the names of .service systemd files.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>start_openrc=</varname></term> <term><varname>start_openrc=</varname></term>
<listitem><para>Array of services that will be <listitem><para>Array of services that will be
enabled in openrc systems. enabled in openrc systems.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>hostname=</varname></term> <term><varname>hostname=</varname></term>
<listitem><para>Hostname for the ISO. <listitem><para>Hostname for the ISO.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>username=</varname></term> <term><varname>username=</varname></term>
<listitem><para>Username of the default user <listitem><para>Username of the default user
that will be created in the live-cd. that will be created in the live-cd.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>password=</varname></term> <term><varname>password=</varname></term>
<listitem><para>Password of the default user <listitem><para>Password of the default user
that will be created in the live-cd. that will be created in the live-cd.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>addgroups=</varname></term> <term><varname>addgroups=</varname></term>
<listitem><para>Default groups of the default user <listitem><para>Default groups of the default user
in the live-cd and the user created while installing in the live-cd and the user created while installing
the iso using calamares. the iso using calamares.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>start_systemd_live=</varname></term> <term><varname>start_systemd_live=</varname></term>
<listitem><para>Array of services that will be <listitem><para>Array of services that will be
enabled in the systemd live-cd. It has to match enabled in the systemd live-cd. It has to match
the names of .service systemd files. the names of .service systemd files.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>start_openrc_live=</varname></term> <term><varname>start_openrc_live=</varname></term>
<listitem><para>Array of services that will be <listitem><para>Array of services that will be
enabled in the openrc live-cd. enabled in the openrc live-cd.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</refsect1> </refsect1>
<refsect1> <refsect1>
<title>See Also</title> <title>See Also</title>
<para> <para>
<citerefentry project='manjaro-tools'><refentrytitle>manjaro-tools.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry project='manjaro-tools'><refentrytitle>manjaro-tools.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry project='manjaro-tools'><refentrytitle>buildiso</refentrytitle><manvolnum>1</manvolnum></citerefentry>, <citerefentry project='manjaro-tools'><refentrytitle>buildiso</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
</para> </para>
</refsect1> </refsect1>
</refentry> </refentry>