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
1d720078
Commit
1d720078
authored
Oct 05, 2012
by
Daniel Baumann
Browse files
Adding upstream version 3.0~a64.
parent
e486fcbb
Changes
52
Hide whitespace changes
Inline
Side-by-side
VERSION
View file @
1d720078
3.0~a6
3
-1
3.0~a6
4
-1
data/debian-cd/natty
deleted
120000 → 0
View file @
e486fcbb
maverick
\ No newline at end of file
functions/defaults.sh
View file @
1d720078
...
...
@@ -925,23 +925,7 @@ Set_defaults ()
LB_CHECKSUMS
=
"
${
LB_CHECKSUMS
:-
sha256
}
"
# Setting compression
case
"
${
LB_MODE
}
"
in
progress
)
LB_COMPRESSION
=
"
${
LB_COMPRESSION
:-
none
}
"
;;
*
)
case
"
${
LB_PARENT_DISTRIBUTION
}
"
in
squeeze
)
LB_COMPRESSION
=
"
${
LB_COMPRESSION
:-
gzip
}
"
;;
*
)
LB_COMPRESSION
=
"
${
LB_COMPRESSION
:-
xz
}
"
;;
esac
;;
esac
LB_COMPRESSION
=
"
${
LB_COMPRESSION
:-
none
}
"
# Setting zsync
LB_ZSYNC
=
"
${
LB_ZSYNC
:-
true
}
"
...
...
@@ -990,16 +974,31 @@ Set_defaults ()
fi
# Setting boot parameters
LB_BOOTAPPEND_FAILSAFE
=
"
${
LB_BOOTAPPEND_FAILSAFE
:-
memtest
noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
}
"
case
"
${
LB_INITRAMFS
}
"
in
live-boot
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=live config quiet splash
}
"
;;
# LB_BOOTAPPEND_LIVE
case
"
${
LB_MODE
}
"
in
ubuntu
)
casper
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=casper quiet splash
}
"
;;
*
)
LB_BOOTAPPEND_LIVE
=
"
${
LB_BOOTAPPEND_LIVE
:-
boot
=live config quiet splash
}
"
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
}
"
;;
esac
...
...
functions/releases.sh
View file @
1d720078
...
...
@@ -22,7 +22,6 @@ RELEASE_charon="unstable"
# Ubuntu releases
RELEASE_hardy
=
"8.04"
# LTS: 2013-04-01
RELEASE_lucid
=
"10.04"
# LTS: 2015-04-01
RELEASE_natty
=
"11.04"
# 2012-10-01
RELEASE_oneiric
=
"11.10"
# 2013-04-01
RELEASE_precise
=
"12.04"
# LTS: 2017-04-01
RELEASE_quantal
=
"12.10"
# 2014-04-01
manpages/de/lb.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs
...
...
manpages/de/lb_binary.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage
...
...
manpages/de/lb_bootstrap.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage
...
...
manpages/de/lb_build.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-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 @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage
...
...
manpages/de/lb_clean.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory
...
...
manpages/de/lb_config.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
...
...
@@ -46,7 +46,7 @@
.br
[\fB\-\-bootloader\fP grub|syslinux|yaboot]
.br
[\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap
|copy
]
[\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap]
.br
[\fB\-\-cache\fP true|false]
.br
...
...
@@ -344,12 +344,9 @@ images types and bootloaders may be possible but live\-build does not support
them yet. \fBlb config\fP will fail to create such a not yet supported
configuration and give a explanation about it. For hdd images on amd64 and
i386, the default is syslinux. yaboot is only used on powerpc.
.IP "\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap
|copy
" 4
.IP "\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap" 4
defines which program is used to bootstrap the debian chroot, default is
debootstrap. Note that if you set the bootstrap program to copy, then your
host system is copied. This can be useful if you want to convert/clone your
existing host system into a live system, however, make sure you do have
enough free space as this can, depending on your host system, get quite big.
debootstrap.
.IP "\fB\-\-cache\fP true|false" 4
defines globally if any cache should be used at all. Different caches can be
controled through the their own options.
...
...
manpages/de/lb_source.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage
...
...
manpages/de/lb_testroot.de.1
View file @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
\-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 @
1d720078
...
...
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 2012\-10\-0
2
3.0~a6
3
\-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2012\-10\-0
5
3.0~a6
4
\-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
...
...
@@ -111,8 +111,6 @@ to change in order to improve the end user experience.
cache bootstrap stage
.IP \fBlb_bootstrap_cdebootstrap\fP(1) 4
bootstrap a Debian system with cdebootstrap(1)
.IP \fBlb_bootstrap_copy\fP(1) 4
bootstrap by copying the host system
.IP \fBlb_bootstrap_debootstrap\fP(1) 4
bootstrap a Debian system with debootstrap(8)
.SS "Chroot commands"
...
...
manpages/en/lb.1
View file @
1d720078
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs
...
...
manpages/en/lb_binary.1
View file @
1d720078
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage
...
...
manpages/en/lb_bootstrap.1
View file @
1d720078
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage
...
...
manpages/en/lb_build.1
View file @
1d720078
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.SH NAME
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
...
...
manpages/en/lb_chroot.1
View file @
1d720078
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fR \- Complete the chroot stage
...
...
manpages/en/lb_clean.1
View file @
1d720078
.TH LIVE\-BUILD 1 2012\-10\-0
2
3.0~a6
3
-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-10\-0
5
3.0~a6
4
-1 "Debian Live Project"
.SH NAME
\fBlb clean\fR \- Clean build directory
...
...
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