Renaming --architecture to --architectures in preparation for multi-arch.

This commit is contained in:
Daniel Baumann 2010-12-05 14:27:08 +01:00
parent 78b95f094d
commit c5f79482d3
345 changed files with 603 additions and 603 deletions

View File

@ -69,7 +69,7 @@ else
LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
# Advanced bootstrap options
LB_ARCHITECTURE=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])architecture=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
LB_ARCHITECTURES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])architectures=[0-9a-z]+' | cut -f 2 -d '=' | head -n1)
LB_BOOTSTRAP_FLAVOUR=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])bootstrap_flavour=[a-z]+' | cut -f 2 -d '=' | head -n1)
LB_MIRROR_BOOTSTRAP=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])mirror_bootstrap=[-0-9a-zA-Z.~:/_]+' | cut -f 2 -d '=' | head -n1)
LB_MIRROR_BINARY=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])mirror_binary=[-0-9a-zA-Z.~:/_]+' | cut -f 2 -d '=' | head -n1)
@ -135,7 +135,7 @@ else
-e "s/LB_PACKAGE_LISTS/${LB_PACKAGE_LISTS}/" \
-e "s/LB_TASKS/${LB_TASKS}/" \
-e "s/LB_PACKAGES/${LB_PACKAGES}/" \
-e "s/LB_ARCHITECTURE/${LB_ARCHITECTURE}/" \
-e "s/LB_ARCHITECTURES/${LB_ARCHITECTURES}/" \
-e "s/LB_BOOTSTRAP_FLAVOUR/${LB_BOOTSTRAP_FLAVOUR}/" \
-e "s#LB_MIRROR_BOOTSTRAP#${LB_MIRROR_BOOTSTRAP}#" \
-e "s#LB_MIRROR_BINARY_SECURITY#${LB_MIRROR_BINARY_SECURITY}#" \
@ -186,7 +186,7 @@ LB_TASKS="${LB_TASKS}"
LB_PACKAGES="${LB_PACKAGES}"
# Advanced bootstrap options
LB_ARCHITECTURE="${LB_ARCHITECTURE}"
LB_ARCHITECTURES="${LB_ARCHITECTURES}"
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP}"
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY}"
LB_MIRROR_BINARY="${LB_MIRROR_BINARY}"
@ -226,7 +226,7 @@ LB_REPOSITORIES="${LB_REPOSITORIES}"
EOF
echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: add web build (${_BUILD}) from ${REMOTE_ADDR}." >> /var/log/live
echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architecture ${LB_ARCHITECTURE}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_NET_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architectures ${LB_ARCHITECTURES}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_NET_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live
fi
sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html

View File

@ -66,7 +66,7 @@ then
_EMAIL=`awk -F\" '/^_EMAIL=/{print $2}' ${_FILE}`
# Pull in the remote address, atchitecture, and distribution
_REMOTE_ADDR=`awk -F\" '/^REMOTE_ADDR=/{print $2}' ${_FILE}`
_LB_ARCHITECTURE=`awk -F\" '/^LB_ARCHITECTURE=/{print $2}' ${_FILE}`
_LB_ARCHITECTURES=`awk -F\" '/^LB_ARCHITECTURES=/{print $2}' ${_FILE}`
_LB_DISTRIBUTION=`awk -F\" '/^LB_DISTRIBUTION=/{print $2}' ${_FILE}`
_LB_PACKAGE_LISTS=`awk -F\" '/^LB_PACKAGE_LISTS=/{print $2}' ${_FILE}`
_LB_PACKAGES=`awk -F\" '/^LB_PACKAGES=/{print $2}' ${_FILE}`
@ -112,10 +112,10 @@ then
if [ "${_ERRORCONFIG}" -eq "0" ] && [ "${_ERRORBUILD}" -eq "0" ]
then
_STATUS="maybe-successful"
echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds
echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURES}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds
else
_STATUS="maybe-failed"
echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds
echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURES}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds
fi
sed -e "s/BUILD/${_BUILD}/g" \

View File

