Codebase list live-build / 3ad59c7
Imported Upstream version 3.0~b5 Raphaƫl Hertzog 11 years ago
139 changed file(s) with 454 addition(s) and 382 deletion(s). Raw diff Collapse all Expand all
0 3.0~b4-1
0 3.0~b5-1
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program is free software: you can redistribute it and/or modify
66 ## it under the terms of the GNU General Public License as published by
0 binary/
1 binary*.iso
2 binary*.img
3 binary*.tar*
4 binary*.contents
5 binary*.packages
6 binary*.zsync
7
8 .build/
9 build.log
10
11 cache/
12
13 chroot/
14 chroot.packages.*
15
16 config/binary
17 config/bootstrap
18 config/chroot
19 config/common
20 config/source
21
22 source/
23 source*.iso
24 source*.img
25 source*.tar*
26 source*.contents
27 source*.packages
28 source*.zsync
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
3030 apt-get autoremove --yes || true
3131
3232 # Removing unused files
33 find . -name *~ | xargs rm -f
33 find . -name *~ -print0 | xargs -0 rm -f
3434
3535 rm -rf /usr/include/*
3636 #rm -rf /usr/share/groff/*
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
706706 *)
707707 case "${LB_PARENT_DISTRIBUTION}" in
708708 squeeze)
709 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486 686}"
709 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686 486}"
710710 ;;
711711
712712 *)
713 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486 686-pae}"
713 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae 486}"
714714 ;;
715715 esac
716716 ;;
742742 ;;
743743
744744 *)
745 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64}"
745 LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc64 powerpc}"
746746 ;;
747747 esac
748748 ;;
874874 fi
875875
876876 # Setting checksums
877 LB_CHECKSUMS="${LB_CHECKSUMS:-sha256}"
877 case "${LB_MODE}" in
878 progress-linux)
879 LB_CHECKSUMS="${LB_CHECKSUMS:-sha256}"
880 ;;
881
882 *)
883 LB_CHECKSUMS="${LB_CHECKSUMS:-md5}"
884 ;;
885 esac
878886
879887 # Setting compression
880888 LB_COMPRESSION="${LB_COMPRESSION:-none}"
888896 LB_BUILD_WITH_TMPFS="${LB_BUILD_WITH_TMPFS:-false}"
889897
890898 # Setting debian-installer option
891 case "${LB_MODE}" in
892 progress-linux)
893 LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-live}"
894 ;;
895
896 *)
897 LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
898 ;;
899 esac
899 LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
900900
901901 LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_DISTRIBUTION}}"
902902
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb\fP \- wrapper for live\-build programs
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb binary\fP \- Complete the binary stage
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb bootstrap\fP \- Complete the bootstrap stage
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb chroot\fP \- Complete the chroot stage
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb clean\fP \- Clean build directory
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb config\fP \- Create config directory
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb source\fP \- Complete the source stage
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlb testroot\fP \- Ensure that a system is built as root
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 7 2012\-12\-23 3.0~b4\-1 "Debian Live Project"
5 .TH LIVE\-BUILD 7 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
66
77 .SH NAME
88 \fBlive\-build\fP \- the Debian Live tool suite
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb\fR \- wrapper for live\-build programs
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb binary\fR \- Complete the binary stage
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb bootstrap\fR \- Complete the bootstrap stage
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb chroot\fR \- Complete the chroot stage
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb clean\fR \- Clean build directory
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb config\fR \- Create config directory
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb source\fR \- Complete the source stage
0 .TH LIVE\-BUILD 1 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb testroot\fR \- Ensure that a system is built as root
0 .TH LIVE\-BUILD 7 2012\-12\-23 3.0~b4-1 "Debian Live Project"
0 .TH LIVE\-BUILD 7 2013\-01\-02 3.0~b5-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlive\-build\fR \- the Debian Live tool suite
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
30 msgid "2013-01-02"
3231 msgstr ""
3332
3433 #. type: TH
3635 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3736 #: en/lb_testroot.1:1 en/live-build.7:1
3837 #, no-wrap
39 msgid "3.0~b4-1"
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
30 msgid "2013-01-02"
3231 msgstr ""
3332
3433 #. type: TH
3635 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3736 #: en/lb_testroot.1:1 en/live-build.7:1
3837 #, no-wrap
39 msgid "3.0~b4-1"
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
0 # German translations for live-build package
1 # Copyright (C) 2012 Free Software Foundation, Inc.
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
22 # This file is distributed under the same license as the live-build package.
3 # Automatically generated, 2012.
43 #
54 msgid ""
65 msgstr ""
7 "Project-Id-Version: live-build VERSION\n"
8 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "PO-Revision-Date: 2012-08-02 18:55+0300\n"
10 "Last-Translator: Automatically generated\n"
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
1110 "Language-Team: none\n"
1211 "Language: de\n"
1312 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=ASCII\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
1514 "Content-Transfer-Encoding: 8bit\n"
1615 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716
2827 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2928 #: en/lb_testroot.1:1 en/live-build.7:1
3029 #, no-wrap
31 msgid "2012-12-23"
30 msgid "2013-01-02"
3231 msgstr ""
3332
3433 #. type: TH
3635 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3736 #: en/lb_testroot.1:1 en/live-build.7:1
3837 #, no-wrap
39 msgid "3.0~b4-1"
38 msgid "3.0~b5-1"
4039 msgstr ""
4140
4241 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
31 msgid "2013-01-02"
3232 msgstr ""
3333
3434 #. type: TH
3636 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3737 #: en/lb_testroot.1:1 en/live-build.7:1
3838 #, no-wrap
39 msgid "3.0~b4-1"
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
31 msgid "2013-01-02"
3232 msgstr ""
3333
3434 #. type: TH
3636 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3737 #: en/lb_testroot.1:1 en/live-build.7:1
3838 #, no-wrap
39 msgid "3.0~b4-1"
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b4-1"
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2012-12-23 10:50+0100\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2012-12-23"
31 msgid "2013-01-02"
3232 msgstr ""
3333
3434 #. type: TH
3636 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3737 #: en/lb_testroot.1:1 en/live-build.7:1
3838 #, no-wrap
39 msgid "3.0~b4-1"
39 msgid "3.0~b5-1"
4040 msgstr ""
4141
4242 #. type: TH
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
4242
4343 for CHECKSUM in ${LB_CHECKSUMS}
4444 do
45 CHECKSUMS="$(echo ${CHECKSUM} | tr [a-z] [A-Z])SUMS"
45 case "${LB_MODE}" in
46 progress-linux)
47 CHECKSUMS="$(echo ${CHECKSUM} | tr [a-z] [A-Z])SUMS"
48 ;;
49
50 *)
51 CHECKSUMS="${CHECKSUM}sum.txt"
52 ;;
53 esac
4654
4755 Echo_message "Begin creating binary ${CHECKSUMS}..."
4856
5967 \! -path './boot/boot.bin' \
6068 \! -path './boot/grub/stage2_eltorito' \
6169 \! -path './*SUMS' \
70 \! -path './*sum.txt' \
6271 -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS}
6372
6473 cat > ${CHECKSUMS} << EOF
65 ## This file contains the list of ${CHECKSUM} checksums of all fileson this
74 ## This file contains the list of ${CHECKSUM} checksums of all files on this
6675 ## medium.
6776 ##
6877 ## You can verify them automatically with the 'verify-checksums' boot parameter,
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
8484 ${LB_ROOT_COMMAND} rm -rf chroot.tmp
8585
8686 # Copying new chroot
87 if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ]
87 if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] && [ "${LB_CHROOT_FILESYSTEM}" != "plain" ]
8888 then
8989 ${LB_ROOT_COMMAND} mv chroot chroot.tmp
9090 ${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
631631 do
632632 for _FILE in $(find ../pool -name "${_PACKAGE}_*.deb")
633633 do
634 ln -s ${_FILE} ./
634 ln -sf ${_FILE} ./
635635 done
636636 done
637637
812812 rm -f chroot/binary.sh
813813 mv chroot/root/binary ./
814814
815 DISTRIBUTIONS="stable testing unstable"
815 case "${LB_PARENT_DISTRIBUTION}" in
816 wheezy)
817 DISTRIBUTIONS="testing"
818 ;;
819
820 *)
821
822 DISTRIBUTIONS="stable testing unstable"
823 ;;
824 esac
816825
817826 if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
818827 then
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
7272 mkdir -p "${DESTDIR}"
7373
7474 # Installing linux-image
75 if [ "${LB_LINUX_PACKAGES}" != "none" ]
76 then
77 cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
78 cp chroot/boot/initrd.img-* "${DESTDIR}"
79 fi
75 cp chroot/boot/"${LINUX}"-* "${DESTDIR}"
76 cp chroot/boot/initrd.img-* "${DESTDIR}"
8077
8178 case "${LB_INITRAMFS}" in
8279 live-boot)
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
7171 gunzip -c /usr/lib/loadlin/loadlin.exe.gz > binary/tools/loadlin.exe
7272 gunzip -c /usr/share/doc/loadlin/manual.txt.gz > binary/tools/loadlin.txt
7373 fi
74
75 echo "\tools\loadlin.exe vmlinuz initrd=initrd.gz" > binary/install/install.bat
76
77 if [ -e binary/install/gtk ]
78 then
79 echo "\tools\loadlin.exe \install.386\vmlinuz initrd=initrd.gz vga=788" > binary/install/gtk/install.bat
80 fi
7481 ;;
7582
7683 *)
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
2222 # Reading configuration files
2323 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
2424 Set_defaults
25
26 if [ "${LB_CHROOT_FILESYSTEM}" = "none" ]
27 then
28 exit 0
29 fi
2530
2631 Echo_message "Begin creating manifest..."
2732
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
2323 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
2424 Set_defaults
2525
26 if [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ]
26 if [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ] || [ "${LB_CHROOT_FILESYSTEM}" = "none" ]
2727 then
2828 exit 0
2929 fi
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
6262 fi
6363
6464 mv binary/win32-loader.exe binary/setup.exe
65 mv binary/win32-loader/g2ldr* binary
66 rmdir binary/win32-loader > /dev/null 2>&1 || true
6567
6668 if [ -e binary/win32-loader-standalone.exe ]
6769 then
70 # squeeze
6871 mv binary/win32-loader-standalone.exe binary/setup-standalone.exe
6972 fi
7073
71 if ls binary/win32-loader/g2ldr* > /dev/null 2>&1
72 then
73 mv binary/win32-loader/g2ldr* binary
74 rmdir binary/win32-loader > /dev/null 2>&1 || true
75 fi
74 cat >> binary/autorun.inf << EOF
75 [autorun]
76 open=setup.exe
77 EOF
7678
7779 if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
7880 then
7981
8082 cat > binary/win32-loader.ini << EOF
8183 [installer]
84 kernel=linux
8285 arch=${LB_ARCHITECTURES}
86 default_desktop=gnome
8387 i386/linux=install/vmlinuz
8488 i386/initrd=install/initrd.gz
89 EOF
90
91 if [ -e install/gtk ]
92 then
93
94 cat >> binary/win32-loader.ini << EOF
8595 i386/gtk/linux=install/vmlinuz
8696 i386/gtk/initrd=install/gtk/initrd.gz
97 EOF
98
99 fi
100
101 cat >> binary/win32-loader.ini << EOF
87102
88103 [grub]
89104 g2ldr=g2ldr
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
3737 # Creating lock file
3838 Create_lockfile .lock
3939
40 if ls config/preseed/*.preseed > /dev/null 2>&1 || \
41 ls config/preseed/*.preseed.chroot > /dev/null 2>&1 || \
40 if ls config/preseed/*.cfg > /dev/null 2>&1 || \
41 ls config/preseed/*.cfg.chroot > /dev/null 2>&1 || \
4242 ls chroot/root/packages.chroot.cfg > /dev/null 2>&1
4343 then
4444 # Check dependency
4747 # Install dependency
4848 Install_package
4949
50 for PRESEED in config/preseed/*.preseed config/preseed/*.preseed.chroot chroot/root/packages.chroot.cfg
50 for PRESEED in config/preseed/*.cfg config/preseed/*.cfg.chroot chroot/root/packages.chroot.cfg
5151 do
5252 if [ -e "${PRESEED}" ]
5353 then
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
101101 rm -f binary*.tar.gz
102102 rm -f binary*.zsync*
103103 rm -f binary.sh
104 rm -f binary.contents binary.packages md5sum.txt
104 rm -f binary.contents binary.packages
105 rm -f MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS
106 rm -f md5sum.txt sha1sum.txt sha256sum.txt sha512sum.txt
105107
106108 rm -rf binary
107109 rm -rf tftpboot
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
3737 \t [--cache-indices true|false]\n\
3838 \t [--cache-packages true|false]\n\
3939 \t [--cache-stages STAGE|\"STAGES\"]\n\
40 \t [--checksums md5|sha1|sha256|none]\n\
40 \t [--checksums md5|sha1|sha256|sha512|none]\n\
4141 \t [--compression bzip2|gzip|lzip|xz|none]\n\
4242 \t [--config GIT_URL::GIT_BRANCH]\n\
4343 \t [--zsync true|false]\n\
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
4949
5050 for CHECKSUM in ${LB_CHECKSUMS}
5151 do
52 CHECKSUMS="$(echo ${CHECKSUM} | tr [a-z] [A-Z])SUMS"
52 case "${LB_MODE}" in
53 progress-linux)
54 CHECKSUMS="$(echo ${CHECKSUM} | tr [a-z] [A-Z])SUMS"
55 ;;
56
57 *)
58 CHECKSUMS="${CHECKSUM}sum.txt"
59 ;;
60 esac
5361
5462 Echo_message "Begin creating source ${CHECKSUMS}..."
5563
6371 cd ${DIRECTORY}
6472 find . -type f \
6573 \! -path './*SUMS' \
74 \! -path './*sum.txt' \
6675 -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS}
6776
6877 cat > ${CHECKSUMS} << EOF
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program is free software: you can redistribute it and/or modify
66 ## it under the terms of the GNU General Public License as published by
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it