Adding --system option to define the resulting image type to be a live system or a normal, non-live system.

This commit is contained in:
Daniel Baumann 2011-09-30 00:56:49 +02:00
parent 6b8183c277
commit 96e86b96d8
287 changed files with 2763 additions and 2692 deletions

View File

@ -22,6 +22,9 @@ Set_defaults ()
export LB_BASE export LB_BASE
fi fi
# Setting system type
LB_SYSTEM="${LB_MODE:-live}"
# Setting mode (currently: debian, emdebian, progress, ubuntu and kubuntu) # Setting mode (currently: debian, emdebian, progress, ubuntu and kubuntu)
LB_MODE="${LB_MODE:-debian}" LB_MODE="${LB_MODE:-debian}"
@ -170,7 +173,15 @@ Set_defaults ()
;; ;;
*) *)
LB_INITRAMFS="${LB_INITRAMFS:-auto}" case "${LB_SYSTEM}" in
live)
LB_INITRAMFS="${LB_INITRAMFS:-auto}"
;;
normal)
LB_INITRAMFS="${LB_INITRAMFS:-none}"
;;
esac
;; ;;
esac esac
@ -187,7 +198,15 @@ Set_defaults ()
;; ;;
*) *)
LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}" case "${LB_SYSTEM}" in
live)
LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
;;
normal)
LB_INITSYSTEM="${LB_INITSYSTEM:-none}"
;;
esac
;; ;;
esac esac

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb\fP \- wrapper for live\-build programs \fBlb\fP \- wrapper for live\-build programs

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary\fP \- Complete the binary stage \fBlb binary\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_checksums\fP \- Complete the binary stage \fBlb binary_checksums\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_chroot\fP \- Complete the binary stage \fBlb binary_chroot\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_disk\fP \- Complete the binary stage \fBlb binary_disk\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_grub\fP \- Complete the binary stage \fBlb binary_grub\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_grub2\fP \- Complete the binary stage \fBlb binary_grub2\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_hdd\fP \- Complete the binary stage \fBlb binary_hdd\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_includes\fP \- Complete the binary stage \fBlb binary_includes\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_iso\fP \- Complete the binary stage \fBlb binary_iso\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_manifest\fP \- Complete the binary stage \fBlb binary_manifest\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_memtest\fP \- Complete the binary stage \fBlb binary_memtest\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_net\fP \- Complete the binary stage \fBlb binary_net\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_rootfs\fP \- Complete the binary stage \fBlb binary_rootfs\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_silo\fP \- Complete the binary stage \fBlb binary_silo\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_syslinux\fP \- Complete the binary stage \fBlb binary_syslinux\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_tar\fP \- Complete the binary stage \fBlb binary_tar\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_yaboot\fP \- Complete the binary stage \fBlb binary_yaboot\fP \- Complete the binary stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage \fBlb bootstrap\fP \- Complete the bootstrap stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage \fBlb bootstrap_cache\fP \- Complete the bootstrap stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage \fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage \fBlb bootstrap_copy\fP \- Complete the bootstrap stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage \fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot\fP \- Complete the chroot stage \fBlb chroot\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_apt\fP \- Complete the chroot stage \fBlb chroot_apt\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_archives\fP \- Complete the chroot stage \fBlb chroot_archives\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_cache\fP \- Complete the chroot stage \fBlb chroot_cache\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_debianchroot\fP \- Complete the chroot stage \fBlb chroot_debianchroot\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_devpts\fP \- Complete the chroot stage \fBlb chroot_devpts\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_dpkg\fP \- Complete the chroot stage \fBlb chroot_dpkg\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_hacks\fP \- Complete the chroot stage \fBlb chroot_hacks\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_hooks\fP \- Complete the chroot stage \fBlb chroot_hooks\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_hostname\fP \- Complete the chroot stage \fBlb chroot_hostname\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_hosts\fP \- Complete the chroot stage \fBlb chroot_hosts\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_interactive\fP \- Complete the chroot stage \fBlb chroot_interactive\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_packagelists\fP \- Complete the chroot stage \fBlb chroot_packagelists\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_packages\fP \- Complete the chroot stage \fBlb chroot_packages\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_proc\fP \- Complete the chroot stage \fBlb chroot_proc\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_resolv\fP \- Complete the chroot stage \fBlb chroot_resolv\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage \fBlb chroot_selinuxfs\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_sysfs\fP \- Complete the chroot stage \fBlb chroot_sysfs\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_task\-lists\fP \- Complete the chroot stage \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. .\" This file was generated with po4a. Translate the source file.
.\" .\"
.\"******************************************************************* .\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb chroot_upstart\fP \- Complete the chroot stage \fBlb chroot_upstart\fP \- Complete the chroot stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb clean\fP \- Clean build directory \fBlb clean\fP \- Clean build directory

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb config\fP \- Create config directory \fBlb config\fP \- Create config directory
@ -185,6 +185,8 @@
[\fB\-\-mirror\-debian\-installer\fP \fIURL\fP] [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
.br .br
[\fB\-\-mode\fP debian|emdebian|progress|ubuntu|kubuntu] [\fB\-\-mode\fP debian|emdebian|progress|ubuntu|kubuntu]
.br
[\fB\-\-system\fP live|normal]
.br .br
[\fB\-\-net\-root\-filesystem\fP nfs|cfs] [\fB\-\-net\-root\-filesystem\fP nfs|cfs]
.br .br
@ -654,6 +656,9 @@ mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
.IP "\fB\-\-mode\fP debian|emdebian|progress|ubuntu" 4 .IP "\fB\-\-mode\fP debian|emdebian|progress|ubuntu" 4
defines a global mode to load project specific defaults. By default this is defines a global mode to load project specific defaults. By default this is
set to debian. set to debian.
.IP "\fB\-\-system\fP live|normal" 4
defines if the resulting system image should a live system or a normal,
non\-live system.
.IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4 .IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4
defines the filesystem that will be configured in the bootloader defines the filesystem that will be configured in the bootloader
configuration for your netboot image. This defaults to nfs. configuration for your netboot image. This defaults to nfs.

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source\fP \- Complete the source stage \fBlb source\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_checksums\fP \- Complete the source stage \fBlb source_checksums\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_debian\fP \- Complete the source stage \fBlb source_debian\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_disk\fP \- Complete the source stage \fBlb source_disk\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_hdd\fP \- Complete the source stage \fBlb source_hdd\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_iso\fP \- Complete the source stage \fBlb source_iso\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_net\fP \- Complete the source stage \fBlb source_net\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb source_tar\fP \- Complete the source stage \fBlb source_tar\fP \- Complete the source stage

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33\-1 "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

View File

@ -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 2011\-09\-28 3.0~a33\-1 "Debian Live Project" .TH LIVE\-BUILD 7 2011\-09\-30 3.0~a33\-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlive\-build\fP \- the Debian Live tool suite \fBlive\-build\fP \- the Debian Live tool suite

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb\fR \- wrapper for live\-build programs \fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary\fR \- Complete the binary stage \fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_checksums\fR \- Complete the binary stage \fBlb binary_checksums\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_chroot\fR \- Complete the binary stage \fBlb binary_chroot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "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

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_disk\fR \- Complete the binary stage \fBlb binary_disk\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_grub\fR \- Complete the binary stage \fBlb binary_grub\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_grub2\fR \- Complete the binary stage \fBlb binary_grub2\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_hdd\fR \- Complete the binary stage \fBlb binary_hdd\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "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

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_includes\fR \- Complete the binary stage \fBlb binary_includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_iso\fR \- Complete the binary stage \fBlb binary_iso\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "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

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "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

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_manifest\fR \- Complete the binary stage \fBlb binary_manifest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_memtest\fR \- Complete the binary stage \fBlb binary_memtest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_net\fR \- Complete the binary stage \fBlb binary_net\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_rootfs\fR \- Complete the binary stage \fBlb binary_rootfs\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_silo\fR \- Complete the binary stage \fBlb binary_silo\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_syslinux\fR \- Complete the binary stage \fBlb binary_syslinux\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_tar\fR \- Complete the binary stage \fBlb binary_tar\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_virtual\-hdd\fR \- Complete the binary stage \fBlb binary_virtual\-hdd\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_win32\-loader\fR \- Complete the binary stage \fBlb binary_win32\-loader\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb binary_yaboot\fR \- Complete the binary stage \fBlb binary_yaboot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage \fBlb bootstrap\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_cache\fR \- Complete the bootstrap stage \fBlb bootstrap_cache\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage \fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-09\-28 3.0~a33-1 "Debian Live Project" .TH LIVE\-BUILD 1 2011\-09\-30 3.0~a33-1 "Debian Live Project"
.SH NAME .SH NAME
\fBlb bootstrap_copy\fR \- Complete the bootstrap stage \fBlb bootstrap_copy\fR \- Complete the bootstrap stage

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