Generalizing compression handling and adding support for lzip tarballs.
This commit is contained in:
parent
8c19e13179
commit
21815cb707
|
@ -45,6 +45,8 @@ Set_defaults ()
|
||||||
APT_OPTIONS="${APT_OPTIONS:---yes}"
|
APT_OPTIONS="${APT_OPTIONS:---yes}"
|
||||||
APTITUDE_OPTIONS="${APTITUDE_OPTIONS:---assume-yes}"
|
APTITUDE_OPTIONS="${APTITUDE_OPTIONS:---assume-yes}"
|
||||||
|
|
||||||
|
BZIP2_OPTIONS="${BZIP2_OPTIONS:---best}"
|
||||||
|
|
||||||
GZIP_OPTIONS="${GZIP_OPTIONS:---best}"
|
GZIP_OPTIONS="${GZIP_OPTIONS:---best}"
|
||||||
|
|
||||||
if gzip --help | grep -qs "\-\-rsyncable"
|
if gzip --help | grep -qs "\-\-rsyncable"
|
||||||
|
@ -52,6 +54,8 @@ Set_defaults ()
|
||||||
GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -e 's|--rsyncable||') --rsyncable"
|
GZIP_OPTIONS="$(echo ${GZIP_OPTIONS} | sed -e 's|--rsyncable||') --rsyncable"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
LZIP_OPTIONS="${LZIP_OPTIONS:--best}"
|
||||||
|
|
||||||
# Setting apt recommends
|
# Setting apt recommends
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
emdebian)
|
emdebian)
|
||||||
|
@ -704,6 +708,9 @@ Set_defaults ()
|
||||||
# Setting checksums
|
# Setting checksums
|
||||||
LB_CHECKSUMS="${LB_CHECKSUMS:-md5}"
|
LB_CHECKSUMS="${LB_CHECKSUMS:-md5}"
|
||||||
|
|
||||||
|
# Setting compression
|
||||||
|
LB_COMPRESSION="${LB_COMPRESSION:gzip}"
|
||||||
|
|
||||||
# Setting chroot option
|
# Setting chroot option
|
||||||
LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}"
|
LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}"
|
||||||
|
|
||||||
|
@ -877,7 +884,7 @@ Set_defaults ()
|
||||||
LB_NET_COW_FILESYSTEM="${LB_NET_COW_FILESYSTEM:-nfs}"
|
LB_NET_COW_FILESYSTEM="${LB_NET_COW_FILESYSTEM:-nfs}"
|
||||||
|
|
||||||
# Setting net tarball
|
# Setting net tarball
|
||||||
LB_NET_TARBALL="${LB_NET_TARBALL:-gzip}"
|
LB_NET_TARBALL="${LB_NET_TARBALL:-true}"
|
||||||
|
|
||||||
# Setting syslinux theme package
|
# Setting syslinux theme package
|
||||||
LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-debian-squeeze}"
|
LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-debian-squeeze}"
|
||||||
|
|
|
@ -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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb config\fP \- Create config directory
|
\fBlb config\fP \- Create config directory
|
||||||
|
@ -61,6 +61,8 @@
|
||||||
[\fB\-\-cache\-stages\fP \fISTAGE\fP|\fI"STAGES"\fP]
|
[\fB\-\-cache\-stages\fP \fISTAGE\fP|\fI"STAGES"\fP]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-checksums\fP md5|sha1|sha256|none]
|
[\fB\-\-checksums\fP md5|sha1|sha256|none]
|
||||||
|
.br
|
||||||
|
[\fB\-\-compression\fP bzip2|gzip|lzip|none]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-build\-with\-chroot\fP true|false]
|
[\fB\-\-build\-with\-chroot\fP true|false]
|
||||||
.br
|
.br
|
||||||
|
@ -174,7 +176,7 @@
|
||||||
.br
|
.br
|
||||||
[\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
|
[\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-net\-tarball\fP bzip2|gzip|tar|none]
|
[\fB\-\-net\-tarball\fP true|false]
|
||||||
.br
|
.br
|
||||||
[\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
|
[\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
|
||||||
.br
|
.br
|
||||||
|
@ -372,6 +374,9 @@ built\-in integrity\-check to verify the medium if specified at boot
|
||||||
prompt. In general, this should not be false and is an important feature of
|
prompt. In general, this should not be false and is an important feature of
|
||||||
live system released to the public. However, during development of very big
|
live system released to the public. However, during development of very big
|
||||||
images it can save some time by not calculating the checksums.
|
images it can save some time by not calculating the checksums.
|
||||||
|
.IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
|
||||||
|
defines the compression program to be used to compress tarballs. Defaults to
|
||||||
|
gzip.
|
||||||
.IP "\fB\-\-build\-with\-chroot\fP true|false" 4
|
.IP "\fB\-\-build\-with\-chroot\fP true|false" 4
|
||||||
defines whetever live\-build should use the tools from within the chroot to
|
defines whetever live\-build should use the tools from within the chroot to
|
||||||
build the binary image or not by using and including the host systems
|
build the binary image or not by using and including the host systems
|
||||||
|
@ -628,11 +633,10 @@ Example:
|
||||||
sets the IP or hostname that will be configured in the bootloader
|
sets the IP or hostname that will be configured in the bootloader
|
||||||
configuration for the copy\-on\-write filesystem of your netboot image and is
|
configuration for the copy\-on\-write filesystem of your netboot image and is
|
||||||
by default empty.
|
by default empty.
|
||||||
.IP "\fB\-\-net\-tarball\fP bzip2|gzip|tar|none" 4
|
.IP "\fB\-\-net\-tarball\fP true|false" 4
|
||||||
defines the format of the netboot image. Choosing tar results in a not
|
defines if a compressed tarball should be created. Disabling this options
|
||||||
compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed
|
leads to no tarball at all, the plain binary directory is considered the
|
||||||
tarball. Choosing none leads to no tarball at all, the plain binary
|
output in this case. Default is true.
|
||||||
directory is considered the output in this case. Default is gzip.
|
|
||||||
.IP "\-p|\fB\-\-package\-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
|
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
|
used. By default, this is set to standard. Note that in case you have local
|
||||||
|
|
|
@ -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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 7 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2010\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local-packagelists\fR \- Complete the binary stage
|
\fBlb binary_local-packagelists\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2010\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_manifest\fR \- Complete the binary stage
|
\fBlb binary_manifest\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2010\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_memtest\fR \- Complete the binary stage
|
\fBlb binary_memtest\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2010\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_net\fR \- Complete the binary stage
|
\fBlb binary_net\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2010\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_rootfs\fR \- Complete the binary stage
|
\fBlb binary_rootfs\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2010\-12\-27 3.0~a10 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_silo\fR \- Complete the binary stage
|
\fBlb binary_silo\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