@ -8,14 +8,14 @@
## under certain conditions; see COPYING for details.
Check_architecture ()
Check_architectures ()
{
ARCHITECTURES="${@}"
VALID="false"
for ARCHITECTURE in ${ARCHITECTURES}
do
if [ "$(echo ${LB_ARCHITECTURE} | grep ${ARCHITECTURE})" ]
if [ "$(echo ${LB_ARCHITECTURES} | grep ${ARCHITECTURE})" ]
then
VALID="true"
break
@ -24,12 +24,12 @@ Check_architecture ()
if [ "${VALID}" = "false" ]
then
Echo_warning "skipping %s, foreign architecture." "${0}"
Echo_warning "skipping %s, foreign architecture(s)." "${0}"
exit 0
fi
}
Check_crossarchitecture ()
Check_crossarchitectures ()
{
if [ -x /usr/bin/dpkg ]
then
@ -52,12 +52,12 @@ Check_crossarchitecture ()
;;
esac
Check_architecture "${CROSS}"
Check_architectures "${CROSS}"
}
Check_multiarchitecture ()
Check_multiarchitectures ()
{
if [ "$(echo ${LB_ARCHITECTURE} | wc -w)" -gt "1" ]
if [ "$(echo ${LB_ARCHITECTURES} | wc -w)" -gt "1" ]
then
# First, only support multiarch on iso
case "${LB_BINARY_IMAGES}" in

View File

@ -16,7 +16,7 @@ Get_conffiles ()
else
for FILE in ${@}
do
FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURE} ${FILE}.${DISTRIBUTION}"
FILES="${FILES} ${FILE} ${FILE}.${LB_ARCHITECTURES} ${FILE}.${DISTRIBUTION}"
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||')"
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}"
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}"

View File

@ -245,22 +245,22 @@ Set_defaults ()
## config/bootstrap
# Setting architecture value
if [ -z "${LB_ARCHITECTURE}" ]
if [ -z "${LB_ARCHITECTURES}" ]
then
if [ -x "/usr/bin/dpkg" ]
then
LB_ARCHITECTURE="$(dpkg --print-architecture)"
LB_ARCHITECTURES="$(dpkg --print-architecture)"
else
case "$(uname -m)" in
sparc|powerpc)
LB_ARCHITECTURE="$(uname -m)"
LB_ARCHITECTURES="$(uname -m)"
;;
x86_64)
LB_ARCHITECTURE="amd64"
LB_ARCHITECTURES="amd64"
;;
*)
Echo_warning "Can't determine architecture, assuming i386"
LB_ARCHITECTURE="i386"
LB_ARCHITECTURES="i386"
;;
esac
fi
@ -298,7 +298,7 @@ Set_defaults ()
;;
ubuntu)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"
;;
@ -326,7 +326,7 @@ Set_defaults ()
;;
ubuntu)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu/"
;;
@ -356,7 +356,7 @@ Set_defaults ()
;;
ubuntu)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_CHROOT_VOLATILE="http://security.ubuntu.com/ubuntu/"
;;
@ -400,7 +400,7 @@ Set_defaults ()
;;
ubuntu)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"
;;
@ -426,7 +426,7 @@ Set_defaults ()
;;
ubuntu)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BINARY_SECURITY="http://archive.ubuntu.com/ubuntu/"
;;
@ -455,7 +455,7 @@ Set_defaults ()
;;
ubuntu)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BINARY_VOLATILE="http://security.ubuntu.com/ubuntu/"
;;
@ -542,7 +542,7 @@ Set_defaults ()
# Setting linux flavour string
if [ -z "${LB_LINUX_FLAVOURS}" ]
then
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
armel)
Echo_error "There is no default kernel flavour defined for your architecture."
Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
@ -552,7 +552,7 @@ Set_defaults ()
alpha)
case "${LB_MODE}" in
ubuntu)
Echo_error "Architecture ${LB_ARCHITECTURE} not supported on Ubuntu."
Echo_error "Architecture(s) ${LB_ARCHITECTURES} not supported on Ubuntu."
exit 1
;;
@ -613,7 +613,7 @@ Set_defaults ()
s390)
case "${LB_MODE}" in
ubuntu)
Echo_error "Architecture ${LB_ARCHITECTURE} not supported on Ubuntu."
Echo_error "Architecture(s) ${LB_ARCHITECTURES} not supported on Ubuntu."
exit 1
;;
@ -628,7 +628,7 @@ Set_defaults ()
;;
*)
Echo_error "Architecture ${LB_ARCHITECTURE} not yet supported (FIXME)"
Echo_error "Architecture(s) ${LB_ARCHITECTURES} not yet supported (FIXME)"
exit 1
;;
esac
@ -788,7 +788,7 @@ Set_defaults ()
## config/binary
# Setting image filesystem
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
sparc)
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-ext2}"
;;
@ -801,7 +801,7 @@ Set_defaults ()
# Setting image type
case "${LB_DISTRIBUTION}" in
squeeze|sid)
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_BINARY_IMAGES="${LB_BINARY_IMAGES:-iso-hybrid}"
;;
@ -828,7 +828,7 @@ Set_defaults ()
# Setting bootloader
if [ -z "${LB_BOOTLOADER}" ]
then
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_BOOTLOADER="syslinux"
;;
@ -992,7 +992,7 @@ Set_defaults ()
debian-release)
eval VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
LB_ISO_VOLUME="Debian ${VERSION} ${LB_ARCHITECTURE} live"
LB_ISO_VOLUME="Debian ${VERSION} ${LB_ARCHITECTURES} live"
;;
emdebian)
@ -1011,7 +1011,7 @@ Set_defaults ()
# Setting win32-loader option
if [ "${LB_MODE}" != "ubuntu" ]
then
case "${LB_ARCHITECTURE}" in
case "${LB_ARCHITECTURES}" in
amd64|i386)
if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
then

