Adding support for ext4 for binary and chroot filesystem, including partial patch from Ben Howard <ben.howard@canonical.com> (Closes: #639298).

This commit is contained in:
Daniel Baumann 2011-08-25 23:47:30 +02:00
parent 40a843bddd
commit 5d2fbf5d5a
295 changed files with 2190 additions and 2207 deletions

View File

@ -807,7 +807,7 @@ Set_defaults ()
# Setting image filesystem
case "${LB_ARCHITECTURES}" in
sparc)
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-ext2}"
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-ext4}"
;;
*)

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_net\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_usb\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fP \- Complete the binary stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_apt\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_archives\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_cache\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_debianchroot\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_devpts\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_dpkg\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_hacks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_hooks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_hostname\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_hosts\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_install\-packages\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_interactive\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_linux\-image\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-includes\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-patches\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_packagelists\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_packages\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_preseed\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_proc\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_resolv\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_sysfs\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_task\-lists\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb chroot_upstart\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -38,7 +38,7 @@
.br
[\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|net|tar|usb\-hdd|virtual\-hdd]
.br
[\fB\-\-binary\-filesystem\fP fat16|fat32|ext2]
[\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4]
.br
[\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
.br
@ -66,7 +66,7 @@
.br
[\fB\-\-build\-with\-chroot\fP true|false]
.br
[\fB\-\-chroot\-filesystem\fP ext2|ext3|squashfs|plain|jffs2]
[\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|plain|jffs2]
.br
[\fB\-\-clean\fP]
.br
@ -321,13 +321,13 @@ right kernel. But building powerpc images on an i386 system is not possible.
defines the image type to build. By default, for images using syslinux this
is set to iso\-hybrid to build CD/DVD images that may also be used like
usb\-hdd images, for non\-syslinux images, it defaults to iso.
.IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2" 4
.IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
defines the filesystem to be used in the image type. This only has an effect
if the selected binary image type does allow to choose a filesystem. For
example, when selection iso the resulting CD/DVD has always the filesystem
ISO9660. When building usb\-hdd images for usb sticks, this is active. Note
that it defaults to fat16 on all architectures except sparc where it
defaults to ext2. Also note that if you choose fat16 and your resulting
defaults to ext4. Also note that if you choose fat16 and your resulting
binary image gets bigger than 2GB, the binary filesystem automatically gets
switched to fat32.
.IP "\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
@ -401,7 +401,7 @@ squashfs\-tools and others) do not \fBexactely\fP match what is present at
build\-time in the target distribution. Never do disable this option unless
you are \fBexactely\fP sure what you are doing and have \fBcompletely\fP\fI
understood its consequences.\fP
.IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|squashfs|plain|jffs2" 4
.IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|plain|jffs2" 4
defines which filesystem type should be used for the root filesystem
image. If you use plain, then no filesystem image is created and the root
filesystem content is copied on the binary image filesystem as flat

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb local\fP \- wrapper for local live\-build programs

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_checksums\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_debian\-live\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_debian\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_disk\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_iso\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_net\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_tar\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_usb\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb source_virtual\-hdd\fP \- Complete the source stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 2011\-08\-24 3.0~a30\-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2011\-08\-25 3.0~a30\-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_debian\-installer\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-hooks\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_linux\-image\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_local\-includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_net\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_usb\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_virtual\-hdd\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_win32\-loader\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cache\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-08\-24 3.0~a30-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-08\-25 3.0~a30-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage

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