Renaming --architecture to --architectures in preparation for multi-arch.
This commit is contained in:
parent
78b95f094d
commit
c5f79482d3
8
cgi/cgi
8
cgi/cgi
|
@ -69,7 +69,7 @@ else
|
||||||
LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-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)
|
||||||
|
|
||||||
# Advanced bootstrap options
|
# 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_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_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)
|
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_PACKAGE_LISTS/${LB_PACKAGE_LISTS}/" \
|
||||||
-e "s/LB_TASKS/${LB_TASKS}/" \
|
-e "s/LB_TASKS/${LB_TASKS}/" \
|
||||||
-e "s/LB_PACKAGES/${LB_PACKAGES}/" \
|
-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_BOOTSTRAP_FLAVOUR/${LB_BOOTSTRAP_FLAVOUR}/" \
|
||||||
-e "s#LB_MIRROR_BOOTSTRAP#${LB_MIRROR_BOOTSTRAP}#" \
|
-e "s#LB_MIRROR_BOOTSTRAP#${LB_MIRROR_BOOTSTRAP}#" \
|
||||||
-e "s#LB_MIRROR_BINARY_SECURITY#${LB_MIRROR_BINARY_SECURITY}#" \
|
-e "s#LB_MIRROR_BINARY_SECURITY#${LB_MIRROR_BINARY_SECURITY}#" \
|
||||||
|
@ -186,7 +186,7 @@ LB_TASKS="${LB_TASKS}"
|
||||||
LB_PACKAGES="${LB_PACKAGES}"
|
LB_PACKAGES="${LB_PACKAGES}"
|
||||||
|
|
||||||
# Advanced bootstrap options
|
# Advanced bootstrap options
|
||||||
LB_ARCHITECTURE="${LB_ARCHITECTURE}"
|
LB_ARCHITECTURES="${LB_ARCHITECTURES}"
|
||||||
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP}"
|
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP}"
|
||||||
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY}"
|
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY}"
|
||||||
LB_MIRROR_BINARY="${LB_MIRROR_BINARY}"
|
LB_MIRROR_BINARY="${LB_MIRROR_BINARY}"
|
||||||
|
@ -226,7 +226,7 @@ LB_REPOSITORIES="${LB_REPOSITORIES}"
|
||||||
EOF
|
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: 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
|
fi
|
||||||
|
|
||||||
sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html
|
sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html
|
||||||
|
|
6
cgi/cron
6
cgi/cron
|
@ -66,7 +66,7 @@ then
|
||||||
_EMAIL=`awk -F\" '/^_EMAIL=/{print $2}' ${_FILE}`
|
_EMAIL=`awk -F\" '/^_EMAIL=/{print $2}' ${_FILE}`
|
||||||
# Pull in the remote address, atchitecture, and distribution
|
# Pull in the remote address, atchitecture, and distribution
|
||||||
_REMOTE_ADDR=`awk -F\" '/^REMOTE_ADDR=/{print $2}' ${_FILE}`
|
_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_DISTRIBUTION=`awk -F\" '/^LB_DISTRIBUTION=/{print $2}' ${_FILE}`
|
||||||
_LB_PACKAGE_LISTS=`awk -F\" '/^LB_PACKAGE_LISTS=/{print $2}' ${_FILE}`
|
_LB_PACKAGE_LISTS=`awk -F\" '/^LB_PACKAGE_LISTS=/{print $2}' ${_FILE}`
|
||||||
_LB_PACKAGES=`awk -F\" '/^LB_PACKAGES=/{print $2}' ${_FILE}`
|
_LB_PACKAGES=`awk -F\" '/^LB_PACKAGES=/{print $2}' ${_FILE}`
|
||||||
|
@ -112,10 +112,10 @@ then
|
||||||
if [ "${_ERRORCONFIG}" -eq "0" ] && [ "${_ERRORBUILD}" -eq "0" ]
|
if [ "${_ERRORCONFIG}" -eq "0" ] && [ "${_ERRORBUILD}" -eq "0" ]
|
||||||
then
|
then
|
||||||
_STATUS="maybe-successful"
|
_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
|
else
|
||||||
_STATUS="maybe-failed"
|
_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
|
fi
|
||||||
|
|
||||||
sed -e "s/BUILD/${_BUILD}/g" \
|
sed -e "s/BUILD/${_BUILD}/g" \
|
||||||
|
|
|
@ -8,14 +8,14 @@
|
||||||
## under certain conditions; see COPYING for details.
|
## under certain conditions; see COPYING for details.
|
||||||
|
|
||||||
|
|
||||||
Check_architecture ()
|
Check_architectures ()
|
||||||
{
|
{
|
||||||
ARCHITECTURES="${@}"
|
ARCHITECTURES="${@}"
|
||||||
VALID="false"
|
VALID="false"
|
||||||
|
|
||||||
for ARCHITECTURE in ${ARCHITECTURES}
|
for ARCHITECTURE in ${ARCHITECTURES}
|
||||||
do
|
do
|
||||||
if [ "$(echo ${LB_ARCHITECTURE} | grep ${ARCHITECTURE})" ]
|
if [ "$(echo ${LB_ARCHITECTURES} | grep ${ARCHITECTURE})" ]
|
||||||
then
|
then
|
||||||
VALID="true"
|
VALID="true"
|
||||||
break
|
break
|
||||||
|
@ -24,12 +24,12 @@ Check_architecture ()
|
||||||
|
|
||||||
if [ "${VALID}" = "false" ]
|
if [ "${VALID}" = "false" ]
|
||||||
then
|
then
|
||||||
Echo_warning "skipping %s, foreign architecture." "${0}"
|
Echo_warning "skipping %s, foreign architecture(s)." "${0}"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
Check_crossarchitecture ()
|
Check_crossarchitectures ()
|
||||||
{
|
{
|
||||||
if [ -x /usr/bin/dpkg ]
|
if [ -x /usr/bin/dpkg ]
|
||||||
then
|
then
|
||||||
|
@ -52,12 +52,12 @@ Check_crossarchitecture ()
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
then
|
||||||
# First, only support multiarch on iso
|
# First, only support multiarch on iso
|
||||||
case "${LB_BINARY_IMAGES}" in
|
case "${LB_BINARY_IMAGES}" in
|
|
@ -16,7 +16,7 @@ Get_conffiles ()
|
||||||
else
|
else
|
||||||
for FILE in ${@}
|
for FILE in ${@}
|
||||||
do
|
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_||')"
|
||||||
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}"
|
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${ARCHITECTURE}"
|
||||||
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}"
|
FILES="${FILES} config/$(echo ${PROGRAM} | sed -e 's|^lb_||').${DISTRIBUTION}"
|
||||||
|
|
|
@ -245,22 +245,22 @@ Set_defaults ()
|
||||||
## config/bootstrap
|
## config/bootstrap
|
||||||
|
|
||||||
# Setting architecture value
|
# Setting architecture value
|
||||||
if [ -z "${LB_ARCHITECTURE}" ]
|
if [ -z "${LB_ARCHITECTURES}" ]
|
||||||
then
|
then
|
||||||
if [ -x "/usr/bin/dpkg" ]
|
if [ -x "/usr/bin/dpkg" ]
|
||||||
then
|
then
|
||||||
LB_ARCHITECTURE="$(dpkg --print-architecture)"
|
LB_ARCHITECTURES="$(dpkg --print-architecture)"
|
||||||
else
|
else
|
||||||
case "$(uname -m)" in
|
case "$(uname -m)" in
|
||||||
sparc|powerpc)
|
sparc|powerpc)
|
||||||
LB_ARCHITECTURE="$(uname -m)"
|
LB_ARCHITECTURES="$(uname -m)"
|
||||||
;;
|
;;
|
||||||
x86_64)
|
x86_64)
|
||||||
LB_ARCHITECTURE="amd64"
|
LB_ARCHITECTURES="amd64"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
Echo_warning "Can't determine architecture, assuming i386"
|
Echo_warning "Can't determine architecture, assuming i386"
|
||||||
LB_ARCHITECTURE="i386"
|
LB_ARCHITECTURES="i386"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
@ -298,7 +298,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"
|
LB_MIRROR_BOOTSTRAP="http://archive.ubuntu.com/ubuntu/"
|
||||||
;;
|
;;
|
||||||
|
@ -326,7 +326,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu/"
|
LB_MIRROR_CHROOT_SECURITY="http://security.ubuntu.com/ubuntu/"
|
||||||
;;
|
;;
|
||||||
|
@ -356,7 +356,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_CHROOT_VOLATILE="http://security.ubuntu.com/ubuntu/"
|
LB_MIRROR_CHROOT_VOLATILE="http://security.ubuntu.com/ubuntu/"
|
||||||
;;
|
;;
|
||||||
|
@ -400,7 +400,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"
|
LB_MIRROR_BINARY="http://archive.ubuntu.com/ubuntu/"
|
||||||
;;
|
;;
|
||||||
|
@ -426,7 +426,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BINARY_SECURITY="http://archive.ubuntu.com/ubuntu/"
|
LB_MIRROR_BINARY_SECURITY="http://archive.ubuntu.com/ubuntu/"
|
||||||
;;
|
;;
|
||||||
|
@ -455,7 +455,7 @@ Set_defaults ()
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BINARY_VOLATILE="http://security.ubuntu.com/ubuntu/"
|
LB_MIRROR_BINARY_VOLATILE="http://security.ubuntu.com/ubuntu/"
|
||||||
;;
|
;;
|
||||||
|
@ -542,7 +542,7 @@ Set_defaults ()
|
||||||
# Setting linux flavour string
|
# Setting linux flavour string
|
||||||
if [ -z "${LB_LINUX_FLAVOURS}" ]
|
if [ -z "${LB_LINUX_FLAVOURS}" ]
|
||||||
then
|
then
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
armel)
|
armel)
|
||||||
Echo_error "There is no default kernel flavour defined for your architecture."
|
Echo_error "There is no default kernel flavour defined for your architecture."
|
||||||
Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
|
Echo_error "Please configure it manually with 'lb config -k FLAVOUR'."
|
||||||
|
@ -552,7 +552,7 @@ Set_defaults ()
|
||||||
alpha)
|
alpha)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
Echo_error "Architecture ${LB_ARCHITECTURE} not supported on Ubuntu."
|
Echo_error "Architecture(s) ${LB_ARCHITECTURES} not supported on Ubuntu."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -613,7 +613,7 @@ Set_defaults ()
|
||||||
s390)
|
s390)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
Echo_error "Architecture ${LB_ARCHITECTURE} not supported on Ubuntu."
|
Echo_error "Architecture(s) ${LB_ARCHITECTURES} not supported on Ubuntu."
|
||||||
exit 1
|
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
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -788,7 +788,7 @@ Set_defaults ()
|
||||||
## config/binary
|
## config/binary
|
||||||
|
|
||||||
# Setting image filesystem
|
# Setting image filesystem
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
sparc)
|
sparc)
|
||||||
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-ext2}"
|
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-ext2}"
|
||||||
;;
|
;;
|
||||||
|
@ -801,7 +801,7 @@ Set_defaults ()
|
||||||
# Setting image type
|
# Setting image type
|
||||||
case "${LB_DISTRIBUTION}" in
|
case "${LB_DISTRIBUTION}" in
|
||||||
squeeze|sid)
|
squeeze|sid)
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_BINARY_IMAGES="${LB_BINARY_IMAGES:-iso-hybrid}"
|
LB_BINARY_IMAGES="${LB_BINARY_IMAGES:-iso-hybrid}"
|
||||||
;;
|
;;
|
||||||
|
@ -828,7 +828,7 @@ Set_defaults ()
|
||||||
# Setting bootloader
|
# Setting bootloader
|
||||||
if [ -z "${LB_BOOTLOADER}" ]
|
if [ -z "${LB_BOOTLOADER}" ]
|
||||||
then
|
then
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_BOOTLOADER="syslinux"
|
LB_BOOTLOADER="syslinux"
|
||||||
;;
|
;;
|
||||||
|
@ -992,7 +992,7 @@ Set_defaults ()
|
||||||
|
|
||||||
debian-release)
|
debian-release)
|
||||||
eval VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
|
eval VERSION="$`echo RELEASE_${LB_DISTRIBUTION}`"
|
||||||
LB_ISO_VOLUME="Debian ${VERSION} ${LB_ARCHITECTURE} live"
|
LB_ISO_VOLUME="Debian ${VERSION} ${LB_ARCHITECTURES} live"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
emdebian)
|
emdebian)
|
||||||
|
@ -1011,7 +1011,7 @@ Set_defaults ()
|
||||||
# Setting win32-loader option
|
# Setting win32-loader option
|
||||||
if [ "${LB_MODE}" != "ubuntu" ]
|
if [ "${LB_MODE}" != "ubuntu" ]
|
||||||
then
|
then
|
||||||
case "${LB_ARCHITECTURE}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
|
if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
## Packages available as of lenny
|
## Packages available as of lenny
|
||||||
|
|
||||||
#if ARCHITECTURE amd64 i386
|
#if ARCHITECTURES amd64 i386
|
||||||
ext3grep
|
ext3grep
|
||||||
galleta
|
galleta
|
||||||
gpart
|
gpart
|
||||||
|
|
14
lists/rescue
14
lists/rescue
|
@ -11,16 +11,16 @@ scalpel
|
||||||
|
|
||||||
# Bootloaders
|
# Bootloaders
|
||||||
syslinux-common
|
syslinux-common
|
||||||
#if ARCHITECTURE amd64 i386
|
#if ARCHITECTURES amd64 i386
|
||||||
grub lilo mbr syslinux
|
grub lilo mbr syslinux
|
||||||
#endif
|
#endif
|
||||||
#if ARCHITECTURE hppa
|
#if ARCHITECTURES hppa
|
||||||
palo
|
palo
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# System
|
# System
|
||||||
gnupg dash discover gawk htop less lsof ltrace psmisc screen strace units
|
gnupg dash discover gawk htop less lsof ltrace psmisc screen strace units
|
||||||
#if ARCHITECTURE i386
|
#if ARCHITECTURES i386
|
||||||
pstack
|
pstack
|
||||||
#endif
|
#endif
|
||||||
tcsh
|
tcsh
|
||||||
|
@ -42,13 +42,13 @@ fsarchiver
|
||||||
chiark-utils-bin
|
chiark-utils-bin
|
||||||
|
|
||||||
# System
|
# System
|
||||||
#if ARCHITECTURE amd64 i386
|
#if ARCHITECTURES amd64 i386
|
||||||
dmidecode mcelog cpuburn
|
dmidecode mcelog cpuburn
|
||||||
#endif
|
#endif
|
||||||
lshw pciutils procinfo usbutils
|
lshw pciutils procinfo usbutils
|
||||||
sysstat stress
|
sysstat stress
|
||||||
|
|
||||||
#if ARCHITECTURE i386 powerpc
|
#if ARCHITECTURES i386 powerpc
|
||||||
read-edid
|
read-edid
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -265,7 +265,7 @@ sleuthkit
|
||||||
dosfstools mscompress chntpw pptpd pptp-linux
|
dosfstools mscompress chntpw pptpd pptp-linux
|
||||||
|
|
||||||
# unsorted
|
# unsorted
|
||||||
#if ARCHITECTURE amd64 i386
|
#if ARCHITECTURES amd64 i386
|
||||||
cpuid x86info
|
cpuid x86info
|
||||||
#endif
|
#endif
|
||||||
hwinfo
|
hwinfo
|
||||||
|
@ -310,6 +310,6 @@ hostapd
|
||||||
emacs23-nox
|
emacs23-nox
|
||||||
build-essential gdb gfortran gnat
|
build-essential gdb gfortran gnat
|
||||||
|
|
||||||
#if ARCHITECTURE i386
|
#if ARCHITECTURES i386
|
||||||
bin86
|
bin86
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb\fP \- wrapper for live\-build programs
|
\fBlb\fP \- wrapper for live\-build programs
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary\fP \- Complete the binary stage
|
\fBlb binary\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_checksums\fP \- Complete the binary stage
|
\fBlb binary_checksums\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_chroot\fP \- Complete the binary stage
|
\fBlb binary_chroot\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_debian\-installer\fP \- Complete the binary stage
|
\fBlb binary_debian\-installer\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_disk\fP \- Complete the binary stage
|
\fBlb binary_disk\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_encryption\fP \- Complete the binary stage
|
\fBlb binary_encryption\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_grub\fP \- Complete the binary stage
|
\fBlb binary_grub\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_grub2\fP \- Complete the binary stage
|
\fBlb binary_grub2\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_includes\fP \- Complete the binary stage
|
\fBlb binary_includes\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_iso\fP \- Complete the binary stage
|
\fBlb binary_iso\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_linux\-image\fP \- Complete the binary stage
|
\fBlb binary_linux\-image\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_local\-hooks\fP \- Complete the binary stage
|
\fBlb binary_local\-hooks\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_local\-includes\fP \- Complete the binary stage
|
\fBlb binary_local\-includes\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_local\-packagelists\fP \- Complete the binary stage
|
\fBlb binary_local\-packagelists\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_manifest\fP \- Complete the binary stage
|
\fBlb binary_manifest\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_memtest\fP \- Complete the binary stage
|
\fBlb binary_memtest\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_net\fP \- Complete the binary stage
|
\fBlb binary_net\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_rootfs\fP \- Complete the binary stage
|
\fBlb binary_rootfs\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_silo\fP \- Complete the binary stage
|
\fBlb binary_silo\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_syslinux\fP \- Complete the binary stage
|
\fBlb binary_syslinux\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_tar\fP \- Complete the binary stage
|
\fBlb binary_tar\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_usb\fP \- Complete the binary stage
|
\fBlb binary_usb\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage
|
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_win32\-loader\fP \- Complete the binary stage
|
\fBlb binary_win32\-loader\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb binary_yaboot\fP \- Complete the binary stage
|
\fBlb binary_yaboot\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
|
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot\fP \- Complete the chroot stage
|
\fBlb chroot\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_apt\fP \- Complete the chroot stage
|
\fBlb chroot_apt\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_cache\fP \- Complete the chroot stage
|
\fBlb chroot_cache\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_debianchroot\fP \- Complete the chroot stage
|
\fBlb chroot_debianchroot\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_devpts\fP \- Complete the chroot stage
|
\fBlb chroot_devpts\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_dpkg\fP \- Complete the chroot stage
|
\fBlb chroot_dpkg\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_hacks\fP \- Complete the chroot stage
|
\fBlb chroot_hacks\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_hooks\fP \- Complete the chroot stage
|
\fBlb chroot_hooks\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_hostname\fP \- Complete the chroot stage
|
\fBlb chroot_hostname\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_hosts\fP \- Complete the chroot stage
|
\fBlb chroot_hosts\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_install\-packages\fP \- Complete the chroot stage
|
\fBlb chroot_install\-packages\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_interactive\fP \- Complete the chroot stage
|
\fBlb chroot_interactive\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_linux\-image\fP \- Complete the chroot stage
|
\fBlb chroot_linux\-image\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_local\-hooks\fP \- Complete the chroot stage
|
\fBlb chroot_local\-hooks\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_local\-includes\fP \- Complete the chroot stage
|
\fBlb chroot_local\-includes\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
|
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_local\-packages\fP \- Complete the chroot stage
|
\fBlb chroot_local\-packages\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_local\-patches\fP \- Complete the chroot stage
|
\fBlb chroot_local\-patches\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage
|
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_localization\fP \- Complete the chroot stage
|
\fBlb chroot_localization\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_packagelists\fP \- Complete the chroot stage
|
\fBlb chroot_packagelists\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_packages\fP \- Complete the chroot stage
|
\fBlb chroot_packages\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_preseed\fP \- Complete the chroot stage
|
\fBlb chroot_preseed\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_proc\fP \- Complete the chroot stage
|
\fBlb chroot_proc\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_resolv\fP \- Complete the chroot stage
|
\fBlb chroot_resolv\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage
|
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_sources\fP \- Complete the chroot stage
|
\fBlb chroot_sources\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_sysfs\fP \- Complete the chroot stage
|
\fBlb chroot_sysfs\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
|
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_sysvinit\fP \- Complete the chroot stage
|
\fBlb chroot_sysvinit\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_tasks\fP \- Complete the chroot stage
|
\fBlb chroot_tasks\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb chroot_upstart\fP \- Complete the chroot stage
|
\fBlb chroot_upstart\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb clean\fP \- Clean build directory
|
\fBlb clean\fP \- Clean build directory
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb config\fP \- Create config directory
|
\fBlb config\fP \- Create config directory
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
.br
|
.br
|
||||||
[\fB\-\-apt\-secure\fP true|false]
|
[\fB\-\-apt\-secure\fP true|false]
|
||||||
.br
|
.br
|
||||||
[\-a|\fB\-\-architecture\fP \fIARCHITECTURE\fP]
|
[\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP]
|
||||||
.br
|
.br
|
||||||
[\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|net|tar|usb\-hdd]
|
[\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|net|tar|usb\-hdd]
|
||||||
.br
|
.br
|
||||||
|
@ -275,7 +275,7 @@ defines if apt should install recommended packages automatically. By
|
||||||
default, this is true except in emdebian mode.
|
default, this is true except in emdebian mode.
|
||||||
.IP "\fB\-\-apt\-secure\fP true|false" 4
|
.IP "\fB\-\-apt\-secure\fP true|false" 4
|
||||||
defines if apt should check repository signatures. This is true by default.
|
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
|
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
|
to the host architecture. Note that you cannot crossbuild for another
|
||||||
architecture if your host system is not able to execute binaries for the
|
architecture if your host system is not able to execute binaries for the
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb local\fP \- wrapper for local live\-build programs
|
\fBlb local\fP \- wrapper for local live\-build programs
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source\fP \- Complete the source stage
|
\fBlb source\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_checksums\fP \- Complete the source stage
|
\fBlb source_checksums\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_debian\-live\fP \- Complete the source stage
|
\fBlb source_debian\-live\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_debian\fP \- Complete the source stage
|
\fBlb source_debian\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_disk\fP \- Complete the source stage
|
\fBlb source_disk\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_iso\fP \- Complete the source stage
|
\fBlb source_iso\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_net\fP \- Complete the source stage
|
\fBlb source_net\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_tar\fP \- Complete the source stage
|
\fBlb source_tar\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_usb\fP \- Complete the source stage
|
\fBlb source_usb\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb source_virtual\-hdd\fP \- Complete the source stage
|
\fBlb source_virtual\-hdd\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlb testroot\fP \- Ensure that a system is built as root
|
\fBlb testroot\fP \- Ensure that a system is built as root
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" 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
|
.SH NAME
|
||||||
\fBlive\-build\fP \- the Debian Live tool suite
|
\fBlive\-build\fP \- the Debian Live tool suite
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb\fR \- wrapper for live\-build programs
|
\fBlb\fR \- wrapper for live\-build programs
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary\fR \- Complete the binary stage
|
\fBlb binary\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_checksums\fR \- Complete the binary stage
|
\fBlb binary_checksums\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_chroot\fR \- Complete the binary stage
|
\fBlb binary_chroot\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_debian\-installer\fR \- Complete the binary stage
|
\fBlb binary_debian\-installer\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_disk\fR \- Complete the binary stage
|
\fBlb binary_disk\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_encryption\fR \- Complete the binary stage
|
\fBlb binary_encryption\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_grub\fR \- Complete the binary stage
|
\fBlb binary_grub\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_grub2\fR \- Complete the binary stage
|
\fBlb binary_grub2\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_includes\fR \- Complete the binary stage
|
\fBlb binary_includes\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_iso\fR \- Complete the binary stage
|
\fBlb binary_iso\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_linux\-image\fR \- Complete the binary stage
|
\fBlb binary_linux\-image\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_local\-hooks\fR \- Complete the binary stage
|
\fBlb binary_local\-hooks\fR \- Complete the binary stage
|
||||||
|
|
|
@ -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
|
.SH NAME
|
||||||
\fBlb binary_local\-includes\fR \- Complete the binary stage
|
\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
Loading…
Reference in New Issue