Adding kubuntu mode in order to have different defadefault hooks enabled for ubuntu and kubuntu (needed for #630088).

This commit is contained in:
Daniel Baumann 2011-07-19 10:51:20 +02:00
parent b22984f698
commit ef2752faab
307 changed files with 535 additions and 495 deletions

View File

@ -14,7 +14,7 @@ Set_defaults ()
LB_BASE="${LB_BASE:-/usr/share/live/build}"
# Setting mode (currently: debian, emdebian, progress, and ubuntu)
# Setting mode (currently: debian, emdebian, progress, ubuntu and kubuntu)
LB_MODE="${LB_MODE:-debian}"
# Setting distribution name
@ -24,7 +24,7 @@ Set_defaults ()
LB_DERIVATIVE="true"
;;
ubuntu)
ubuntu|kubuntu)
LB_DISTRIBUTION="${LB_DISTRIBUTION:-karmic}"
LB_DERIVATIVE="false"
;;
@ -140,7 +140,7 @@ Set_defaults ()
case "${LB_INITRAMFS}" in
auto)
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_INITRAMFS="casper"
;;
@ -159,7 +159,7 @@ Set_defaults ()
# Setting initsystem
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
case "${LB_INITRAMFS}" in
live-boot)
LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
@ -320,7 +320,7 @@ Set_defaults ()
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.progress-linux.org/progress/}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
@ -355,7 +355,7 @@ Set_defaults ()
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_PARENT_MIRROR_CHROOT_SECURITY="${LB_PARENT_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
@ -382,7 +382,7 @@ Set_defaults ()
LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-http://archive.ubuntu.com/ubuntu/}"
@ -436,7 +436,7 @@ Set_defaults ()
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-${LB_PARENT_MIRROR_BINARY}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
@ -468,7 +468,7 @@ Set_defaults ()
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_PARENT_MIRROR_BINARY_SECURITY="${LB_PARENT_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
@ -495,7 +495,7 @@ Set_defaults ()
LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-http://archive.ubuntu.com/ubuntu/}"
@ -549,7 +549,7 @@ Set_defaults ()
LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main}"
;;
ubuntu)
ubuntu|kubuntu)
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-main restricted}"
LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-${LB_PARENT_ARCHIVE_AREAS}}"
;;
@ -581,7 +581,7 @@ Set_defaults ()
# Setting keyring packages
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
;;
@ -603,7 +603,7 @@ Set_defaults ()
amd64)
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
;;
@ -627,7 +627,7 @@ Set_defaults ()
esac
;;
ubuntu)
ubuntu|kubuntu)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
;;
@ -673,7 +673,7 @@ Set_defaults ()
exit 1
;;
ubuntu)
ubuntu|kubuntu)
case "${LIST}" in
stripped|minimal)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
@ -701,7 +701,7 @@ Set_defaults ()
s390)
case "${LB_MODE}" in
progress|ubuntu)
progress|ubuntu|kubuntu)
Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
exit 1
;;
@ -733,7 +733,7 @@ Set_defaults ()
# Set linux packages
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux}"
;;
@ -892,12 +892,20 @@ Set_defaults ()
;;
usb*)
if [ "${LB_MODE}" = "ubuntu" ] || [ "${LB_DEBIAN_INSTALLER}" = "live" ]
then
_LB_BOOTAPPEND_PRESEED="file=/cdrom/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
else
_LB_BOOTAPPEND_PRESEED="file=/hd-media/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
fi
case "${LB_MODE}" in
ubuntu|kubuntu)
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
then
_LB_BOOTAPPEND_PRESEED="file=/cdrom/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
else
_LB_BOOTAPPEND_PRESEED="file=/hd-media/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
fi
;;
*)
_LB_BOOTAPPEND_PRESEED="file=/hd-media/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
;;
esac
;;
net)
@ -944,6 +952,10 @@ Set_defaults ()
ubuntu)
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Ubuntu Live}"
;;
kubuntu)
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Kubuntu Live}"
;;
esac
# Set iso preparer
@ -977,6 +989,10 @@ Set_defaults ()
ubuntu)
LB_ISO_VOLUME="${LB_ISO_VOLUME:-Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
;;
kubuntu)
LB_ISO_VOLUME="${LB_ISO_VOLUME:-Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
;;
esac
# Setting memtest option
@ -984,7 +1000,7 @@ Set_defaults ()
# Setting win32-loader option
case "${LB_MODE}" in
progress|ubuntu)
progress|ubuntu|kubuntu)
;;
@ -1046,6 +1062,10 @@ Set_defaults ()
LB_USERNAME="${LB_USERNAME:-ubuntu}"
;;
kubuntu)
LB_USERNAME="${LB_USERNAME:-ubuntu}"
;;
*)
LB_USERNAME="${LB_USERNAME:-user}"
;;

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_local\-packagelists\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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-hooks\fP \- Complete the chroot stage

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb chroot_local\-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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
@ -182,7 +182,7 @@
.br
[\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
.br
[\fB\-\-mode\fP debian|emdebian|progress|ubuntu]
[\fB\-\-mode\fP debian|emdebian|progress|ubuntu|kubuntu]
.br
[\fB\-\-net\-root\-filesystem\fP nfs|cfs]
.br

View File

@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 7 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_checksums\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_chroot\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_disk\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_grub\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_grub2\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_includes\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_iso\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_local-packagelists\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_manifest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_memtest\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_net\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_rootfs\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_silo\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_syslinux\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_tar\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_usb\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2011\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "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\-07\-15 3.0~a25 "Debian Live Project"
.TH LIVE\-BUILD 1 2011\-07\-19 3.0~a25 "Debian Live Project"
.SH NAME
\fBlb binary_yaboot\fR \- Complete the binary stage

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