Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
live-build
Commits
8b22917e
Commit
8b22917e
authored
Apr 26, 2014
by
Daniel Baumann
Browse files
Adding upstream version 4.0~alpha34.
parent
b4f3c5ac
Changes
82
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
8b22917e
4.0~alpha3
3
-1
4.0~alpha3
4
-1
components/binary-hooks
View file @
8b22917e
...
...
@@ -80,7 +80,7 @@ def main():
hooks
=
glob
.
glob
(
'config/hooks/*.hook'
)
+
glob
.
glob
(
'config/hooks/*.hook.binary'
)
for
hook
in
hooks
:
for
hook
in
sorted
(
hooks
)
:
if
verbose
:
print
(
'I: Copying config/hooks/*.hook.binary to binary/live-build'
)
...
...
components/bootstrap-hooks
View file @
8b22917e
...
...
@@ -80,7 +80,7 @@ def main():
hooks
=
glob
.
glob
(
'config/hooks/*.hook'
)
+
glob
.
glob
(
'config/hooks/*.hook.bootstrap'
)
for
hook
in
hooks
:
for
hook
in
sorted
(
hooks
)
:
if
verbose
:
print
(
'I: Copying config/hooks/*.hook.bootstrap to chroot/live-build'
)
...
...
components/chroot-hooks
View file @
8b22917e
...
...
@@ -80,7 +80,7 @@ def main():
hooks
=
glob
.
glob
(
'config/hooks/*.hook'
)
+
glob
.
glob
(
'config/hooks/*.hook.chroot'
)
for
hook
in
hooks
:
for
hook
in
sorted
(
hooks
)
:
if
verbose
:
print
(
'I: Copying config/hooks/*.hook.chroot to chroot/live-build'
)
...
...
components/init
View file @
8b22917e
...
...
@@ -143,6 +143,13 @@ def main():
os
.
makedirs
(
'config/includes.binary'
,
exist_ok
=
True
)
os
.
makedirs
(
'config/includes.source'
,
exist_ok
=
True
)
# Ensure correct include directory permissions avoiding tainting of target system
os
.
chmod
(
'config/includes'
,
0755
)
os
.
chmod
(
'config/includes.bootstrap'
,
0755
)
os
.
chmod
(
'config/includes.chroot'
,
0755
)
os
.
chmod
(
'config/includes.binary'
,
0755
)
os
.
chmod
(
'config/includes.source'
,
0755
)
# Configuring default package lists
os
.
makedirs
(
'config/package-lists'
,
exist_ok
=
True
)
...
...
components/source-hooks
View file @
8b22917e
...
...
@@ -80,7 +80,7 @@ def main():
hooks
=
glob
.
glob
(
'config/hooks/*.hook'
)
+
glob
.
glob
(
'config/hooks/*.hook.source'
)
for
hook
in
hooks
:
for
hook
in
sorted
(
hooks
)
:
if
verbose
:
print
(
'I: Copying config/hooks/*.hook.source to source/live-build'
)
...
...
manpages/de/lb-binary-hooks.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-binary-includes.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-bootstrap-cdebootstrap.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-bootstrap-debootstrap.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-bootstrap-hooks.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-bootstrap-includes.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-chroot-hooks.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-chroot-includes.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-init.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-source-hooks.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/de/lb-source-includes.de.1
View file @
8b22917e
...
...
@@ -11,7 +11,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1
31
.0
3
.2014 4.0~alpha3
3
\-1 "Live Systems Projekt"
.TH LIVE\-BUILD 1
26
.0
4
.2014 4.0~alpha3
4
\-1 "Live Systems Projekt"
.SH NAME
\fBlive\-build\fP \- System Build Komponenten
...
...
manpages/en/lb-binary-hooks.1
View file @
8b22917e
...
...
@@ -6,7 +6,7 @@
.\" under certain conditions; see COPYING for details.
.\"
.\"
.TH LIVE\-BUILD 1 2014\-0
3
\-
31
4.0~alpha3
3
-1 "Live Systems Project"
.TH LIVE\-BUILD 1 2014\-0
4
\-
26
4.0~alpha3
4
-1 "Live Systems Project"
.SH NAME
\fBlive\-build\fR \- Live System Build Components
...
...
manpages/en/lb-binary-includes.1
View file @
8b22917e
...
...
@@ -6,7 +6,7 @@
.\" under certain conditions; see COPYING for details.
.\"
.\"
.TH LIVE\-BUILD 1 2014\-0
3
\-
31
4.0~alpha3
3
-1 "Live Systems Project"
.TH LIVE\-BUILD 1 2014\-0
4
\-
26
4.0~alpha3
4
-1 "Live Systems Project"
.SH NAME
\fBlive\-build\fR \- Live System Build Components
...
...
manpages/en/lb-bootstrap-cdebootstrap.1
View file @
8b22917e
...
...
@@ -6,7 +6,7 @@
.\" under certain conditions; see COPYING for details.
.\"
.\"
.TH LIVE\-BUILD 1 2014\-0
3
\-
31
4.0~alpha3
3
-1 "Live Systems Project"
.TH LIVE\-BUILD 1 2014\-0
4
\-
26
4.0~alpha3
4
-1 "Live Systems Project"
.SH NAME
\fBlive\-build\fR \- Live System Build Components
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment