Removing kubuntu mode, it's not different anymore to standard ubuntu mode.
This commit is contained in:
parent
9a3de4beba
commit
5e07604353
|
@ -21,7 +21,7 @@ Set_defaults ()
|
|||
# Setting system type
|
||||
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 ]
|
||||
then
|
||||
_DISTRIBUTOR="$(lsb_release -is | tr [A-Z] [a-z])"
|
||||
|
@ -54,7 +54,7 @@ Set_defaults ()
|
|||
LB_DERIVATIVE="true"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_DISTRIBUTION="${LB_DISTRIBUTION:-precise}"
|
||||
LB_DERIVATIVE="false"
|
||||
;;
|
||||
|
@ -171,7 +171,7 @@ Set_defaults ()
|
|||
case "${LB_SYSTEM}" in
|
||||
live)
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_INITRAMFS="${LB_INITRAMFS:-casper}"
|
||||
;;
|
||||
|
||||
|
@ -190,7 +190,7 @@ Set_defaults ()
|
|||
|
||||
# Setting initsystem
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_INITRAMFS}" in
|
||||
live-boot)
|
||||
LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
|
||||
|
@ -344,7 +344,7 @@ Set_defaults ()
|
|||
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/progress/}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
|
||||
|
@ -379,7 +379,7 @@ Set_defaults ()
|
|||
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
|
||||
|
@ -401,7 +401,7 @@ Set_defaults ()
|
|||
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-${LB_MIRROR_CHROOT}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
|
||||
|
@ -455,7 +455,7 @@ Set_defaults ()
|
|||
LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
|
||||
|
@ -487,7 +487,7 @@ Set_defaults ()
|
|||
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
|
||||
|
@ -514,7 +514,7 @@ Set_defaults ()
|
|||
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-${LB_MIRROR_BINARY}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
|
||||
|
@ -569,7 +569,7 @@ Set_defaults ()
|
|||
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
|
||||
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
|
||||
;;
|
||||
|
@ -615,7 +615,7 @@ Set_defaults ()
|
|||
|
||||
# Setting keyring packages
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
|
||||
;;
|
||||
|
||||
|
@ -628,7 +628,7 @@ Set_defaults ()
|
|||
case "${LB_ARCHITECTURES}" in
|
||||
armel)
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-omap}"
|
||||
;;
|
||||
*)
|
||||
|
@ -647,7 +647,7 @@ Set_defaults ()
|
|||
|
||||
amd64)
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
|
||||
;;
|
||||
|
||||
|
@ -663,7 +663,7 @@ Set_defaults ()
|
|||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae}"
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_DISTRIBUTION}" in
|
||||
precise)
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic-pae}"
|
||||
|
@ -701,7 +701,7 @@ Set_defaults ()
|
|||
exit 1
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc-smp powerpc64-smp e500 powerpc-e500mc}"
|
||||
;;
|
||||
|
||||
|
@ -713,7 +713,7 @@ Set_defaults ()
|
|||
|
||||
s390)
|
||||
case "${LB_MODE}" in
|
||||
progress-linux|ubuntu|kubuntu)
|
||||
progress-linux|ubuntu)
|
||||
Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
|
||||
exit 1
|
||||
;;
|
||||
|
@ -745,7 +745,7 @@ Set_defaults ()
|
|||
|
||||
# Set linux packages
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux}"
|
||||
;;
|
||||
|
||||
|
@ -908,7 +908,7 @@ Set_defaults ()
|
|||
|
||||
hdd*)
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
|
||||
then
|
||||
_LB_BOOTAPPEND_PRESEED="file=/cdrom/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
|
||||
|
@ -964,10 +964,6 @@ Set_defaults ()
|
|||
ubuntu)
|
||||
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Ubuntu Live}"
|
||||
;;
|
||||
|
||||
kubuntu)
|
||||
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Kubuntu Live}"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Set iso preparer
|
||||
|
@ -1001,10 +997,6 @@ Set_defaults ()
|
|||
ubuntu)
|
||||
LB_HDD_LABEL="${LB_HDD_LABEL:-UBUNTU}"
|
||||
;;
|
||||
|
||||
kubuntu)
|
||||
LB_HDD_LABEL="${LB_HDD_LABEL:-KUBUNTU}"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Setting hdd size
|
||||
|
@ -1027,10 +1019,6 @@ 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
|
||||
|
@ -1038,7 +1026,7 @@ Set_defaults ()
|
|||
|
||||
# Setting loadlin option
|
||||
case "${LB_MODE}" in
|
||||
progress-linux|ubuntu|kubuntu)
|
||||
progress-linux|ubuntu)
|
||||
|
||||
;;
|
||||
|
||||
|
@ -1062,7 +1050,7 @@ Set_defaults ()
|
|||
|
||||
# Setting win32-loader option
|
||||
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.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb\fP \- wrapper for live\-build programs
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb binary\fP \- Complete the binary stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\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.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb chroot\fP \- Complete the chroot stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb clean\fP \- Clean build directory
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb config\fP \- Create config directory
|
||||
|
@ -178,7 +178,7 @@
|
|||
.br
|
||||
[\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
|
||||
.br
|
||||
[\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu|kubuntu]
|
||||
[\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu]
|
||||
.br
|
||||
[\fB\-\-system\fP live|normal]
|
||||
.br
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb source\fP \- Complete the source stage
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\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.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 7 2012\-12\-16 4.0~a4\-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 7 2012\-12\-17 4.0~a4\-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlive\-build\fP \- the Debian Live tool suite
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb\fR \- wrapper for live\-build programs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb binary\fR \- Complete the binary stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb bootstrap\fR \- Complete the bootstrap stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb chroot\fR \- Complete the chroot stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb clean\fR \- Clean build directory
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb config\fR \- Create config directory
|
||||
|
@ -173,7 +173,7 @@
|
|||
.br
|
||||
[\fB\-\-mirror\-debian\-installer\fR \fIURL\fR]
|
||||
.br
|
||||
[\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu|kubuntu]
|
||||
[\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu]
|
||||
.br
|
||||
[\fB\-\-system\fR live|normal]
|
||||
.br
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb source\fR \- Complete the source stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 1 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb testroot\fR \- Ensure that a system is built as root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 7 2012\-12\-16 4.0~a4-1 "Debian Live Project"
|
||||
.TH LIVE\-BUILD 7 2012\-12\-17 4.0~a4-1 "Debian Live Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlive\-build\fR \- the Debian Live tool suite
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -593,7 +593,7 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:177
|
||||
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]"
|
||||
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
|
||||
"Last-Translator: Automatically generated\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -593,7 +593,7 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:177
|
||||
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu|kubuntu]"
|
||||
msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2012-12-16 22:01+0100\n"
|
||||
"POT-Creation-Date: 2012-12-17 13:48+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\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_testroot.1:1 en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2012-12-16"
|
||||
msgid "2012-12-17"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -342,7 +342,7 @@ then
|
|||
DI_REQ_PACKAGES="lilo grub grub-pc"
|
||||
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
|
||||
;;
|
||||
|
||||
|
@ -356,7 +356,7 @@ then
|
|||
DI_REQ_PACKAGES="elilo lilo grub grub-pc"
|
||||
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
case "${LB_DISTRIBUTION}" in
|
||||
precise)
|
||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae"
|
||||
|
@ -377,7 +377,7 @@ then
|
|||
sparc)
|
||||
DI_REQ_PACKAGES="silo"
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-sparc64"
|
||||
;;
|
||||
|
||||
|
@ -390,7 +390,7 @@ then
|
|||
powerpc)
|
||||
DI_REQ_PACKAGES="yaboot"
|
||||
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"
|
||||
;;
|
||||
|
||||
|
|
|
@ -66,12 +66,6 @@ case "${LB_MODE}" in
|
|||
TRACE=""
|
||||
;;
|
||||
|
||||
kubuntu)
|
||||
TITLE="Kubuntu"
|
||||
STRING="Build ${ARCHITECTURE}"
|
||||
TRACE=""
|
||||
;;
|
||||
|
||||
progress-linux)
|
||||
TITLE="Progress Linux"
|
||||
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"
|
||||
|
|
|
@ -147,7 +147,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
mv chroot/filesystem.${LB_CHROOT_FILESYSTEM} binary/${INITFS}
|
||||
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
||||
;;
|
||||
esac
|
||||
|
@ -357,7 +357,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
esac
|
||||
fi
|
||||
|
||||
if [ "${LB_MODE}" != "ubuntu" ] && [ "${LB_MODE}" != "kubuntu" ]
|
||||
if [ "${LB_MODE}" != "ubuntu" ]
|
||||
then
|
||||
MKSQUASHFS_OPTIONS="${MKSQUASHFS_OPTIONS} -comp xz"
|
||||
fi
|
||||
|
@ -377,7 +377,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
rm -f chroot/chroot/excludes
|
||||
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
||||
;;
|
||||
esac
|
||||
|
@ -442,7 +442,7 @@ case "${LB_CHROOT_FILESYSTEM}" in
|
|||
mksquashfs chroot binary/${INITFS}/filesystem.squashfs ${MKSQUASHFS_OPTIONS}
|
||||
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
du -B 1 -s chroot | cut -f1 > binary/${INITFS}/filesystem.size
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -131,7 +131,7 @@ EOF
|
|||
fi
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
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" ]
|
||||
|
@ -196,7 +196,7 @@ EOF
|
|||
do
|
||||
# ubuntu workaround to allow using live.debian.net
|
||||
case "${LB_MODE}" in
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
if [ "${REPOSITORY}" = "live.debian.net" ]
|
||||
then
|
||||
_DISTRIBUTION="sid"
|
||||
|
@ -701,7 +701,7 @@ EOF
|
|||
fi
|
||||
;;
|
||||
|
||||
ubuntu|kubuntu)
|
||||
ubuntu)
|
||||
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" ]
|
||||
|
|
|
@ -100,7 +100,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
|
|||
\t [--mirror-binary-updates URL]\n\
|
||||
\t [--mirror-binary-backports 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 [--net-root-filesystem nfs|cfs]\n\
|
||||
\t [--net-root-mountoptions OPTIONS]\n\
|
||||
|
|
|
@ -66,12 +66,6 @@ case "${LB_MODE}" in
|
|||
TRACE=""
|
||||
;;
|
||||
|
||||
kubuntu)
|
||||
TITLE="Kubuntu"
|
||||
STRING="Build ${ARCHITECTURE}"
|
||||
TRACE=""
|
||||
;;
|
||||
|
||||
progress-linux)
|
||||
TITLE="Progress Linux"
|
||||
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"
|
||||
|
|
|
@ -4,6 +4,6 @@ set -e
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue