From a50ba7fd95de62aec4e2c9f05b37497da681d171 Mon Sep 17 00:00:00 2001 From: udeved Date: Thu, 18 Feb 2016 00:50:11 +0100 Subject: [PATCH] update man #183 --- docbook/deployiso.xml | 5 +++ docbook/manjaro-tools.conf.xml | 81 +++++++++++++++++++++++++--------- 2 files changed, 66 insertions(+), 20 deletions(-) diff --git a/docbook/deployiso.xml b/docbook/deployiso.xml index e8a336f..6962769 100644 --- a/docbook/deployiso.xml +++ b/docbook/deployiso.xml @@ -88,6 +88,11 @@ Create new remote edition_type with subtree. + + + + Create a torrent from the source directory. + diff --git a/docbook/manjaro-tools.conf.xml b/docbook/manjaro-tools.conf.xml index 43378d4..cd64a73 100644 --- a/docbook/manjaro-tools.conf.xml +++ b/docbook/manjaro-tools.conf.xml @@ -168,26 +168,6 @@ - - - blacklist_trigger= - - Only useful when compiling packages against - eudev. List of packages that will trigger a package blacklist - defined with "blacklist=" when creating a chroot. By default - they are "('eudev' 'upower-pm-utils' 'eudev-systemdcompat')" - - - - - blacklist= - - List of packages that will be blacklisted when - creating a chroot. This list is only triggered when compiling - a packages in the "blacklist_trigger=" option. By default - "('libsystemd')" is blacklisted. - - @@ -296,12 +276,73 @@ + + Options for deployiso + + The following options are understood: + + + + buildset_iso= + + Default set for deployiso without the .set + extension. + + + + + remote_url= + + Default url to be used for upload. + + + + + remote_project= + + Default orject to be used for upload. + + + + + remote_target= + + Default server path to be used for upload. + + + + remote_user= + + Default user to be used for upload. + + + + limit= + + Default upload bandwidth limit. + + + tracker_url= + + Default tracker announce for the torrent. + + + + piece_size= + + Default priece size for the torrent in 2^n. + + + + See Also profiles.conf5, buildiso1, + deployiso1, + buildtree1, buildpkg1