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
59370c1c
Commit
59370c1c
authored
Oct 08, 2012
by
Daniel Baumann
Browse files
Adding upstream version 3.0~a65.
parent
1d720078
Changes
43
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
59370c1c
3.0~a6
4
-1
3.0~a6
5
-1
functions/defaults.sh
View file @
59370c1c
...
...
@@ -184,29 +184,21 @@ Set_defaults ()
esac
# Setting initramfs hook
case
"
${
LB_
INITRAMFS
}
"
in
auto
)
case
"
${
LB_
SYSTEM
}
"
in
live
)
case
"
${
LB_MODE
}
"
in
ubuntu|kubuntu
)
LB_INITRAMFS
=
"casper"
LB_INITRAMFS
=
"
${
LB_INITRAMFS
:-
casper
}
"
;;
*
)
LB_INITRAMFS
=
"live-boot"
LB_INITRAMFS
=
"
${
LB_INITRAMFS
:-
live
-boot
}
"
;;
esac
;;
*
)
case
"
${
LB_SYSTEM
}
"
in
live
)
LB_INITRAMFS
=
"
${
LB_INITRAMFS
:-
auto
}
"
;;
normal
)
LB_INITRAMFS
=
"
${
LB_INITRAMFS
:-
none
}
"
;;
esac
normal
)
LB_INITRAMFS
=
"
${
LB_INITRAMFS
:-
none
}
"
;;
esac
...
...
@@ -977,28 +969,17 @@ Set_defaults ()
case
"
${
LB_INITRAMFS
}
"
in
live-boot
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=live config quiet splash
}
"
LB_BOOTAPPEND_LIVE_FAILSAFE
=
"
${
LB_BOOTAPPEND_LIVE_FAILSAFE
:-
boot
=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
;;
casper
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=casper quiet splash
}
"
LB_BOOTAPPEND_LIVE_FAILSAFE
=
"
${
LB_BOOTAPPEND_LIVE_FAILSAFE
:-
boot
=casper memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
;;
*
)
none
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
quiet
splash
}
"
;;
esac
case
"
${
LB_INITRAMFS
}
"
in
live-boot
)
LB_BOOTAPPEND_FAILSAFE
=
"
${
LB_BOOTAPPEND_FAILSAFE
:-
boot
=live config memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
;;
casper
)
LB_BOOTAPPEND_FAILSAFE
=
"
${
LB_BOOTAPPEND_FAILSAFE
:-
boot
=casper memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
;;
*
)
LB_BOOTAPPEND_FAILSAFE
=
"
${
LB_BOOTAPPEND_FAILSAFE
:-
memtest
noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
LB_BOOTAPPEND_LIVE_FAILSAFE
=
"
${
LB_BOOTAPPEND_LIVE_FAILSAFE
:-
memtest
noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
;;
esac
...
...
manpages/de/lb.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs
...
...
manpages/de/lb_binary.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage
...
...
manpages/de/lb_bootstrap.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage
...
...
manpages/de/lb_build.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
...
...
manpages/de/lb_chroot.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage
...
...
manpages/de/lb_clean.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory
...
...
manpages/de/lb_config.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
...
...
manpages/de/lb_source.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage
...
...
manpages/de/lb_testroot.de.1
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root
...
...
manpages/de/live-build.de.7
View file @
59370c1c
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2012\-10\-0
8
3.0~a6
5
\-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
...
...
manpages/en/lb.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs
...
...
manpages/en/lb_binary.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage
...
...
manpages/en/lb_bootstrap.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage
...
...
manpages/en/lb_build.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
...
...
manpages/en/lb_chroot.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fR \- Complete the chroot stage
...
...
manpages/en/lb_clean.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb clean\fR \- Clean build directory
...
...
manpages/en/lb_config.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
...
...
manpages/en/lb_source.1
View file @
59370c1c
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
8
3.0~a6
5
-1 "Debian Live Project"
.SH NAME
\fBlb source\fR \- Complete the source stage
...
...
Prev
1
2
3
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