Switching to default to linux-image-586 on i386.
This commit is contained in:
parent
19b372223b
commit
e51315ae1e
|
@ -556,7 +556,7 @@ Set_defaults ()
|
|||
;;
|
||||
|
||||
*)
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486}"
|
||||
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-586}"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb\fR \- wrapper for live\-build programs
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb binary\fR \- Complete the binary stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb bootstrap\fR \- Complete the bootstrap stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb chroot\fR \- Complete the chroot stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb clean\fR \- Clean build directory
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb config\fR \- Create config directory
|
||||
|
@ -344,7 +344,7 @@ sets the keyring package or additional keyring packages. By default this is set
|
|||
.IP "\-k|\fB\-\-linux\-flavours\fR \fIFLAVOUR\fR|""\fIFLAVOURS\fR""" 4
|
||||
sets the kernel flavours to be installed. Note that in case you specify more than that the first will be configured the default kernel that gets booted.
|
||||
.IP "\fB\-\-linux\-packages\fR ""\fIPACKAGES\fR""" 4
|
||||
sets the internal name of the kernel packages naming scheme. If you use debian kernel packages, you will not have to adjust it. If you decide to use custom kernel packages that do not follow the debian naming scheme, remember to set this option to the stub of the packages only (for debian this is linux\-image\-2.6), so that \fISTUB\fR-\fIFLAVOUR\fR results in a valid package name (for debian e.g. linux\-image\-2.6\-486). Preferably you use the meta package name, if any, for the stub, so that your configuration is ABI independent. Also don't forget that you have to include stubs of the binary modules packages for unionfs or aufs, and squashfs if you built them out-of-tree.
|
||||
sets the internal name of the kernel packages naming scheme. If you use debian kernel packages, you will not have to adjust it. If you decide to use custom kernel packages that do not follow the debian naming scheme, remember to set this option to the stub of the packages only (for debian this is linux\-image\-2.6), so that \fISTUB\fR-\fIFLAVOUR\fR results in a valid package name (for debian e.g. linux\-image\-586). Preferably you use the meta package name, if any, for the stub, so that your configuration is ABI independent. Also don't forget that you have to include stubs of the binary modules packages for unionfs or aufs, and squashfs if you built them out-of-tree.
|
||||
.IP "\fB\-\-losetup\fR losetup|losetup.orig" 4
|
||||
sets the filename of the losetup binary from the host system that should be used. This is autodetected and does generally not need any customization.
|
||||
.IP "\fB\-\-memtest\fR memtest86+|memtest86|none" 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlb source\fR \- Complete the source stage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH LIVE\-BUILD 7 2015\-01\-04 5.0~a1-1 "Live Systems Project"
|
||||
.TH LIVE\-BUILD 7 2015\-01\-26 5.0~a1-1 "Live Systems Project"
|
||||
|
||||
.SH NAME
|
||||
\fBlive\-build\fR \- the live systems tool suite
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb\fP \- live\-build プログラムのラッパー
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb binary\fP \- バイナリ段階を完了させます
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb bootstrap\fP \- パッケージ収集段階を完了させます
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb build\fP \- パッケージ収集、chroot、バイナリ、ソース段階を完了させます
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb chroot\fP \- chroot 段階を完了させます
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb clean\fP \- 設定ディレクトリを掃除します
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb config\fP \- 設定ディレクトリを作成します
|
||||
|
@ -426,13 +426,15 @@ JFFS2 (Second Journaling Flash File System) ファイルシステムの eraseblo
|
|||
インストールするカーネルの種類 (フレーバー)
|
||||
を指定します。複数指定した場合は最初に指定したものがデフォルトでブートされるカーネルとして設定されることに注意してください。
|
||||
.IP "\fB\-\-linux\-packages\fP \(dq\fIパッケージ\fP\(dq" 4
|
||||
カーネルのパッケージ命名規則に従った内部名をセットします。Debian のカーネルパッケージを利用している場合は調整する必要はありません。Debian
|
||||
の命名規則に従わない独自のカーネルパッケージを利用する場合にはこのオプションでパッケージの前半部 (Debian の場合は
|
||||
linux\-image\-2.6) だけを忘れずに指定し、\fI前半部\fP\-\fIフレーバー\fP (Debian の場合は例えば
|
||||
linux\-image\-2.6\-486)
|
||||
が有効なパッケージ名になるようにしてください。好ましいのは、メタパッケージがある場合にはその名前を前半部に使うことで、そうすると設定とABIが独立します。また、unionfs
|
||||
や aufs、squashfs
|
||||
のバイナリモジュールパッケージについても、ツリー外でビルドした場合にはその前半部を含める必要があることを忘れないようにしてください。
|
||||
sets the internal name of the kernel packages naming scheme. If you use
|
||||
debian kernel packages, you will not have to adjust it. If you decide to use
|
||||
custom kernel packages that do not follow the debian naming scheme, remember
|
||||
to set this option to the stub of the packages only (for debian this is
|
||||
linux\-image\-2.6), so that \fISTUB\fP\-\fIFLAVOUR\fP results in a valid package name
|
||||
(for debian e.g. linux\-image\-586). Preferably you use the meta package name,
|
||||
if any, for the stub, so that your configuration is ABI independent. Also
|
||||
don't forget that you have to include stubs of the binary modules packages
|
||||
for unionfs or aufs, and squashfs if you built them out\-of\-tree.
|
||||
.IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
|
||||
利用するホストシステムの losetup バイナリのファイル名を指定します。これは自動的に検出されるため通常は独自に指定する必要はありません。
|
||||
.IP "\fB\-\-memtest\fP memtest86+|memtest86|none" 4
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 1 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlb source\fP \- ソース段階を完了させます
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 7 2015\-01\-04 5.0~a1\-1 "Live システムプロジェクト"
|
||||
.TH LIVE\-BUILD 7 2015\-01\-26 5.0~a1\-1 "Live システムプロジェクト"
|
||||
|
||||
.SH 名前
|
||||
\fBlive\-build\fP \- Live システムツール集
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-29 06:25+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:30+0100\n"
|
||||
"PO-Revision-Date: 2014-09-07 13:13+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -1775,16 +1775,28 @@ msgstr "B<--linux-packages> \"I<パッケージ>\""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb_config.1:348
|
||||
#, fuzzy
|
||||
#| msgid ""
|
||||
#| "sets the internal name of the kernel packages naming scheme. If you use "
|
||||
#| "debian kernel packages, you will not have to adjust it. If you decide to "
|
||||
#| "use custom kernel packages that do not follow the debian naming scheme, "
|
||||
#| "remember to set this option to the stub of the packages only (for debian "
|
||||
#| "this is linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid "
|
||||
#| "package name (for debian e.g. linux-image-2.6-486). Preferably you use "
|
||||
#| "the meta package name, if any, for the stub, so that your configuration "
|
||||
#| "is ABI independent. Also don't forget that you have to include stubs of "
|
||||
#| "the binary modules packages for unionfs or aufs, and squashfs if you "
|
||||
#| "built them out-of-tree."
|
||||
msgid ""
|
||||
"sets the internal name of the kernel packages naming scheme. If you use "
|
||||
"debian kernel packages, you will not have to adjust it. If you decide to use "
|
||||
"custom kernel packages that do not follow the debian naming scheme, remember "
|
||||
"to set this option to the stub of the packages only (for debian this is "
|
||||
"linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
|
||||
"(for debian e.g. linux-image-2.6-486). Preferably you use the meta package "
|
||||
"name, if any, for the stub, so that your configuration is ABI independent. "
|
||||
"Also don't forget that you have to include stubs of the binary modules "
|
||||
"packages for unionfs or aufs, and squashfs if you built them out-of-tree."
|
||||
"(for debian e.g. linux-image-586). Preferably you use the meta package name, "
|
||||
"if any, for the stub, so that your configuration is ABI independent. Also "
|
||||
"don't forget that you have to include stubs of the binary modules packages "
|
||||
"for unionfs or aufs, and squashfs if you built them out-of-tree."
|
||||
msgstr ""
|
||||
"カーネルのパッケージ命名規則に従った内部名をセットします。Debian のカーネル"
|
||||
"パッケージを利用している場合は調整する必要はありません。Debian の命名規則に従"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+0100\n"
|
||||
"PO-Revision-Date: 2014-08-28 02:52+0900\n"
|
||||
"Last-Translator: victory <victory.deb@gmail.com>\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -27,7 +27,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
|
||||
#: en/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:30+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
@ -1561,10 +1561,10 @@ msgid ""
|
|||
"custom kernel packages that do not follow the debian naming scheme, remember "
|
||||
"to set this option to the stub of the packages only (for debian this is "
|
||||
"linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
|
||||
"(for debian e.g. linux-image-2.6-486). Preferably you use the meta package "
|
||||
"name, if any, for the stub, so that your configuration is ABI independent. "
|
||||
"Also don't forget that you have to include stubs of the binary modules "
|
||||
"packages for unionfs or aufs, and squashfs if you built them out-of-tree."
|
||||
"(for debian e.g. linux-image-586). Preferably you use the meta package name, "
|
||||
"if any, for the stub, so that your configuration is ABI independent. Also "
|
||||
"don't forget that you have to include stubs of the binary modules packages "
|
||||
"for unionfs or aufs, and squashfs if you built them out-of-tree."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build 5.0~a1-1\n"
|
||||
"POT-Creation-Date: 2015-01-04 20:04+0100\n"
|
||||
"POT-Creation-Date: 2015-01-26 06:26+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/live-build.7:1
|
||||
#, no-wrap
|
||||
msgid "2015-01-04"
|
||||
msgid "2015-01-26"
|
||||
msgstr ""
|
||||
|
||||
#. type: TH
|
||||
|
|
|
@ -346,7 +346,7 @@ then
|
|||
;;
|
||||
|
||||
*)
|
||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-486 linux-image-686-pae"
|
||||
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-586 linux-image-686-pae"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue