Renaming 'packages lists' to 'package lists' all over the place.

This commit is contained in:
Daniel Baumann 2010-11-23 12:31:15 +01:00
parent 813f5227ab
commit 68e8fd157e
337 changed files with 17155 additions and 17155 deletions

View File

@ -64,7 +64,7 @@ else
# Standard options
LB_BINARY_IMAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])binary_images=[-a-z]+' | cut -f 2 -d '=' | head -n1)
LB_DISTRIBUTION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])distribution=[a-z]+' | cut -f 2 -d '=' | head -n1)
LB_PACKAGES_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
LB_PACKAGE_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])package_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1)
LB_TASKS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])tasks=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1)
@ -132,7 +132,7 @@ else
-e "s/EMAIL/${_EMAIL}/" \
-e "s/LB_BINARY_IMAGES/${LB_BINARY_IMAGES}/" \
-e "s/LB_DISTRIBUTION/${LB_DISTRIBUTION}/" \
-e "s/LB_PACKAGES_LISTS/${LB_PACKAGES_LISTS}/" \
-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}/" \
@ -181,7 +181,7 @@ REMOTE_ADDR="${REMOTE_ADDR}"
# Standard options
LB_BINARY_IMAGES="${LB_BINARY_IMAGES}"
LB_DISTRIBUTION="${LB_DISTRIBUTION}"
LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS}"
LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}"
LB_TASKS="${LB_TASKS}"
LB_PACKAGES="${LB_PACKAGES}"
@ -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}|packages_lists ${LB_PACKAGES_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}|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
fi
sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html

View File

@ -68,7 +68,7 @@ then
_REMOTE_ADDR=`awk -F\" '/^REMOTE_ADDR=/{print $2}' ${_FILE}`
_LB_ARCHITECTURE=`awk -F\" '/^LB_ARCHITECTURE=/{print $2}' ${_FILE}`
_LB_DISTRIBUTION=`awk -F\" '/^LB_DISTRIBUTION=/{print $2}' ${_FILE}`
_LB_PACKAGES_LISTS=`awk -F\" '/^LB_PACKAGES_LISTS=/{print $2}' ${_FILE}`
_LB_PACKAGE_LISTS=`awk -F\" '/^LB_PACKAGE_LISTS=/{print $2}' ${_FILE}`
_LB_PACKAGES=`awk -F\" '/^LB_PACKAGES=/{print $2}' ${_FILE}`
# Pull in the custom bootstrap
_CUSTOM_BOOTSTRAP=`awk -F\" '/^_CUSTOM_BOOTSTRAP=/{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_PACKAGES_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds
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
else
_STATUS="maybe-failed"
echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGES_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds
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
fi
sed -e "s/BUILD/${_BUILD}/g" \

View File

@ -682,7 +682,7 @@ Set_defaults ()
;;
*)
LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS:-standard}"
LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}"
;;
esac
@ -700,7 +700,7 @@ Set_defaults ()
esac
# Setting tasks string
for LIST in ${LB_PACKAGES_LISTS}
for LIST in ${LB_PACKAGE_LISTS}
do
case "${LIST}" in
stripped|minimal)
@ -708,7 +708,7 @@ Set_defaults ()
;;
gnome-desktop)
LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11"
case "${LB_DISTRIBUTION}" in
lenny)
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||') standard gnome-desktop desktop"
@ -721,7 +721,7 @@ Set_defaults ()
;;
kde-desktop)
LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|kde-desktop||') standard-x11"
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|kde-desktop||') standard-x11"
case "${LB_DISTRIBUTION}" in
lenny)
@ -734,7 +734,7 @@ Set_defaults ()
;;
lxde-desktop)
LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|lxde-desktop||') standard-x11"
case "${LB_DISTRIBUTION}" in
lenny)
@ -748,7 +748,7 @@ Set_defaults ()
;;
xfce-desktop)
LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|xfce-desktop||') standard-x11"
case "${LB_DISTRIBUTION}" in
lenny)
@ -763,7 +763,7 @@ Set_defaults ()
esac
done
LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's| ||g')"
LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's| ||g')"
LB_TASKS="$(echo ${LB_TASKS} | sed -e 's| ||g')"
# Setting security updates option
@ -818,7 +818,7 @@ Set_defaults ()
esac
# Setting apt indices
if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b"
if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
then
LB_APT_INDICES="${LB_APT_INDICES:-none}"
else
@ -1112,12 +1112,12 @@ Check_defaults ()
fi
fi
if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b"
if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
then
# aptitude + stripped|minimal
if [ "${LB_APT}" = "aptitude" ]
then
Echo_warning "You selected LB_PACKAGES_LISTS='%s' and LB_APT='aptitude'" "${LB_PACKAGES_LIST}. This configuration is potentially unsafe, as aptitude is not used in the stripped/minimal package lists."
Echo_warning "You selected LB_PACKAGE_LISTS='%s' and LB_APT='aptitude'" "${LB_PACKAGE_LIST}. This configuration is potentially unsafe, as aptitude is not used in the stripped/minimal package lists."
fi
fi
@ -1174,7 +1174,7 @@ Check_defaults ()
Echo_warning "You have specified a value of LB_ISO_VOLUME that is too long; the maximum length is 32 characters."
fi
if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b"
if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b"
then
if [ "${LB_APT_INDICES}" = "true" ]
then

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fP \- Complete the binary stage

View File

@ -3,22 +3,22 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb binary_local\-packageslists\fP \- Complete the binary stage
\fBlb binary_local\-packagelists\fP \- Complete the binary stage
.SH SYNOPSIS
\fBlb binary_local\-packageslists\fP [\fIlive\-build options\fP]
\fBlb binary_local\-packagelists\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb binary_local\-packageslists\fP is a low\-level command (plumbing) of
\fBlb binary_local\-packagelists\fP is a low\-level command (plumbing) of
\fIlive\-build\fP(7), the Debian Live tool suite.
.PP
.\" FIXME
.SH OPTIONS
\fBlb binary_local\-packageslists\fP has no specific options but understands all
\fBlb binary_local\-packagelists\fP has no specific options but understands all
generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
generic live\-build options.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-includes\fP \- Complete the chroot stage

View File

@ -3,22 +3,22 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packageslists\fP \- Complete the chroot stage
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
.SH SYNOPSIS
\fBlb chroot_local\-packageslists\fP [\fIlive\-build options\fP]
\fBlb chroot_local\-packagelists\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb chroot_local\-packageslists\fP is a low\-level command (plumbing) of
\fBlb chroot_local\-packagelists\fP is a low\-level command (plumbing) of
\fIlive\-build\fP(7), the Debian Live tool suite.
.PP
.\" FIXME
.SH OPTIONS
\fBlb chroot_local\-packageslists\fP has no specific options but understands all
\fBlb chroot_local\-packagelists\fP has no specific options but understands all
generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
generic live\-build options.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb chroot_localization\fP \- Complete the chroot stage

View File

@ -3,22 +3,22 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb chroot_packageslists\fP \- Complete the chroot stage
\fBlb chroot_packagelists\fP \- Complete the chroot stage
.SH SYNOPSIS
\fBlb chroot_packageslists\fP [\fIlive\-build options\fP]
\fBlb chroot_packagelists\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb chroot_packageslists\fP is a low\-level command (plumbing) of
\fBlb chroot_packagelists\fP is a low\-level command (plumbing) of
\fIlive\-build\fP(7), the Debian Live tool suite.
.PP
.\" FIXME
.SH OPTIONS
\fBlb chroot_packageslists\fP has no specific options but understands all
\fBlb chroot_packagelists\fP has no specific options but understands all
generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all
generic live\-build options.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -164,7 +164,7 @@
.br
[\fB\-\-net\-tarball\fP bzip2|gzip|tar|none]
.br
[\-p|\fB\-\-packages\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
[\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
.br
[\fB\-\-packages\fP \fIPACKAGE\fP|\fI"PACKAGES"\fP]
.br
@ -592,11 +592,11 @@ defines the format of the netboot image. Choosing tar results in a not
compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed
tarball. Choosing none leads to no tarball at all, the plain binary
directory is considered the output in this case. Default is gzip.
.IP "\-p|\fB\-\-packages\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
.IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
defines which lists available in /usr/share/live/build/lists should be
used. By default, this is set to standard. Note that in case you have local
packages lists, you don't need to list them here. Putting them into
config/chroot_local\-packageslists is enough (the filename needs to have the
package lists, you don't need to list them here. Putting them into
config/chroot_local\-packagelists is enough (the filename needs to have the
\&.list suffix though).
.IP "\fB\-\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
defines one or more packages to be installed in the live system. This is a
@ -653,7 +653,7 @@ defines one or more package tasks to be installed in the live system. This
is a quick and convenient way to get a reasonable default selection of
packages suitable for most users when building an image, but it results in
quite big images. If you want to have finer grained package selections,
local packages lists should be used instead.
local package lists should be used instead.
.IP "\fB\-\-templates\fP \fIPATH\fP" 4
sets the path to the templates that live\-build is going to use, e.g. for
bootloaders. By default, this is set to /usr/share/live/build/templates/.

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 7 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
@ -154,8 +154,8 @@ apply local patches against chroot
use debconf local preseeding file
.IP \fBlb_chroot_packages\fP(1) 4
queue install of packages into chroot
.IP \fBlb_chroot_packageslists\fP(1) 4
queue install of packages lists into chroot
.IP \fBlb_chroot_packagelists\fP(1) 4
queue install of package lists into chroot
.IP \fBlb_chroot_preseed\fP(1) 4
use debconf preseeding file
.IP \fBlb_chroot_proc\fP(1) 4
@ -197,8 +197,8 @@ install linux\-image into binary
execute local hooks in binary
.IP \fBlb_binary_local\-includes\fP(1) 4
copy files into binary
.IP \fBlb_binary_local\-packageslists\fP(1) 4
install local packages lists into binary
.IP \fBlb_binary_local\-packagelists\fP(1) 4
install local package lists into binary
.IP \fBlb_binary_manifest\fP(1) 4
create manifest
.IP \fBlb_binary_checksums\fP(1) 4

View File

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

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "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\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fR \- Complete the binary stage

View File

@ -1,18 +1,18 @@
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-packageslists\fR \- Complete the chroot stage
\fBlb binary_local-packagelists\fR \- Complete the binary stage
.SH SYNOPSIS
\fBlb chroot_local\-packageslists\fR [\fIlive\-build options\fR]
\fBlb binary_local-packagelists\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
\fBlb chroot_local\-packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
\fBlb binary_local-packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
.\" FIXME
.SH OPTIONS
\fBlb chroot_local\-packageslists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
\fBlb binary_local-packagelists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
.SH FILES
.\" FIXME

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project"
.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fR \- Complete the binary stage

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