Removing kubuntu mode, it's not different anymore to standard ubuntu mode.
This commit is contained in:
parent
0b87c8239b
commit
7e8240cd5e
|
@ -21,7 +21,7 @@ Set_defaults ()
|
||||||
# Setting system type
|
# Setting system type
|
||||||
LB_SYSTEM="${LB_SYSTEM:-live}"
|
LB_SYSTEM="${LB_SYSTEM:-live}"
|
||||||
|
|
||||||
# Setting mode (currently: debian, emdebian, progress-linux, ubuntu and kubuntu)
|
# Setting mode (currently: debian, emdebian, progress-linux, and ubuntu)
|
||||||
if [ -x /usr/bin/lsb_release ]
|
if [ -x /usr/bin/lsb_release ]
|
||||||
then
|
then
|
||||||
_DISTRIBUTOR="$(lsb_release -is | tr [A-Z] [a-z])"
|
_DISTRIBUTOR="$(lsb_release -is | tr [A-Z] [a-z])"
|
||||||
|
@ -54,7 +54,7 @@ Set_defaults ()
|
||||||
LB_DERIVATIVE="true"
|
LB_DERIVATIVE="true"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_DISTRIBUTION="${LB_DISTRIBUTION:-precise}"
|
LB_DISTRIBUTION="${LB_DISTRIBUTION:-precise}"
|
||||||
LB_DERIVATIVE="false"
|
LB_DERIVATIVE="false"
|
||||||
;;
|
;;
|
||||||
|
@ -176,7 +176,7 @@ Set_defaults ()
|
||||||
case "${LB_SYSTEM}" in
|
case "${LB_SYSTEM}" in
|
||||||
live)
|
live)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_INITRAMFS="${LB_INITRAMFS:-casper}"
|
LB_INITRAMFS="${LB_INITRAMFS:-casper}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -195,7 +195,7 @@ Set_defaults ()
|
||||||
|
|
||||||
# Setting initsystem
|
# Setting initsystem
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_INITRAMFS}" in
|
case "${LB_INITRAMFS}" in
|
||||||
live-boot)
|
live-boot)
|
||||||
LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
|
LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
|
||||||
|
@ -365,7 +365,7 @@ Set_defaults ()
|
||||||
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/progress/}"
|
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/progress/}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
|
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
|
||||||
|
@ -400,7 +400,7 @@ Set_defaults ()
|
||||||
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
|
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
|
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
|
||||||
|
@ -422,7 +422,7 @@ Set_defaults ()
|
||||||
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-${LB_MIRROR_CHROOT}}"
|
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-${LB_MIRROR_CHROOT}}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
|
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
|
||||||
|
@ -476,7 +476,7 @@ Set_defaults ()
|
||||||
LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
|
LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
|
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
|
||||||
|
@ -508,7 +508,7 @@ Set_defaults ()
|
||||||
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
|
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
|
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
|
||||||
|
@ -535,7 +535,7 @@ Set_defaults ()
|
||||||
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-${LB_MIRROR_BINARY}}"
|
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-${LB_MIRROR_BINARY}}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
amd64|i386)
|
amd64|i386)
|
||||||
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
|
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
|
||||||
|
@ -590,7 +590,7 @@ Set_defaults ()
|
||||||
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
|
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
|
LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
|
||||||
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
|
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
|
||||||
;;
|
;;
|
||||||
|
@ -636,7 +636,7 @@ Set_defaults ()
|
||||||
|
|
||||||
# Setting keyring packages
|
# Setting keyring packages
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
|
LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -649,7 +649,7 @@ Set_defaults ()
|
||||||
case "${LB_ARCHITECTURES}" in
|
case "${LB_ARCHITECTURES}" in
|
||||||
armel)
|
armel)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-omap}"
|
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-omap}"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -668,7 +668,7 @@ Set_defaults ()
|
||||||
|
|
||||||
amd64)
|
amd64)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
|
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -692,7 +692,7 @@ Set_defaults ()
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_DISTRIBUTION}" in
|
case "${LB_DISTRIBUTION}" in
|
||||||
precise)
|
precise)
|
||||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic-pae}"
|
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic-pae}"
|
||||||
|
@ -738,7 +738,7 @@ Set_defaults ()
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc-smp powerpc64-smp e500 powerpc-e500mc}"
|
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc-smp powerpc64-smp e500 powerpc-e500mc}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -750,7 +750,7 @@ Set_defaults ()
|
||||||
|
|
||||||
s390)
|
s390)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
progress-linux|ubuntu|kubuntu)
|
progress-linux|ubuntu)
|
||||||
Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
|
Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
|
@ -782,7 +782,7 @@ Set_defaults ()
|
||||||
|
|
||||||
# Set linux packages
|
# Set linux packages
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux}"
|
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -953,7 +953,7 @@ Set_defaults ()
|
||||||
|
|
||||||
hdd*)
|
hdd*)
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
|
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
|
||||||
then
|
then
|
||||||
_LB_BOOTAPPEND_PRESEED="file=/cdrom/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
|
_LB_BOOTAPPEND_PRESEED="file=/cdrom/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
|
||||||
|
@ -1009,10 +1009,6 @@ Set_defaults ()
|
||||||
ubuntu)
|
ubuntu)
|
||||||
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Ubuntu Live}"
|
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Ubuntu Live}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
kubuntu)
|
|
||||||
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Kubuntu Live}"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Set iso preparer
|
# Set iso preparer
|
||||||
|
@ -1046,10 +1042,6 @@ Set_defaults ()
|
||||||
ubuntu)
|
ubuntu)
|
||||||
LB_HDD_LABEL="${LB_HDD_LABEL:-UBUNTU}"
|
LB_HDD_LABEL="${LB_HDD_LABEL:-UBUNTU}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
kubuntu)
|
|
||||||
LB_HDD_LABEL="${LB_HDD_LABEL:-KUBUNTU}"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Setting hdd size
|
# Setting hdd size
|
||||||
|
@ -1072,10 +1064,6 @@ Set_defaults ()
|
||||||
ubuntu)
|
ubuntu)
|
||||||
LB_ISO_VOLUME="${LB_ISO_VOLUME:-Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
|
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
|
esac
|
||||||
|
|
||||||
# Setting memtest option
|
# Setting memtest option
|
||||||
|
@ -1083,7 +1071,7 @@ Set_defaults ()
|
||||||
|
|
||||||
# Setting loadlin option
|
# Setting loadlin option
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
progress-linux|ubuntu|kubuntu)
|
progress-linux|ubuntu)
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1107,7 +1095,7 @@ Set_defaults ()
|
||||||
|
|
||||||
# Setting win32-loader option
|
# Setting win32-loader option
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
progress-linux|ubuntu|kubuntu)
|
progress-linux|ubuntu)
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
@ -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 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb\fP \- wrapper for live\-build programs
|
\fBlb\fP \- wrapper for live\-build programs
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary\fP \- Complete the binary stage
|
\fBlb binary\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-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
|
||||||
|
|
|
@ -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 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot\fP \- Complete the chroot stage
|
\fBlb chroot\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb clean\fP \- Clean build directory
|
\fBlb clean\fP \- Clean build directory
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb config\fP \- Create config directory
|
\fBlb config\fP \- Create config directory
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
.br
|
.br
|
||||||
[\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
|
[\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu|kubuntu]
|
[\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-system\fP live|normal]
|
[\fB\-\-system\fP live|normal]
|
||||||
.br
|
.br
|
||||||
|
|
|
@ -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 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source\fP \- Complete the source stage
|
\fBlb source\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2\-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
|
||||||
|
|
|
@ -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 2012\-12\-16 3.0~b2\-1 "Debian Live Project"
|
.TH LIVE\-BUILD 7 2012\-12\-17 3.0~b2\-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlive\-build\fP \- the Debian Live tool suite
|
\fBlive\-build\fP \- the Debian Live tool suite
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb\fR \- wrapper for live\-build programs
|
\fBlb\fR \- wrapper for live\-build programs
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary\fR \- Complete the binary stage
|
\fBlb binary\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap\fR \- Complete the bootstrap stage
|
\fBlb bootstrap\fR \- Complete the bootstrap stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
|
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot\fR \- Complete the chroot stage
|
\fBlb chroot\fR \- Complete the chroot stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb clean\fR \- Clean build directory
|
\fBlb clean\fR \- Clean build directory
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb config\fR \- Create config directory
|
\fBlb config\fR \- Create config directory
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
.br
|
.br
|
||||||
[\fB\-\-mirror\-debian\-installer\fR \fIURL\fR]
|
[\fB\-\-mirror\-debian\-installer\fR \fIURL\fR]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu|kubuntu]
|
[\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu]
|
||||||
.br
|
.br
|
||||||
[\fB\-\-system\fR live|normal]
|
[\fB\-\-system\fR live|normal]
|
||||||
.br
|
.br
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source\fR \- Complete the source stage
|
\fBlb source\fR \- Complete the source stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb testroot\fR \- Ensure that a system is built as root
|
\fBlb testroot\fR \- Ensure that a system is built as root
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 7 2012\-12\-16 3.0~b2-1 "Debian Live Project"
|
.TH LIVE\-BUILD 7 2012\-12\-17 3.0~b2-1 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlive\-build\fR \- the Debian Live tool suite
|
\fBlive\-build\fR \- the Debian Live tool suite
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
@ -593,7 +593,7 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: en/lb_config.1:177
|
#: en/lb_config.1:177
|
||||||
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]"
|
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
@ -593,7 +593,7 @@ msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
#: en/lb_config.1:177
|
#: en/lb_config.1:177
|
||||||
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]"
|
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu]"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: Plain text
|
#. type: Plain text
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: live-build VERSION\n"
|
"Project-Id-Version: live-build VERSION\n"
|
||||||
"POT-Creation-Date: 2012-12-16 21:57+0100\n"
|
"POT-Creation-Date: 2012-12-17 13:51+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||||
#: en/lb_testroot.1:1 en/live-build.7:1
|
#: en/lb_testroot.1:1 en/live-build.7:1
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid "2012-12-16"
|
msgid "2012-12-17"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: TH
|
#. type: TH
|
||||||
|
|
|
@ -342,7 +342,7 @@ then
|
||||||
DI_REQ_PACKAGES="lilo grub grub-pc"
|
DI_REQ_PACKAGES="lilo grub grub-pc"
|
||||||
|
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
|
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ then
|
||||||
DI_REQ_PACKAGES="elilo lilo grub grub-pc"
|
DI_REQ_PACKAGES="elilo lilo grub grub-pc"
|
||||||
|
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
case "${LB_DISTRIBUTION}" in
|
case "${LB_DISTRIBUTION}" in
|
||||||
precise)
|
precise)
|
||||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae"
|
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae"
|
||||||
|
@ -377,7 +377,7 @@ then
|
||||||
sparc)
|
sparc)
|
||||||
DI_REQ_PACKAGES="silo"
|
DI_REQ_PACKAGES="silo"
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-sparc64"
|
DI_PACKAGES="${DI_REQ_PACKAGES} linux-sparc64"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -390,7 +390,7 @@ then
|
||||||
powerpc)
|
powerpc)
|
||||||
DI_REQ_PACKAGES="yaboot"
|
DI_REQ_PACKAGES="yaboot"
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-powerpc-smp linux-image-powerpc64-smp linux-image-powerpc-e500 linux-image-powerpc-e500mc"
|
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-powerpc-smp linux-image-powerpc64-smp linux-image-powerpc-e500 linux-image-powerpc-e500mc"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
@ -66,12 +66,6 @@ case "${LB_MODE}" in
|
||||||
TRACE=""
|
TRACE=""
|
||||||
;;
|
;;
|
||||||
|
|
||||||
kubuntu)
|
|
||||||
TITLE="Kubuntu"
|
|
||||||
STRING="Build ${ARCHITECTURE}"
|
|
||||||
TRACE=""
|
|
||||||
;;
|
|
||||||
|
|
||||||
progress-linux)
|
progress-linux)
|
||||||
TITLE="Progress Linux"
|
TITLE="Progress Linux"
|
||||||
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"
|
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"
|
||||||
|
|
|
@ -147,7 +147,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
||||||
mv chroot/filesystem.${LB_CHROOT_FILESYSTEM} binary/${INITFS}
|
mv chroot/filesystem.${LB_CHROOT_FILESYSTEM} binary/${INITFS}
|
||||||
|
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -357,7 +357,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${LB_PARENT_DISTRIBUTION}" != "squeeze" ] && [ "${LB_MODE}" != "ubuntu" ] && [ "${LB_MODE}" != "kubuntu" ]
|
if [ "${LB_PARENT_DISTRIBUTION}" != "squeeze" ] && [ "${LB_MODE}" != "ubuntu" ]
|
||||||
then
|
then
|
||||||
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz"
|
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz"
|
||||||
fi
|
fi
|
||||||
|
@ -377,7 +377,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
||||||
rm -f chroot/chroot/excludes
|
rm -f chroot/chroot/excludes
|
||||||
|
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -442,7 +442,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
||||||
mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}
|
mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}
|
||||||
|
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
du -B 1 -s chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
du -B 1 -s chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -131,7 +131,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
echo "deb ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_PARENT_ARCHIVE_AREAS}" >> chroot/etc/apt/${_PARENT_FILE}
|
echo "deb ${LB_PARENT_MIRROR_CHROOT_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_PARENT_ARCHIVE_AREAS}" >> chroot/etc/apt/${_PARENT_FILE}
|
||||||
|
|
||||||
if [ "${_PASS}" = "source" ] || [ "${LB_APT_SOURCE_ARCHIVES}" = "true" ]
|
if [ "${_PASS}" = "source" ] || [ "${LB_APT_SOURCE_ARCHIVES}" = "true" ]
|
||||||
|
@ -196,7 +196,7 @@ EOF
|
||||||
do
|
do
|
||||||
# ubuntu workaround to allow using live.debian.net
|
# ubuntu workaround to allow using live.debian.net
|
||||||
case "${LB_MODE}" in
|
case "${LB_MODE}" in
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
if [ "${REPOSITORY}" = "live.debian.net" ]
|
if [ "${REPOSITORY}" = "live.debian.net" ]
|
||||||
then
|
then
|
||||||
_DISTRIBUTION="sid"
|
_DISTRIBUTION="sid"
|
||||||
|
@ -701,7 +701,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu|kubuntu)
|
ubuntu)
|
||||||
echo "deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_PARENT_ARCHIVE_AREAS}" >> chroot/etc/apt/${_PARENT_FILE}
|
echo "deb ${LB_PARENT_MIRROR_BINARY_SECURITY} ${LB_PARENT_DISTRIBUTION}-security ${LB_PARENT_ARCHIVE_AREAS}" >> chroot/etc/apt/${_PARENT_FILE}
|
||||||
|
|
||||||
if [ "${_PASS}" = "source" ] || [ "${LB_APT_SOURCE_ARCHIVES}" = "true" ]
|
if [ "${_PASS}" = "source" ] || [ "${LB_APT_SOURCE_ARCHIVES}" = "true" ]
|
||||||
|
|
|
@ -100,7 +100,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
||||||
\t [--mirror-binary-updates URL]\n\
|
\t [--mirror-binary-updates URL]\n\
|
||||||
\t [--mirror-binary-backports URL]\n\
|
\t [--mirror-binary-backports URL]\n\
|
||||||
\t [--mirror-debian-installer URL]\n\
|
\t [--mirror-debian-installer URL]\n\
|
||||||
\t [--mode debian|emdebian|ubuntu|kubuntu]\n\
|
\t [--mode debian|emdebian|ubuntu]\n\
|
||||||
\t [--system live|normal]\n\
|
\t [--system live|normal]\n\
|
||||||
\t [--net-root-filesystem nfs|cfs]\n\
|
\t [--net-root-filesystem nfs|cfs]\n\
|
||||||
\t [--net-root-mountoptions OPTIONS]\n\
|
\t [--net-root-mountoptions OPTIONS]\n\
|
||||||
|
|
|
@ -66,12 +66,6 @@ case "${LB_MODE}" in
|
||||||
TRACE=""
|
TRACE=""
|
||||||
;;
|
;;
|
||||||
|
|
||||||
kubuntu)
|
|
||||||
TITLE="Kubuntu"
|
|
||||||
STRING="Build ${ARCHITECTURE}"
|
|
||||||
TRACE=""
|
|
||||||
;;
|
|
||||||
|
|
||||||
progress-linux)
|
progress-linux)
|
||||||
TITLE="Progress Linux"
|
TITLE="Progress Linux"
|
||||||
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"
|
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"
|
||||||
|
|
|
@ -4,6 +4,6 @@ set -e
|
||||||
|
|
||||||
# Remove GNOME icon cache.
|
# Remove GNOME icon cache.
|
||||||
#
|
#
|
||||||
# This saves space some space (e.g. on Kubuntu).
|
# This saves space some space.
|
||||||
|
|
||||||
rm -f /usr/share/icons/*/icon-theme.cache
|
rm -f /usr/share/icons/*/icon-theme.cache
|
||||||
|
|
Loading…
Reference in New Issue