Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ltsp-build-client(8) [debian man page]

ltsp-build-client(8)													      ltsp-build-client(8)

NAME
ltsp-build-client - Builds an LTSP client system for use with the LTSP server SYNOPSIS
ltsp-build-client <options> DESCRIPTION
ltsp-build-client builds an ltsp client chroot using standard packages for use with the ltsp server. This chroot installation can be mod- ified in a number of ways as outlined in the OPTIONS section. If present, defaults will be read from the configuration file /etc/ltsp/ltsp-build-client.conf, and will be overridden by using the command line options. ltsp-build-client is usually run as the root user. Visit http://www.ltsp.org for more information. OPTIONS
Not all options are available on all installations. For a complete list of available options, use the --help and --extra-help options. --arch arch Builds a chroot with the specified architecture. Must be a supported architecture of the distribution, and compatible with the host architecture. Defaults vary by distribution. --base dir Sets the default path for the ltsp chroots to be installed into. Defaults to /opt/ltsp/. --chroot file Sets the default name for the ltsp chroot. Defaults to the architecture selected with --arch or the running architecture. --config file Load configuration defaults from specified file. See CONFIG FILE below for more information. --exclude packages Sets packages to exclude from the initial client chroot. --extra-help Displays all available commandline options. --help Displays the ltsp-build-client help message. --mirror mirror_url Select the mirror to download packages from. file:/// and http:// URLs are supported. --purge-chroot Purges the existing LTSP chroot if present. CONFIG FILE
ltsp-build-client will read a configuration file to override built-in defaults. the default location for this configuration file is /etc/ltsp/ltsp-build-client.conf, and can be specified with the --conf commandline option. values are NAME="VALUE" pairs, with # representing commented lines. most commandline options have an equivalent. an example Debian based system with an alternate base location, architecture, and distribution: # set alternate default location for ltsp chroot (--base) BASE="/srv/ltsp" # build an amd64 chroot by default (--arch) ARCH="amd64" # build a Debian sid environment (--dist) DIST="sid" SEE ALSO
ltsp-update-sshkeys(8), ltsp-update-kernels(8). AVAILABILITY
ltsp-build-client is part of ltsp package and the latest versions are available in source form from https://launchpad.net/products/ltsp. MAN PAGE AUTHOR
Peter Savage - silentk - cbx33 debug@silentkeystroke.co.uk updated 2006, 2009 by Vagrant Cascadian <vagrant@freegeek.org>, 2011 by Wim Muskee <wimmuskee@gmail.com> 2011-08-11 ltsp-build-client(8)

Check Out this Related Man Page

dpkg-checkbuilddeps(1)						    dpkg suite						    dpkg-checkbuilddeps(1)

NAME
dpkg-checkbuilddeps - check build dependencies and conflicts SYNOPSIS
dpkg-checkbuilddeps [option...] [control-file] DESCRIPTION
This program checks the installed packages in the system against the build dependencies and build conflicts listed in the control file. If any are not met, it displays them and exits with a nonzero return code. By default, debian/control is read, but an alternate control filename may be specified on the command line. OPTIONS
--admindir=dir Change the location of the dpkg database (since dpkg 1.14.0). The default location is /var/lib/dpkg. -A Ignore Build-Depends-Arch and Build-Conflicts-Arch lines (since dpkg 1.16.4). Use when only arch-indep packages will be built, or combine with -B when only a source package is to be built. -B Ignore Build-Depends-Indep and Build-Conflicts-Indep lines. Use when only arch-dep packages will be built, or combine with -A when only a source package is to be built. -I Ignore built-in build depends and conflicts (since dpkg 1.18.2). These are implicit dependencies that are usually required on a specific distribution, the so called Build-Essential package set. -d build-depends-string -c build-conflicts-string Use the given build dependencies/conflicts instead of those contained in the debian/control file (since dpkg 1.14.17). -a arch Check build dependencies/conflicts assuming that the package described in the control file is to be built for the given host architecture instead of the architecture of the current system (since dpkg 1.16.2). -P profile[,...] Check build dependencies/conflicts assuming that the package described in the control file is to be built for the given build profile(s) (since dpkg 1.17.2). The argument is a comma-separated list of profile names. -?, --help Show the usage message and exit. --version Show the version and exit. ENVIRONMENT
DEB_BUILD_PROFILES If set, it will be used as the active build profile(s) for the package being built. It is a space separated list of profile names. Overridden by the -P option. 1.19.0.5 2018-04-16 dpkg-checkbuilddeps(1)
Man Page