View File

@ -7,7 +7,7 @@
## Packages available as of lenny
#if ARCHITECTURE amd64 i386
#if ARCHITECTURES amd64 i386
ext3grep
galleta
gpart

View File

@ -11,16 +11,16 @@ scalpel
# Bootloaders
syslinux-common
#if ARCHITECTURE amd64 i386
#if ARCHITECTURES amd64 i386
grub lilo mbr syslinux
#endif
#if ARCHITECTURE hppa
#if ARCHITECTURES hppa
palo
#endif
# System
gnupg dash discover gawk htop less lsof ltrace psmisc screen strace units
#if ARCHITECTURE i386
#if ARCHITECTURES i386
pstack
#endif
tcsh
@ -42,13 +42,13 @@ fsarchiver
chiark-utils-bin
# System
#if ARCHITECTURE amd64 i386
#if ARCHITECTURES amd64 i386
dmidecode mcelog cpuburn
#endif
lshw pciutils procinfo usbutils
sysstat stress
#if ARCHITECTURE i386 powerpc
#if ARCHITECTURES i386 powerpc
read-edid
#endif
@ -265,7 +265,7 @@ sleuthkit
dosfstools mscompress chntpw pptpd pptp-linux
# unsorted
#if ARCHITECTURE amd64 i386
#if ARCHITECTURES amd64 i386
cpuid x86info
#endif
hwinfo
@ -310,6 +310,6 @@ hostapd
emacs23-nox
build-essential gdb gfortran gnat
#if ARCHITECTURE i386
#if ARCHITECTURES i386
bin86
#endif

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_encryption\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_local\-packagelists\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_net\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_usb\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_apt\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_cache\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_debianchroot\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_devpts\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_dpkg\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_hacks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_hooks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_hostname\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_hosts\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_install\-packages\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_interactive\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_linux\-image\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-hooks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-includes\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packages\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-patches\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_localization\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_packagelists\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_packages\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_preseed\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_proc\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_resolv\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_sources\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_sysfs\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_sysvinit\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_tasks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb chroot_upstart\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -34,7 +34,7 @@
.br
[\fB\-\-apt\-secure\fP true|false]
.br
[\-a|\fB\-\-architecture\fP \fIARCHITECTURE\fP]
[\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP]
.br
[\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|net|tar|usb\-hdd]
.br
@ -275,7 +275,7 @@ defines if apt should install recommended packages automatically. By
default, this is true except in emdebian mode.
.IP "\fB\-\-apt\-secure\fP true|false" 4
defines if apt should check repository signatures. This is true by default.
.IP "\-a|\fB\-\-architecture\fP \fIARCHITECTURE\fP" 4
.IP "\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP" 4
defines the architecture of the to be build image. By default, this is set
to the host architecture. Note that you cannot crossbuild for another
architecture if your host system is not able to execute binaries for the

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb local\fP \- wrapper for local live\-build programs

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_checksums\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_debian\-live\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_debian\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_disk\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_iso\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_net\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_tar\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_usb\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb source_virtual\-hdd\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 7 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_encryption\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-29 3.0~a8 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-12\-05 3.0~a8 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fR \- Complete the binary stage

Some files were not shown because too many files have changed in this diff Show More