Adding debian version 4.0~a1-1.

This commit is contained in:
Daniel Baumann 2013-05-06 14:48:46 +02:00
parent 160d6bade7
commit d1047e809a
218 changed files with 8482 additions and 2313 deletions

View File

@ -1 +1 @@
3.0.5-1
4.0~a1-1

2
bin/lb
View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@ -30,9 +30,10 @@ then
man live-build
exit 0
else
Echo "live-build contains the scripts to build a Debian Live system from a configuration directory."
Echo "live-build is a set of scripts to build Debian Live system images."
echo
Echo "The idea behind live-build is a framework that uses a configuration directory to completely automate and customize all aspects of building a Live image."
echo
Echo "An introduction to live-build can be found in the live-build(7) manpage."
exit 0
fi

View File

@ -0,0 +1,26 @@
The grub splash for Debian Live was made by Daniel Baumann <daniel@debian.org>
based on the original work of Mark Riedesel.
The contribution of Daniel is hereby placed in the public domain (no rights
reserved).
---------------
http://dugnet.com/klown/pics/klowner_debboot.png
by Mark Riedesel, license same as open use logo
To create klowner.rle:
1. convert klowner.png klowner.bmp
2. bmptoppm < klowner.bmp | ppmtolss16 #FBFDFA=7 > klowner.rle
(FBFDFA is the color used for the inside of the "n" in Debian.)
---------------
Debian Open Use Logo License
Copyright (c) 1999 Software in the Public Interest
This logo or a modified version may be used by anyone to refer to the Debian
project, but does not indicate endorsement by the project.
Note: we would appreciate that you make the image a link to
http://www.debian.org/ if you use it on a web page.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

300
debian/changelog vendored
View File

@ -1,300 +1,8 @@
live-build (3.0.5-1) unstable; urgency=low
live-build (4.0~a1-1) experimental; urgency=low
* Skipping loadlin inclusion on netboot images.
* Dropping support for squeeze and squeeze-based distributions.
-- Daniel Baumann <daniel@debian.org> Tue, 30 Apr 2013 10:26:09 +0200
live-build (3.0.4-1) unstable; urgency=low
* Correcting variable typo when setting distribution specific defaults
of the backports mirror for the binary image.
-- Daniel Baumann <daniel@debian.org> Mon, 29 Apr 2013 12:47:24 +0200
live-build (3.0.3-1) unstable; urgency=low
* Updating debian-backports mirrors for wheezy.
* Enabling release updates (formerly known as volatile) for wheezy.
-- Daniel Baumann <daniel@debian.org> Thu, 25 Apr 2013 17:39:31 +0200
live-build (3.0.2-1) unstable; urgency=low
[ Daniel Baumann ]
* Allowing to use parted its automatic offset handling at the beginning
of a disk, rather than to harcode it to first block (Closes: #647607).
* Aborting with error if hdd label has a whitespace (Closes: #648861).
* Updating d-i suite symlink for wheezy release.
* Correcting typo in grub2 config template.
* Synchronise grub and grub2 splashes with internal live-build splash
for syslinux bootloaders.
* Removing non-existent --apt-indices none references.
* Also showing distribution in lb config initial messages.
* Making messages about reading system conffiles in lb config more
accurate.
* Harmonize handling of pre-existing gnupg dotfiles in chroot when
handling fake signing keys for local repository.
* Making some more debian source-selections conditional on certain image
options.
* Adding source_hooks for hooks on source images like already supported
on binary images.
[ Richard Nelson ]
* Add sanity check on config type to build for l-b-cgi.
* Add _CGI_CONFIG_APPEND varialbe for appending options to lb config
call on l-b-cgi frontend.
* Change _CGI_CONFIG_APPEND to front of the lb config call on l-b-cgi
frontend.
* Removing quotes around _CGI_CONFIG_APPEND to handle multiple
parameters correctly on l-b-cgi frontend.
* Adding binary image type to config call on l-b-cgi frontend.
* Add log information of git:://url for l-b-cgi frontend.
* Append to log file on errors and not truncate the file on l-b-cgi
frontend.
[ Daniel Baumann ]
* Correcting spelling typos, thanks to Adam D. Barratt <adam@adam-
barratt.org.uk>.
[ Raphaël Hertzog ]
* Fixing win32-loader.ini by including the GTK related entries.
[ Daniel Baumann ]
* Correcting typo directory when dereferencing syslinux symlinks when
building chrooted, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.
* Using dpkg-divert in chroot_upstart script to handle upgrades of
upstart during the build (Closes: #702537).
* Using dpkg-divert for other diversions too to handle upgrades of the
diverted stuff during build.
* Adding generic live-build handle in chroot_dpkg for other live
packages to act upon.
* Updating fallback help message in live-build pseudo-command.
* Correcting grammer error in live-build description.
* Adding set -e in example auto scripts.
[ Richard Nelson ]
* Converting l-b-cgi frontend to process forms with post.
[ Daniel Baumann ]
* Cleaning up installer file locations for progress-linux.
* Stripping out comments in package lists.
* Updating derivatives archive-key signature validiation to look by
default at both debian and debian-maintainers keyrings.
* Updating bootstrap mirror for progress-linux.
-- Daniel Baumann <daniel@debian.org> Thu, 25 Apr 2013 12:41:54 +0200
live-build (3.0.1-1) unstable; urgency=low
* Removing superfluous menu default directive in installer syslinux
menues.
* Updating wheezy release number.
* Updating squeeze point-release number.
* Dropping German manpage translations stubs for the release.
-- Daniel Baumann <daniel@debian.org> Thu, 14 Feb 2013 19:31:04 +0100
live-build (3.0.0-1) unstable; urgency=low
* Updating wheezy pre-release number for b4.
* Dropping dpkg compression level.
* Correcting spelling typos in changelog to make lintian happy.
* Escaping quotes to workaround a false-positive of checkbashisms in
binary_debian-installer.
* Correcting install path in loadlins install.bat for the gtk d-i
flavour.
* Switching default binary filesystem for hdd images to fat32 to be more
robust on todays flash devices.
* Correcting vshift in syslinux themes to correct display bug with
overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
* Adding bootrap_archive-keys to establish secure trust-chain on top of
debian-keyring for derivatives.
* Updating syslinux configurations and handling for syslinux 5.
* Adding hook to remove systemd machine-id.
* Renumbering hooks.
* Correcting wrong debian-installer syslinux menu files.
* Including HDT in advanced options menu within syslinux menu.
* Updating binary_debian-installer for newer append replacement
variables used in syslinux configs.
* Dropping theme package support, themes are either in the config tree
or the embedded one from live-build is used.
* Correctly remove binary contents and packages file in clean script.
* Adding key-shortcut for advanced options in syslinux menu.
* Removing default menu marker for install entry in syslinux menu.
* Converting splash.svg not just splash.svg.in files as syslinux
bootsplashes.
* Removing dropped syslinux-theme config option from lb_config manpage.
-- Daniel Baumann <daniel@debian.org> Sat, 09 Feb 2013 00:18:07 +0100
live-build (3.0~b6-1) unstable; urgency=low
[ Daniel Baumann ]
* Updating manpage year handling for 2013.
* Updating wheezy beta-release number.
* Using cat instead of echo to workaround incompatible and conflicting
uses in escaping of \t in dash and bash, and less importantly to
workaround a false-positive in checkbashisms.
* Updating footer link to 'legal information' in cgi html template.
* Cleaning up binary_loadlin.
* Updating for twitter-bootstrap usage on live.debia.net in the cgi html
templates.
* Updating footer in cgi html template.
* Correcting spelling typo in html footer of the cgi, thanks to Jean-
Christophe Saint-Marc <jchristophe.stmarc@free.fr>.
* Removing reference to removed --package-lists option in lb_config
manpage (Closes: #698260).
[ Richard Nelson ]
* Correcting typo on functions/default.sh, thanks to jhcha54008
<jhcha54008@free.fr> (Closes: #698397).
[ Daniel Baumann ]
* Updating samhain workaround in chroot_dpkg to work if live-build is
being used with sudo or fakeroot (Closes: #698423).
* Correcting apt-key cleanup of local dummy signing keys when using
local packages, thanks to jhcha54008 <jhcha54008@free.fr>.
* Falling back to use genisoimage when building squeeze iso-hybrid
images.
* Applying slightly modified patch from Raphaël Hertzog
<hertzog@debian.org> to fix automatic firmware inclusion when using
debian-installer with live-installer and having firmware packages
installed in the live system already.
-- Daniel Baumann <daniel@debian.org> Sun, 20 Jan 2013 10:17:42 +0100
live-build (3.0~b5-1) unstable; urgency=low
* Omitting binary manifest creation when chroot filesystem is set to
none.
* Omitting memtest in binary if chroot filesystem is set to none.
* Removing redundant check for linux-images in binary_linux-image.
* Correcting glitch with plain chroot filesystems in binary_chroot.
* Switching order of kernel flavours in defaults, the last added one in
the list becomes the default symlink target in the rootfs by apt.
* Using .cfg suffix for consistency with debian-installer on preseed
files in config/preseed.
* Adding sample gitignore file in examples.
* Setting debian-installer to false in all modes by default.
* Updating year in all copyright notices.
* Updating removal of backup files in stripped example hook to also work
with spaces in filenames.
* Don't fail when adding symlinks for firmware in binary/firmware for
debian-installer and the symlink already exists (Closes: #696688).
* Defaulting to obsolete md5 for checksums instead of sha256 on debian,
as debians cdrom-check in d-i only supports md5.
* Defaulting to obsolete filenames for checksums on debian, as debians
cdrom-check in d-i only supports legacy filenames (Closes: #697082).
* Correcting spelling typo in help text within the binary checksums
file.
* Also ignoring legacy checksum filenames when creating checksum files.
* Creating autorun.inf in binary_win32-loader.
* Dropping stable and unstable dist symlinks for d-i in dists for
wheezy.
* Creating install.bat for loadlin.
* Only including gtk d-i in win32-loader config if available on the
target image.
* Updating win32-loader.ini for wheezy.
* Correcting legacy filename for checksum files.
* Removing all checksum files in lb clean.
* Adding support for sha512 checksums.
* Dropping pre-squeeze handling for win32-loader files.
-- Daniel Baumann <daniel@debian.org> Wed, 02 Jan 2013 11:45:30 +0100
live-build (3.0~b4-1) unstable; urgency=low
[ Daniel Baumann ]
* Moving removal of actual backup files for apt sources into correct
hook.
* Renumbering hooks.
* Disabling accidentally enabled removal of apt sources hook by default.
[ Richard Nelson ]
* Unify _DEBUG variable values to be true or false for l-b-cgi.
[ Daniel Baumann ]
* Removing grub package from binary_debian-installer for wheezy.
-- Daniel Baumann <daniel@debian.org> Sun, 23 Dec 2012 10:50:38 +0100
live-build (3.0~b3-1) unstable; urgency=low
* Removing old code in chroot_hacks for tasks which are not used
anymore.
* Moving kexec-tools default preseeding into its own hook script.
* Marking loop-aes-utils related hack as squeeze only.
* Moving removal of backup and temporary files to their own hook script.
* Adding default hook to truncate log files.
* Also removing man chache in remove-temporary-files hook.
* Adding default hook to use newest nvidia version.
* Using consistent naming for default hooks.
* Adding default hook to use mesa glx renderer.
* Merging remove-linux-image-backups into remove-backup-files hook.
* Renumbering hooks.
* Correcting config tree version check for older versions.
* Correcting config tree version check for the current version.
* Removing some dead default handling code for global includes which do
not exist anymore.
* Removing kubuntu mode, it's not different anymore to standard ubuntu
mode.
-- Daniel Baumann <daniel@debian.org> Mon, 17 Dec 2012 20:29:56 +0100
live-build (3.0~b2-1) unstable; urgency=low
[ Daniel Baumann ]
* Updating wheezy release number.
* Removing not really useful symlinks example hook.
* Adding default hook to remove mdadm configuration.
* Correcting spelling typo in bug script.
* Adding support for live-images configs and arbitrary configuration
directories in lb_config --config option.
* Avoid re-populating an already populated configuration tree when using
lb config --config.
* Updating removal of adjtime in a split out hook for wheezy.
[ Richard Nelson ]
* Update l-b-cgi frontend to support new git config structure.
[ Daniel Baumann ]
* Switching from genisoimage to xorriso.
-- Daniel Baumann <daniel@debian.org> Sun, 16 Dec 2012 21:57:11 +0100
live-build (3.0~b1-1) unstable; urgency=low
[ Raphaël Hertzog ]
* Adding initial menu entries for debian-installer.
[ Daniel Baumann ]
* Removing local/bin by default in lb_clean too.
* Skipping creation of soon to be replaced config/templates directory.
-- Daniel Baumann <daniel@debian.org> Mon, 10 Dec 2012 20:38:58 +0100
live-build (3.0~a69-1) unstable; urgency=low
* Also avoiding to use xz compression for squashfs for kubuntu.
* Removing some leftovers from stripped and minimal package lists.
* Updating powerpc kernel list on ubuntu.
* Adding dropped empty-line separator in defaults.
* Adding dropped empty-line separator in binary_debian-installer.
* Updating wording about regenerating config trees.
* Correcting test for no config tree version number to match all other
cases, not just lower-than-1.
* Harmonizing apt configuration handling in chroot_archives.
* Adding support for local apt conf.d snippets in archive definitions
(Closes: #685791).
* Ensuring that functions are either sources locally or globally, but
not both.
* Adding proper header to build.sh include.
* Dropping ubuntu guards on firmware selection code, we're not enabling
firmware inclusion in ubuntu mode anyway.
* Adding back legacy filtering for firmware packages on squeeze when
contrib or non-free is not enabled.
-- Daniel Baumann <daniel@debian.org> Thu, 06 Dec 2012 21:09:00 +0100
-- Daniel Baumann <daniel@debian.org> Fri, 30 Nov 2012 15:22:32 +0100
live-build (3.0~a68-1) unstable; urgency=low
@ -4504,7 +4212,7 @@ live-helper (1.0~a38-1) unstable; urgency=medium
* Don't fail if resolv.conf is a symlink, thanks to David Madore
<david.madore@ens.fr> (Closes: #457595).
* Fixing changelog.
* Consistently using the pipe as separator in sed commands now.
* Consistently using the pipe as seperator in sed commands now.
* Checking for /sys/class rather than /sys/kernel, avoids problem when
running under OpenVZ which doesn't have sys/kernel, thanks to
Takeshi Yaegashi <yaegashi@debian.org>.

8
debian/control vendored
View File

@ -16,11 +16,11 @@ Recommends:
live-boot-doc, live-config-doc, live-manual-html | live-manual, cpio,
gnu-fdisk
Suggests:
dosfstools, debian-keyring, xorriso, git, gpgv, loadlin, memtest86+ | memtest86,
mtools, parted, squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub,
dosfstools, genisoimage, git, loadlin, memtest86+ | memtest86, mtools, parted,
squashfs-tools | mtd-tools, sudo | fakeroot, syslinux | grub,
uuid-runtime, win32-loader
Description: Live System Build Scripts
live-build contains the scripts to build a live system from a configuration
live-build contains the scripts that build a live system from a configuration
directory.
Package: live-build-cgi
@ -28,7 +28,7 @@ Architecture: all
Depends: ${misc:Depends}, live-build (= ${source:Version})
Recommends: apache2 | httpd, cron
Description: Live System Build Scripts (CGI frontend)
live-build contains the scripts to build a live system from a configuration
live-build contains the scripts that build a live system from a configuration
directory.
.
This package contains the CGI frontend (experimental!).

35
debian/copyright vendored
View File

@ -4,11 +4,15 @@ Upstream-Contact: Debian Live Project <debian-live@lists.debian.org>
Source: http://live.debian.net/archive/packages/live-build/
Files: *
Copyright: 2006-2013 Daniel Baumann <daniel@debian.org>
Copyright: 2006-2012 Daniel Baumann <daniel@debian.org>
License: GPL-3+
Files: contrib/grub-splash/lenny
Copyright: n/a
License: other
Files: share/bootloaders/*/splash.svg.in
Copyright: 2006-2013 Daniel Baumann <daniel@debian.org>
Copyright: 2006-2012 Daniel Baumann <daniel@debian.org>
License: other
License: GPL-3+
@ -28,6 +32,33 @@ License: GPL-3+
The complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL-3 file.
License: other
The splash for Debian Live was made by Daniel Baumann <daniel@debian.org> based
on the original work of Mark Riedesel.
.
The contribution of Daniel is hereby placed in the public domain (no rights
reserved).
.
---------------
http://dugnet.com/klown/pics/klowner_debboot.png
by Mark Riedesel, license same as open use logo
.
To create klowner.rle:
.
1. convert klowner.png klowner.bmp
2. bmptoppm < klowner.bmp | ppmtolss16 #FBFDFA=7 > klowner.rle
(FBFDFA is the color used for the inside of the "n" in Debian.)
---------------
.
Debian Open Use Logo License
.
Copyright (c) 1999 Software in the Public Interest
This logo or a modified version may be used by anyone to refer to the Debian
project, but does not indicate endorsement by the project.
.
Note: we would appreciate that you make the image a link to
http://www.debian.org/ if you use it on a web page.
License: other
The splash for Debian Live was made by Daniel Baumann <daniel@debian.org> based
on the Debian Open Use Logo.

View File

@ -1,9 +1,9 @@
Before submitting a bug report against live-build, please make sure
that you have read your guidelines for Debian Live bug reports:
that you have read your guidlines for Debian Live bug reports:
http://live.debian.net/manual/
By providing the required information as outlined in the guidelines makes
By providing the required information as outlined in the guidlines makes
sure that we can optimally reproduce and fix bugs, not doing so wastes a
lot of time for both the maintainers and the submitters.

View File

@ -6,7 +6,7 @@ DEFAULT_SETTINGS="/etc/live/build.conf"
dpkg -l debootstrap cdebootstrap
# Checking suggests
dpkg -l dosfstools xorriso loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools sudo fakeroot syslinux grub uuid-runtime win32-loader
dpkg -l dosfstools genisoimage loadlin memtest86+ memtest86 mtools parted squashfs-tools mtd-tools sudo fakeroot syslinux grub uuid-runtime win32-loader
if [ -e "${DEFAULT_SETTINGS}" ]; then
echo "Contents of ${DEFAULT_SETTINGS}:"

2
debian/rules vendored
View File

@ -15,7 +15,7 @@ override_dh_auto_install:
mv debian/live-build/usr/share/live/build/cgi debian/live-build-cgi/usr/share/live/build
override_dh_builddeb:
dh_builddeb -- -Zxz
dh_builddeb -- -Zxz -z9
override_dh_installchangelogs:
dh_installchangelogs docs/ChangeLog

View File

@ -1 +1,2 @@
compression = xz
compression-level = 9

View File

@ -1,5 +1,3 @@
#!/bin/sh
set -e
lb build noauto "${@}" 2>&1 | tee build.log

View File

@ -1,7 +1,5 @@
#!/bin/sh
set -e
lb clean noauto "${@}"
rm -f config/binary config/bootstrap config/chroot config/common config/source

View File

@ -1,6 +1,4 @@
#!/bin/sh
set -e
lb config noauto \
"${@}"

View File

@ -1,29 +0,0 @@
binary/
binary*.iso
binary*.img
binary*.tar*
binary*.contents
binary*.packages
binary*.zsync
.build/
build.log
cache/
chroot/
chroot.packages.*
config/binary
config/bootstrap
config/chroot
config/common
config/source
source/
source*.iso
source*.img
source*.tar*
source*.contents
source*.packages
source*.zsync

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -31,7 +31,7 @@ done
apt-get autoremove --yes || true
# Removing unused files
find . -name *~ -print0 | xargs -0 rm -f
find . -name *~ | xargs rm -f
rm -rf /usr/include/*
#rm -rf /usr/share/groff/*

22
examples/hooks/symlinks.chroot Executable file
View File

@ -0,0 +1,22 @@
#!/bin/sh
# This is a hook for live-build(7) to install localepurge.
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
# directory.
#
_PURGE=""
if [ ! -x "$(which symlinks 2>/dev/null)" ]
then
_PURGE="true"
apt-get install symlinks
fi
symlinks -c -r -s /
if [ "${_PURGE}" = "true" ]
then
apt-get remove --purge symlinks
fi

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -22,8 +22,8 @@ fi
_HOSTNAME="$(hostname -f)"
# Turn on debug if true
if [ "${_DEBUG}" = "true" ]
# Turn on debug if enabled
if [ "${_DEBUG}" = "enabled" ]
then
set -x
fi
@ -32,14 +32,6 @@ fi
echo "Content-type: text/html"
echo
#QUERY_STRING=`cat /dev/stdin`
QUERY_STRING=$(cat /dev/stdin)
# Translate parameters
QUERY_STRING=$(echo "${QUERY_STRING}" | sed -e 's/%2F/\//g' -e 's/+/ /g' -e 's/%3B/;/g' -e 's/%7E/~/g' -e 's/%3A/:/g' -e 's/%40/@/g' -e 's/%3D/=/g' -e 's/%2B/+/g')
# Debug the filtering string
# echo ${QUERY_STRING}
# Sending html header
cat "${_TEMPLATES}"/header.html
@ -60,6 +52,11 @@ else
# Converting '=': sed 's/%3D/=/g'
# Converting '+': sed 's/%2B/+/g'
# Translate parameters
QUERY_STRING=$(echo "${QUERY_STRING}" | sed -e 's/%2F/\//g' -e 's/+/ /g' -e 's/%3B/;/g' -e 's/%7E/~/g' -e 's/%3A/:/g' -e 's/%40/@/g' -e 's/%3D/=/g' -e 's/%2B/+/g')
# Debug the filtering string
# echo ${QUERY_STRING}
# Email
_EMAIL=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])email=[-0-9a-zA-Z._@]+' | cut -f 2 -d '=' | head -n1)
@ -67,7 +64,8 @@ else
_LB_CGIPACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])cgipackages=[-0-9a-zA-Z. _+]+' | cut -f 2 -d '=' | head -n1)
# CGI Config for git
_LB_CONFIG=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])config=[-a-z]+' | cut -f 2 -d '=' | head -n1)
_LB_CONFIG=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])config=[-a-z.]+' | cut -f 2 -d '=' | head -n1)
_LB_CONFIG="git://live.debian.net/git/${_LB_CONFIG}"
# Standard options
LB_BINARY_IMAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])binary_images=[-a-z]+' | cut -f 2 -d '=' | head -n1)

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -20,15 +20,15 @@ else
fi
# Exit if disabled
if [ "${_WEBBUILD}" != "true" ]
if [ "${_WEBBUILD}" != "enabled" ]
then
exit 0
fi
_HOSTNAME="$(hostname -f)"
# Turn on debug if true
if [ "${_DEBUG}" = "true" ]
# Turn on debug if enabled
if [ "${_DEBUG}" = "enabled" ]
then
set -x
fi
@ -63,57 +63,47 @@ then
# Pull in variables from the build file.
. "${_FILE}"
# Clone the git config to target build directory
git clone ${_LB_CONFIG} "${_TEMPDIR}"/"${_BUILD}" >> /var/log/live
_ERRORGIT="${?}"
# Drop out some build data for information if something goes wrong.
echo "`date +%b\ %d\ %H:%M:%S` ${_HOSTNAME} live-build-cgi: begin web build (${_BUILD})." >> /var/log/live
# Clone the git config to target build directory
git clone ${_LB_GIT} "${_TEMPDIR}"/"${_BUILD}" >> /var/log/live
_ERRORGIT="${?}"
# Sanity check to default to something since we are going to build from git clone.
if [ -z "${_LB_CONFIG}" ]
then
_LB_CONFIG="standard"
fi
# Now set a variable for the correct build path
_BUILD_PATH="${_TEMPDIR}/${_BUILD}/images/${_LB_CONFIG}"
_DATE_START="`date -R`"
echo "Begin live-build-cgi: ${_DATE_START}" > "${_BUILD_PATH}"/log
echo "Info live-build-cgi: Config tree cloned from ${_LB_GIT} for build ${_BUILD}" >> "${_BUILD_PATH}"/log
# Creating directory for the config/package-lists
mkdir -p "${_BUILD_PATH}"/config/package-lists
mkdir -p "${_TEMPDIR}"/"${_BUILD}"/config/package-lists
# Add cgipackages.list.chroot
if [ -n "${_LB_CGIPACKAGES}" ]
then
echo "${_LB_CGIPACKAGES}" > "${_BUILD_PATH}"/config/package-lists/cgipackages.list.chroot
echo "${_LB_CGIPACKAGES}" > "${_TEMPDIR}"/"${_BUILD}"/config/package-lists/cgipackages.list.chroot
fi
_DATE_START="`date -R`"
echo "Begin: ${_DATE_START}" > "${_TEMPDIR}"/"${_BUILD}"/log
# Generating config here
if [ "${_ERRORGIT}" -eq "0" ]
then
cd "${_BUILD_PATH}"
cd "${_TEMPDIR}"/"${_BUILD}"
# Do config with git and stack on config file params to build
lb config ${_CGI_CONFIG_APPEND} --distribution "${LB_DISTRIBUTION}" --binary-images "${LB_BINARY_IMAGES}" --architectures "${LB_ARCHITECTURES}" --archive-areas "${LB_ARCHIVE_AREAS}" --chroot-filesystem "${LB_CHROOT_FILESYSTEM}" --linux-flavours "${LB_LINUX_FLAVOURS}" --security "${LB_SECURITY}" --apt-indices "${LB_APT_INDICES}" --bootappend-install "${LB_BOOTAPPEND_INSTALL}" --bootappend-live "${LB_BOOTAPPEND_LIVE}" --bootloader "${LB_BOOTLOADER}" --debian-installer "${LB_DEBIAN_INSTALLER}" --iso-application "${LB_ISO_APPLICATION}" --iso-preparer "${LB_ISO_PREPARER}" --iso-publisher "${LB_ISO_PUBLISHER}" --iso-volume "${LB_ISO_VOLUME}" --memtest "${LB_MEMTEST}" --net-root-path "${LB_NET_ROOT_PATH}" --net-root-server "${LB_NET_ROOT_SERVER}" --source-images "${LB_SOURCE_IMAGES}" --source "${LB_SOURCE}"
lb config --distribution "${LB_DISTRIBUTION}" --architectures "${LB_ARCHITECTURES}" --archive-areas "${LB_ARCHIVE_AREAS}" --chroot-filesystem "${LB_CHROOT_FILESYSTEM}" --linux-flavours "${LB_LINUX_FLAVOURS}" --security "${LB_SECURITY}" --apt-indices "${LB_APT_INDICES}" --bootappend-install "${LB_BOOTAPPEND_INSTALL}" --bootappend-live "${LB_BOOTAPPEND_LIVE}" --bootloader "${LB_BOOTLOADER}" --debian-installer "${LB_DEBIAN_INSTALLER}" --iso-application "${LB_ISO_APPLICATION}" --iso-preparer "${LB_ISO_PREPARER}" --iso-publisher "${LB_ISO_PUBLISHER}" --iso-volume "${LB_ISO_VOLUME}" --memtest "${LB_MEMTEST}" --net-root-path "${LB_NET_ROOT_PATH}" --net-root-server "${LB_NET_ROOT_SERVER}" --source-images "${LB_SOURCE_IMAGES}" --source "${LB_SOURCE}"
_ERRORCONFIG="${?}"
else
echo "Config stage skipped. The git clone produced an error: ${_ERRORGIT}" >> "${_BUILD_PATH}"/log
echo "Config stage skipped. The git clone produced an error: ${_ERRORGIT}" > "${_TEMPDIR}"/"${_BUILD}"/log
fi
# Run build if config went ok
if [ "${_ERRORCONFIG}" -eq "0" ]
then
lb build >> "${_BUILD_PATH}"/log 2>&1
lb build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
_ERRORBUILD="${?}"
else
echo "Build stage skipped. Config produced an error: ${_ERRORCONFIG}" >> "${_BUILD_PATH}"/log
echo "Build stage skipped. Config produced an error: ${_ERRORCONFIG}" > "${_TEMPDIR}"/"${_BUILD}"/log
fi
_DATE_END="`date -R`"
echo "End: ${_DATE_END}" >> "${_BUILD_PATH}"/log
echo "End: ${_DATE_END}" >> "${_TEMPDIR}"/"${_BUILD}"/log
# Creating image directory
mkdir -p "${_DESTDIR}"/"${_BUILD}"
@ -149,23 +139,23 @@ EOF
# Moving binary image
#if ls "${_TEMPDIR}"/"${_BUILD}"/binary*.* > /dev/null 2>&1
if Find_files ${_BUILD_PATH}/binary*.*
if Find_files ${_TEMPDIR}/${_BUILD}/binary*.*
then
mv "${_BUILD_PATH}"/binary*.* "${_DESTDIR}"/"${_BUILD}"
mv "${_TEMPDIR}"/"${_BUILD}"/binary*.* "${_DESTDIR}"/"${_BUILD}"
fi
# Moving source image
#if ls "${_TEMPDIR}"/"${_BUILD}"/source.* > /dev/null 2>&1
if Find_files ${_BUILD_PATH}/source.*
if Find_files ${_TEMPDIR}/${_BUILD}/source.*
then
mv "${_BUILD_PATH}"/source.* "${_DESTDIR}"/"${_BUILD}"
mv "${_TEMPDIR}"/"${_BUILD}"/source.* "${_DESTDIR}"/"${_BUILD}"
fi
# Moving build
mv "${_TEMPDIR}"/"${_BUILD}".build "${_DESTDIR}"/"${_BUILD}"/build
# Moving log
mv "${_BUILD_PATH}"/log "${_DESTDIR}"/"${_BUILD}"
mv "${_TEMPDIR}"/"${_BUILD}"/log "${_DESTDIR}"/"${_BUILD}"
# Generating md5sum
cd "${_DESTDIR}"/"${_BUILD}"
@ -177,21 +167,21 @@ EOF
# Unmounting devpts-live
#if ls "${_TEMPDIR}"/"${_BUILD}"/chroot/dev/pts/* > /dev/null 2>&1
if Find_files ${_BUILD_PATH}/chroot/dev/pts/*
if Find_files ${_TEMPDIR}/${_BUILD}/chroot/dev/pts/*
then
umount "${_BUILD_PATH}"/chroot/dev/pts
umount "${_TEMPDIR}"/${_BUILD}/chroot/dev/pts
fi
# Unmounting proc
if [ -f "${_BUILD_PATH}"/chroot/proc/version ]
if [ -f "${_TEMPDIR}"/"${_BUILD}"/chroot/proc/version ]
then
umount "${_BUILD_PATH}"/chroot/proc
umount "${_TEMPDIR}"/"${_BUILD}"/chroot/proc
fi
# Unmounting sysfs
if [ -d "${_BUILD_PATH}"/chroot/sys/kernel ]
if [ -d "${_TEMPDIR}"/"${_BUILD}"/chroot/sys/kernel ]
then
umount "${_BUILD_PATH}"/chroot/sys
umount "${_TEMPDIR}"/${_BUILD}/chroot/sys
fi
# Removing build directory

View File

@ -1,17 +1,13 @@
# Defaults for /etc/cron.daily/live-build-cgi
_WEBBUILD="false"
_WEBBUILD="disabled"
_MODE="debian"
_DEBUG="false"
_DEBUG="disabled"
_DESTDIR="/srv/debian-live/build/www"
_TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}"
_TEMPDIR="/srv/debian-live/build/tmp"
_SERVER="http://live.debian.net/build"
_LB_GIT="git://live-systems.org/git/live-images.git"
_CGI_CONFIG_APPEND=""

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -21,7 +21,7 @@ Set_defaults ()
# Setting system type
LB_SYSTEM="${LB_SYSTEM:-live}"
# Setting mode (currently: debian, emdebian, progress-linux, and ubuntu)
# Setting mode (currently: debian, emdebian, progress-linux, ubuntu and kubuntu)
if [ -x /usr/bin/lsb_release ]
then
_DISTRIBUTOR="$(lsb_release -is | tr [A-Z] [a-z])"
@ -54,7 +54,7 @@ Set_defaults ()
LB_DERIVATIVE="true"
;;
ubuntu)
ubuntu|kubuntu)
LB_DISTRIBUTION="${LB_DISTRIBUTION:-precise}"
LB_DERIVATIVE="false"
;;
@ -68,11 +68,6 @@ Set_defaults ()
case "${LB_MODE}" in
progress-linux)
case "${LB_DISTRIBUTION}" in
artax|artax-backports)
LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-squeeze}"
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
;;
baureo|baureo-backports)
LB_PARENT_DISTRIBUTION="${LB_PARENT_DISTRIBUTION:-wheezy}"
LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION="${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_PARENT_DISTRIBUTION}}"
@ -176,7 +171,7 @@ Set_defaults ()
case "${LB_SYSTEM}" in
live)
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_INITRAMFS="${LB_INITRAMFS:-casper}"
;;
@ -195,7 +190,7 @@ Set_defaults ()
# Setting initsystem
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
case "${LB_INITRAMFS}" in
live-boot)
LB_INITSYSTEM="${LB_INITSYSTEM:-upstart}"
@ -204,15 +199,7 @@ Set_defaults ()
;;
progress-linux)
case "${LB_DISTRIBUTION}" in
artax|artax-backports)
LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
;;
*)
LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
;;
esac
LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
;;
*)
@ -281,15 +268,7 @@ Set_defaults ()
fi
# Setting tasksel
case "${LB_PARENT_DISTRIBUTION}" in
squeeze)
LB_TASKSEL="${LB_TASKSEL:-tasksel}"
;;
*)
LB_TASKSEL="${LB_TASKSEL:-apt}"
;;
esac
LB_TASKSEL="${LB_TASKSEL:-apt}"
# Setting root directory
case "${LB_MODE}" in
@ -302,8 +281,16 @@ Set_defaults ()
;;
esac
# Setting includes
if [ -n "${LIVE_BUID}" ]
then
LB_INCLUDES="${LB_INCLUDES:-${LIVE_BUILD}/includes}"
else
LB_INCLUDES="${LB_INCLUDES:-/usr/share/live/build/includes}"
fi
# Setting templates
if [ -n "${LIVE_BUILD}" ]
if [ -n "${LIVE_BUID}" ]
then
LB_TEMPLATES="${LB_TEMPLATES:-${LIVE_BUILD}/templates}"
else
@ -362,10 +349,10 @@ Set_defaults ()
progress-linux)
LB_PARENT_MIRROR_BOOTSTRAP="${LB_PARENT_MIRROR_BOOTSTRAP:-http://ftp.debian.org/debian/}"
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/packages/}"
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://cdn.archive.progress-linux.org/progress/}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BOOTSTRAP="${LB_MIRROR_BOOTSTRAP:-http://archive.ubuntu.com/ubuntu/}"
@ -400,7 +387,7 @@ Set_defaults ()
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-${LB_MIRROR_CHROOT}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_CHROOT_SECURITY="${LB_MIRROR_CHROOT_SECURITY:-http://security.ubuntu.com/ubuntu/}"
@ -422,7 +409,7 @@ Set_defaults ()
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-${LB_MIRROR_CHROOT}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_CHROOT_UPDATES="${LB_MIRROR_CHROOT_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
@ -445,16 +432,7 @@ Set_defaults ()
# Setting backports mirror to fetch packages from
case "${LB_MODE}" in
debian)
case "${LB_DISTRIBUTION}" in
squeeze)
LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-http://backports.debian.org/debian-backports/}"
;;
*)
LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-${LB_MIRROR_CHROOT}}"
;;
esac
LB_MIRROR_CHROOT_BACKPORTS="${LB_MIRROR_CHROOT_BACKPORTS:-http://backports.debian.org/debian-backports/}"
LB_PARENT_MIRROR_CHROOT_BACKPORTS="${LB_PARENT_MIRROR_CHROOT_BACKPORTS:-${LB_MIRROR_CHROOT_BACKPORTS}}"
;;
@ -485,7 +463,7 @@ Set_defaults ()
LB_PARENT_MIRROR_BINARY="${LB_PARENT_MIRROR_BINARY:-${LB_MIRROR_BINARY}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BINARY="${LB_MIRROR_BINARY:-http://archive.ubuntu.com/ubuntu/}"
@ -517,7 +495,7 @@ Set_defaults ()
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-${LB_MIRROR_CHROOT}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BINARY_SECURITY="${LB_MIRROR_BINARY_SECURITY:-http://security.ubuntu.com/ubuntu/}"
@ -544,7 +522,7 @@ Set_defaults ()
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-${LB_MIRROR_BINARY}}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_MIRROR_BINARY_UPDATES="${LB_MIRROR_BINARY_UPDATES:-http://archive.ubuntu.com/ubuntu/}"
@ -566,16 +544,7 @@ Set_defaults ()
# Setting backports mirror which ends up in the image
case "${LB_MODE}" in
debian)
case "${LB_DISTRIBUTION}" in
squeeze)
LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://http.debian.net/debian-backports/}"
;;
*)
LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-${LB_MIRROR_BINARY}}"
;;
esac
LB_MIRROR_BINARY_BACKPORTS="${LB_MIRROR_BINARY_BACKPORTS:-http://http.debian.net/debian-backports/}"
LB_PARENT_MIRROR_BINARY_BACKPORTS="${LB_PARENT_MIRROR_BINARY_BACKPORTS:-${LB_MIRROR_BINARY_BACKPORTS}}"
;;
@ -608,7 +577,7 @@ Set_defaults ()
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
;;
ubuntu)
ubuntu|kubuntu)
LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main restricted}"
LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
;;
@ -631,31 +600,37 @@ Set_defaults ()
LB_UNION_FILESYSTEM="${LB_UNION_FILESYSTEM:-aufs}"
# Setting distribution hooks
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-disable-kexec-tools \
remove-adjtime-configuration \
remove-backup-files \
remove-dbus-machine-id \
remove-gnome-icon-cache \
remove-log-files \
remove-mdadm-configuration \
remove-openssh-server-host-keys \
remove-python-py \
remove-temporary-files \
remove-udev-persistent-rules \
remove-systemd-machine-id \
update-apt-file-cache \
update-apt-xapian-index \
update-glx-alternative \
update-mlocate-database \
update-nvidia-alternative}"
#remove-apt-sources-lists
case "${LB_MODE}" in
*)
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
remove-dbus-machine-id \
remove-openssh-server-host-keys \
remove-python-py \
remove-udev-persistent-rules \
remove-linux-image-backups}"
;;
kubuntu)
LB_CHROOT_HOOKS="${LB_CHROOT_HOOKS:-update-apt-file-cache \
update-apt-xapian-index \
update-mlocate-database \
remove-dbus-machine-id \
remove-gnome-icon-cache \
remove-openssh-server-host-keys \
remove-python-py \
remove-udev-persistent-rules \
remove-linux-image-backups}"
;;
esac
# Setting interactive shell/X11/Xnest
LB_INTERACTIVE="${LB_INTERACTIVE:-false}"
# Setting keyring packages
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_KEYRING_PACKAGES="${LB_KEYRING_PACKAGES:-ubuntu-keyring}"
;;
@ -668,7 +643,7 @@ Set_defaults ()
case "${LB_ARCHITECTURES}" in
armel)
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-omap}"
;;
*)
@ -687,7 +662,7 @@ Set_defaults ()
amd64)
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
;;
@ -700,23 +675,14 @@ Set_defaults ()
i386)
case "${LB_MODE}" in
progress-linux)
case "${LB_DISTRIBUTION}" in
artax)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686}"
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae}"
;;
esac
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae}"
;;
ubuntu)
ubuntu|kubuntu)
case "${LB_DISTRIBUTION}" in
precise)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic-pae}"
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-generic}"
;;
@ -724,13 +690,13 @@ Set_defaults ()
;;
*)
case "${LB_PARENT_DISTRIBUTION}" in
squeeze)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686 486}"
case "${LIST}" in
stripped|minimal)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486}"
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-686-pae 486}"
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-486 686-pae}"
;;
esac
;;
@ -757,19 +723,35 @@ Set_defaults ()
exit 1
;;
ubuntu)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc-smp powerpc64-smp e500 powerpc-e500mc}"
ubuntu|kubuntu)
case "${LIST}" in
stripped|minimal)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc-smp}"
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc-smp powerpc64-smp}"
;;
esac
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc64 powerpc}"
case "${LIST}" in
stripped|minimal)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc}"
;;
*)
LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-powerpc powerpc64}"
;;
esac
;;
esac
;;
s390)
case "${LB_MODE}" in
progress-linux|ubuntu)
progress-linux|ubuntu|kubuntu)
Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode."
exit 1
;;
@ -801,20 +783,12 @@ Set_defaults ()
# Set linux packages
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux}"
;;
*)
case "${LB_PARENT_DISTRIBUTION}" in
squeeze)
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux-image-2.6}"
;;
*)
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux-image}"
;;
esac
LB_LINUX_PACKAGES="${LB_LINUX_PACKAGES:-linux-image}"
;;
esac
@ -831,7 +805,7 @@ Set_defaults ()
# Setting updates updates option
case "${LB_PARENT_DISTRIBUTION}" in
jessie|sid)
wheezy|jessie|sid)
LB_UPDATES="${LB_UPDATES:-false}"
;;
@ -849,7 +823,7 @@ Set_defaults ()
;;
*)
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-fat32}"
LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-fat16}"
;;
esac
@ -867,7 +841,7 @@ Set_defaults ()
# Setting apt indices
case "${LB_MODE}" in
progress-linux)
LB_APT_INDICES="${LB_APT_INDICES:-false}"
LB_APT_INDICES="${LB_APT_INDICES:-none}"
;;
*)
@ -894,15 +868,7 @@ Set_defaults ()
fi
# Setting checksums
case "${LB_MODE}" in
progress-linux)
LB_CHECKSUMS="${LB_CHECKSUMS:-sha256}"
;;
*)
LB_CHECKSUMS="${LB_CHECKSUMS:-md5}"
;;
esac
LB_CHECKSUMS="${LB_CHECKSUMS:-sha256}"
# Setting compression
LB_COMPRESSION="${LB_COMPRESSION:-none}"
@ -916,7 +882,15 @@ Set_defaults ()
LB_BUILD_WITH_TMPFS="${LB_BUILD_WITH_TMPFS:-false}"
# Setting debian-installer option
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
case "${LB_MODE}" in
progress-linux)
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-live}"
;;
*)
LB_DEBIAN_INSTALLER="${LB_DEBIAN_INSTALLER:-false}"
;;
esac
LB_DEBIAN_INSTALLER_DISTRIBUTION="${LB_DEBIAN_INSTALLER_DISTRIBUTION:-${LB_DISTRIBUTION}}"
@ -972,7 +946,7 @@ Set_defaults ()
hdd*)
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
if [ "${LB_DEBIAN_INSTALLER}" = "live" ]
then
_LB_BOOTAPPEND_PRESEED="file=/cdrom/install/${LB_DEBIAN_INSTALLER_PRESEEDFILE}"
@ -1028,6 +1002,10 @@ Set_defaults ()
ubuntu)
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Ubuntu Live}"
;;
kubuntu)
LB_ISO_APPLICATION="${LB_ISO_APPLICATION:-Kubuntu Live}"
;;
esac
# Set iso preparer
@ -1061,6 +1039,10 @@ Set_defaults ()
ubuntu)
LB_HDD_LABEL="${LB_HDD_LABEL:-UBUNTU}"
;;
kubuntu)
LB_HDD_LABEL="${LB_HDD_LABEL:-KUBUNTU}"
;;
esac
# Setting hdd size
@ -1083,6 +1065,10 @@ Set_defaults ()
ubuntu)
LB_ISO_VOLUME="${LB_ISO_VOLUME:-Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
;;
kubuntu)
LB_ISO_VOLUME="${LB_ISO_VOLUME:-Ubuntu ${LB_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)}"
;;
esac
# Setting memtest option
@ -1090,7 +1076,7 @@ Set_defaults ()
# Setting loadlin option
case "${LB_MODE}" in
progress-linux|ubuntu)
progress-linux|ubuntu|kubuntu)
;;
@ -1114,7 +1100,7 @@ Set_defaults ()
# Setting win32-loader option
case "${LB_MODE}" in
progress-linux|ubuntu)
progress-linux|ubuntu|kubuntu)
;;
@ -1159,6 +1145,21 @@ Set_defaults ()
# Setting net tarball
LB_NET_TARBALL="${LB_NET_TARBALL:-true}"
# Setting syslinux theme package
case "${LB_MODE}" in
progress-linux)
LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-progress-standard}"
;;
ubuntu)
LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-ubuntu-oneiric}"
;;
*)
LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-live-build}"
;;
esac
# Setting firmware option
case "${LB_MODE}" in
ubuntu)
@ -1198,34 +1199,24 @@ Check_defaults ()
# except when bootstrapping the functions/defaults etc.).
CURRENT_CONFIG_VERSION="$(echo ${LB_CONFIG_VERSION} | awk -F. '{ print $1 }')"
if [ ${CURRENT_CONFIG_VERSION} -ne 3 ]
if [ ${CURRENT_CONFIG_VERSION} -ge 4 ]
then
if [ ${CURRENT_CONFIG_VERSION} -ge 4 ]
then
Echo_error "This config tree is too new for this version of live-build (${VERSION})."
Echo_error "Aborting build, please get a new version of live-build."
Echo_error "This config tree is too new for this version of live-build (${VERSION})."
Echo_error "Aborting build, please get a new version of live-build."
exit 1
elif [ ${CURRENT_CONFIG_VERSION} -le 2 ]
then
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
Echo_error "Aborting build, please regenerate the config tree."
exit 1
else
Echo_warning "This config tree does not specify a format version or has an unknown version number."
Echo_warning "Continuing build, but it could lead to errors or different results. Please regenerate the config tree."
fi
exit 1
elif [ ${CURRENT_CONFIG_VERSION} -eq 2 ]
then
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
Echo_error "Aborting build, please repopulate the config tree."
exit 1
elif [ ${CURRENT_CONFIG_VERSION} -lt 1 ]
then
Echo_warning "This config tree does not specify a format version or has an unknown version number."
Echo_warning "Continuing build, but it could lead to errors or different results. Please repopulate the config tree."
fi
fi
if echo ${LB_HDD_LABEL} | grep -qs ' '
then
Echo_error "There are currently no whitespaces supported in hdd labels."
exit 1
fi
if [ "${LB_DEBIAN_INSTALLER}" != "false" ]
then
# d-i true, no caching

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -9,13 +9,11 @@
# Debian releases
RELEASE_squeeze="6.0.7"
RELEASE_wheezy="7.0.0"
RELEASE_wheezy="7.0~a2"
RELEASE_jessie="8"
RELEASE_sid="unstable"
# Progress Linux releases
RELEASE_artax="1.0"
RELEASE_baureo="2.0"
RELEASE_charon="unstable"

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -23,7 +23,7 @@ build: po4a.cfg
@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
then \
echo "E: po4a - command not found"; \
echo "I: po4a can be obtained from http://po4a.alioth.debian.org/"; \
echo "I: po4a can be optained from http://po4a.alioth.debian.org/"; \
echo "I: On Debian based systems, po4a can be installed with 'apt-get install po4a'."; \
exit 1; \
fi

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -35,9 +35,7 @@ do
then
for _FILE in po/${_LANGUAGE}/*.po
do
sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
-e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
"${_FILE}"
sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}"
done
fi
done
@ -47,8 +45,6 @@ if ls po/pt_BR/*.po > /dev/null 2>&1
then
for _FILE in po/pt_BR/*.po
do
sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
-e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
"${_FILE}"
sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}"
done
fi

48
manpages/de/lb.de.1 Normal file
View File

@ -0,0 +1,48 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb\fP \- wrapper for live\-build programs
.SH SYNOPSIS
\fBlb\fP COMMAND [COMMAND_OPTIONS]
.PP
\fBlb\fP [\fIlive\-build\ options\fP]
.SH DESCRIPTION
\fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the Debian
Live tool suite.
.PP
.\" FIXME
.SH OPTIONS
\fBlb\fP has no specific options but understands all generic live\-build
options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
options.
.SH FILES
.IP \fBnone\fP 4
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

View File

@ -0,0 +1,47 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb binary\fP \- Complete the binary stage
.SH SYNOPSIS
\fBlb binary\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb binary\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
\fBlb binary\fP calls all necessary live\-build programs in the correct order to
complete the binary stage.
.SH OPTIONS
\fBlb binary\fP has no specific options but understands all generic live\-build
options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
options.
.SH FILES
.IP \fBnone\fP 4
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

View File

@ -0,0 +1,47 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fP \- Complete the bootstrap stage
.SH SYNOPSIS
\fBlb bootstrap\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb bootstrap\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
\fBlb bootstrap\fP calls all necessary live\-build programs in the correct order
to complete the bootstrap stage.
.SH OPTIONS
\fBlb bootstrap\fP has no specific options but understands all generic
live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
live\-build options.
.SH FILES
.IP \fBnone\fP 4
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

49
manpages/de/lb_build.de.1 Normal file
View File

@ -0,0 +1,49 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
.SH SYNOPSIS
\fBlb build\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb build\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
\fBlb build\fP calls all necessary live\-build programs in the correct order to
complete the bootstrap, chroot, binary, and source stages.
.SH OPTIONS
\fBlb build\fP has no specific options but understands all generic live\-build
options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
options.
.SH FILES
.\" FIXME
.IP \fBauto/build\fP 4
.\" FIXME
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

View File

@ -0,0 +1,47 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fP \- Complete the chroot stage
.SH SYNOPSIS
\fBlb chroot\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb chroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
\fBlb chroot\fP calls all necessary live\-build programs in the correct order to
complete the chroot stage.
.SH OPTIONS
\fBlb chroot\fP has no specific options but understands all generic live\-build
options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
options.
.SH FILES
.IP \fBnone\fP 4
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

73
manpages/de/lb_clean.de.1 Normal file
View File

@ -0,0 +1,73 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb clean\fP \- Clean build directory
.SH SYNOPSIS
\fBlb clean\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb clean\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
.\" FIXME
.\" FIXME
\fBlb clean\fP is responsible for cleaning up after a system is built. It
removes the build directories, and removes some other files including stage
files, and any detritus left behind by other live\-build commands.
.SH OPTIONS
In addition to its specific options \fBlb clean\fP understands all generic
live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
live\-build options.
.PP
.\" FIXME
.IP \fB\-\-all\fP 4
removes chroot, binary, stage, and source. The cache directory is kept. This
is the default operation and will be performed if no argument is given.
.IP \fB\-\-cache\fP 4
removes the cache directories.
.IP \fB\-\-chroot\fP 4
unmounts and removes the chroot directory.
.IP \fB\-\-binary\fP 4
removes all binary related caches, files, directories, and stages files.
.IP \fB\-\-purge\fP 4
removes everything, including all caches. The config directory is kept.
.IP \fB\-\-remove\fP 4
removes everything, including package cache but not stage cache. The config
directory is kept.
.IP \fB\-\-stage\fP 4
removes all stage files.
.IP \fB\-\-source\fP 4
.\" FIXME
removes all source related caches, files, directories, and stage files.
.SH FILES
.\" FIXME
.IP \fBauto/clean\fP 4
.\" FIXME
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

807
manpages/de/lb_config.de.1 Normal file
View File

@ -0,0 +1,807 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb config\fP \- Create config directory
.SH SYNOPSIS
\fBlb config\fP [\fIlive\-build options\fP]
.PP
.\" FIXME
\fBlb config\fP
.br
[\fB\-\-apt\fP apt|aptitude]
.br
[\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP]
.br
[\fB\-\-apt\-http\-proxy\fP \fIURL\fP]
.br
[\fB\-\-apt\-indices\fP true|false|none]
.br
[\fB\-\-apt\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
.br
[\fB\-\-aptitude\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
.br
[\fB\-\-apt\-pipeline\fP \fIDEPTH\fP]
.br
[\fB\-\-apt\-recommends\fP true|false]
.br
[\fB\-\-apt\-secure\fP true|false]
.br
[\fB\-\-apt\-source\-archives\fP true|false]
.br
[\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP]
.br
[\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd]
.br
[\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4]
.br
[\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
.br
[\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
.br
[\fB\-\-bootloader\fP grub|syslinux|yaboot]
.br
[\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap]
.br
[\fB\-\-cache\fP true|false]
.br
[\fB\-\-cache\-indices\fP true|false]
.br
[\fB\-\-cache\-packages\fP true|false]
.br
[\fB\-\-cache\-stages\fP \fISTAGE\fP|\fI"STAGES"\fP]
.br
[\fB\-\-checksums\fP md5|sha1|sha256|none]
.br
[\fB\-\-compression\fP bzip2|gzip|lzip|none]
.br
[\fB\-\-config\fP \fIGIT_URL::GIT_ID\fP]
.br
[\fB\-\-build\-with\-chroot\fP true|false]
.br
[\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none]
.br
[\fB\-\-clean\fP]
.br
[\-c|\fB\-\-conffile\fP \fIFILE\fP]
.br
[\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline]
.br
[\fB\-\-debconf\-priority\fP low|medium|high|critical]
.br
[\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false]
.br
[\fB\-\-debian\-installer\-distribution\fP daily|\fICODENAME\fP]
.br
[\fB\-\-debian\-installer\-preseedfile\fP \fIFILE\fP|\fIURL\fP]
.br
[\fB\-\-debian\-installer\-gui\fP true|false]
.br
[\fB\-\-debug\fP]
.br
[\-d|\fB\-\-distribution\fP \fICODENAME\fP]
.br
[\fB\-\-parent\-distribution\fP \fICODENAME\fP]
.br
[\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP]
.br
[\fB\-\-dump\fP]
.br
[\fB\-\-fdisk\fP fdisk|fdisk.dist]
.br
[\fB\-\-firmware\-binary true|false\fP]
.br
[\fB\-\-firmware\-chroot true|false\fP]
.br
[\fB\-\-force\fP]
.br
[\fB\-\-grub\-splash\fP \fIFILE\fP]
.br
[\fB\-\-gzip\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
.br
[\fB\-\-hooks\fP \fIFILE\fP]
.br
[\fB\-\-ignore\-system\-defaults\fP]
.br
[\fB\-\-initramfs\fP auto|none|live\-boot|casper]
.br
[\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
.br
[\fB\-\-initsystem\fP sysvinit|runit|systemd|upstart|none]
.br
[\fB\-\-interactive\fP shell]
.br
[\fB\-\-isohybrid\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
.br
[\fB\-\-iso\-application\fP \fINAME\fP]
.br
[\fB\-\-iso\-preparer\fP \fINAME\fP]
.br
[\fB\-\-iso\-publisher\fP \fINAME\fP]
.br
[\fB\-\-iso\-volume\fP \fINAME\fP]
.br
[\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP]
.br
[\fB\-\-keyring\-packages\fP \fIPACKAGE|"PACKAGES"\fP]
.br
[\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\fI"FLAVOURS"\fP]
.br
[\fB\-\-linux\-packages\fP \fI"PACKAGES"\fP]
.br
[\fB\-\-losetup\fP losetup|losetup.orig]
.br
[\fB\-\-memtest\fP memtest86+|memtest86|none]
.br
[\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP]
.br
[\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP]
.br
[\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
.br
[\fB\-\-mirror\-chroot\fP \fIURL\fP]
.br
[\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
.br
[\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP]
.br
[\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP]
.br
[\fB\-\-mirror\-binary\fP \fIURL\fP]
.br
[\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
.br
[\fB\-\-mirror\-binary\-updates\fP \fIURL\fP]
.br
[\fB\-\-mirror\-binary\-backports\fP \fIURL\fP]
.br
[\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
.br
[\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu|kubuntu]
.br
[\fB\-\-system\fP live|normal]
.br
[\fB\-\-net\-root\-filesystem\fP nfs|cfs]
.br
[\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP]
.br
[\fB\-\-net\-root\-path\fP \fIPATH\fP]
.br
[\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
.br
[\fB\-\-net\-cow\-filesystem\fP nfs|cfs]
.br
[\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP]
.br
[\fB\-\-net\-cow\-path\fP \fIPATH\fP]
.br
[\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
.br
[\fB\-\-net\-tarball\fP true|false]
.br
[\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
.br
[\fB\-\-quiet\fP]
.br
[\fB\-\-root\-command\fP sudo]
.br
[\fB\-\-use\-fakeroot\fP true|false]
.br
[\fB\-\-archives\fP \fIARCHIVE\fP|\fI"ARCHIVES"\fP]
.br
[\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\fI"ARCHIVE_AREAS"\fP]
.br
[\fB\-\-parent\-archive\-areas\fP
\fIPARENT_ARCHIVE_AREA\fP|\fI"PARENT_ARCHIVE_AREAS"\fP]
.br
[\fB\-\-security\fP true|false]
.br
[\fB\-\-source\fP true|false]
.br
[\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd]
.br
[\fB\-\-syslinux\-theme\fP \fITHEME_SUFFIX\fP]
.br
[\fB\-\-tasksel\fP apt|aptitude|tasksel]
.br
[\fB\-\-templates\fP \fIPATH\fP]
.br
[\fB\-\-hdd\-size \fP\fIMB\fP]
.br
[\fB\-\-updates\fP true|false]
.br
[\fB\-\-backports\fP true|false]
.br
[\fB\-\-exposed\-root\fP true|false]
.br
[\fB\-\-verbose\fP]
.br
.\" FIXME
[\fB\-\-win32\-loader true|false]\fP
.SH DESCRIPTION
\fBlb config\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
.\" FIXME
\fBlb config\fP populates the configuration directory for live\-build. By
default, this directory is named 'config' and is created in the current
directory where \fBlb config\fP was executed.
.PP
.\" FIXME
Note: Currently \fBlb config\fP tries to be smart and sets defaults for some
options depending on the setting of other options (e.g. which linux packages
to be used depending on if a wheezy system gets build or not). This means
that when generating a new configuration, you should call \fBlb config\fP only
once with all options specified. Calling it several times with only a subset
of the options each can result in non working configurations. This is also
caused by the fact that \fBlb config\fP called with one option only changes
that option, and leaves everything else as is unless its not
defined. However, \fBlb config\fP does warn about know impossible or likely
impossible combinations that would lead to non working live systems. If
unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb
config\fP again.
.SH OPTIONS
In addition to its specific options \fBlb config\fP understands all generic
live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
live\-build options.
.PP
.\" FIXME
.IP "\fB\-\-apt\fP apt|aptitude" 4
defines if apt\-get or aptitude is used to install packages when building the
image. The default is apt.
.IP "\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP" 4
sets the ftp proxy to be used by apt. By default, this is empty. Note that
this variable is only for the proxy that gets used by apt internally within
the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-http\-proxy\fP \fIURL\fP" 4
sets the http proxy to be used by apt. By default, this is empty. Note that
this variable is only for the proxy that gets used by apt internally within
the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-indices\fP true|false|none" 4
defines if the resulting images should have apt indices or not and defaults
to true. If set to none, no indices are included at all.
.IP "\fB\-\-apt\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
defines the default options that will be appended to every apt call that is
made inside chroot during the building of the image. By default, this is set
to \-\-yes to allow non\-interactive installation of packages.
.IP "\fB\-\-aptitude\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
defines the default options that will be appended to every aptitude call
that is made inside chroot during building of the image. By default, this is
set to \-\-assume\-yes to allow non\-interactive installation of packages.
.IP "\fB\-\-apt\-pipeline\fP \fIDEPTH\fP" 4
sets the depth of the apt/aptitude pipeline. In cases where the remote
server is not RFC conforming or buggy (such as Squid 2.0.2) this option can
be a value from 0 to 5 indicating how many outstanding requests APT should
send. A value of zero MUST be specified if the remote host does not properly
linger on TCP connections \- otherwise data corruption will occur. Hosts
which require this are in violation of RFC 2068. By default, live\-build does
not set this option.
.IP "\fB\-\-apt\-recommends\fP true|false" 4
defines if apt should install recommended packages automatically. By
default, this is true except in emdebian mode.
.IP "\fB\-\-apt\-secure\fP true|false" 4
defines if apt should check repository signatures. This is true by default.
.IP "\fB\-\-apt\-source\-archives\fP true|false" 4
defines if deb\-src entries should be included in the resulting live image or
not, defaults to on.
.IP "\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP" 4
defines the architecture of the to be build image. By default, this is set
to the host architecture. Note that you cannot crossbuild for another
architecture if your host system is not able to execute binaries for the
target architecture natively. For example, building amd64 images on i386 and
vice versa is possile if you have a 64bit capable i386 processor and the
right kernel. But building powerpc images on an i386 system is not possible.
.IP "\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd" 4
defines the image type to build. By default, for images using syslinux this
is set to iso\-hybrid to build CD/DVD images that may also be used like hdd
images, for non\-syslinux images, it defaults to iso.
.IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
defines the filesystem to be used in the image type. This only has an effect
if the selected binary image type does allow to choose a filesystem. For
example, when selection iso the resulting CD/DVD has always the filesystem
ISO9660. When building hdd images for usb sticks, this is active. Note that
it defaults to fat16 on all architectures except sparc where it defaults to
ext4. Also note that if you choose fat16 and your resulting binary image
gets bigger than 2GB, the binary filesystem automatically gets switched to
fat32.
.IP "\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
sets boot parameters specific to debian\-installer, if included.
.IP "\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
sets boot parameters specific to debian\-live. A complete list of boot
parameters can be found in the \fIlive\-boot\fP(7) and \fIlive\-config\fP(7) manual
pages.
.IP "\fB\-\-bootloader\fP grub|syslinux|yaboot" 4
defines which bootloader is beeing used in the generated image. This has
only an effect if the selected binary image type does allow to choose the
bootloader. For example, if you build a iso, always syslinux (or more
precise, isolinux) is being used. Also note that some combinations of binary
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" 4
defines which program is used to bootstrap the debian chroot, default is
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.
.IP "\fB\-\-cache\-indices\fP true|false" 4
defines if downloaded package indices and lists should be cached which is
false by default. Enabling it would allow to rebuild an image completely
offline, however, you would not get updates anymore then.
.IP "\fB\-\-cache\-packages\fP true|false" 4
defines if downloaded packages files should be cached which is true by
default. Disabling it does save space consumtion in your build directory,
but remember that you will cause much unnecessary traffic if you do a couple
of rebuilds. In general you should always leave it true, however, in some
particular rare build setups, it can be faster to refetch packages from the
local network mirror rather than to utilize the local disk.
.IP "\fB\-\-cache\-stages\fP true|false|\fISTAGE\fP|\(dq\fISTAGES\fP\(dq" 4
sets which stages should be cached. By default set to bootstrap. As an
exception to the normal stage names, also rootfs can be used here which does
only cache the generated root filesystem in
filesystem.{dir,ext*,squashfs}. This is useful during development if you
want to rebuild the binary stage but not regenerate the root filesystem all
the time.
.IP "\fB\-\-checksums\fP md5|sha1|sha256|none" 4
defines if the binary image should contain a file called md5sums.txt,
sha1sums.txt and/or sha256sums.txt. These lists all files on the image
together with their checksums. This in turn can be used by live\-boots
built\-in integrity\-check to verify the medium if specified at boot
prompt. In general, this should not be false and is an important feature of
live system released to the public. However, during development of very big
images it can save some time by not calculating the checksums.
.IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
defines the compression program to be used to compress tarballs. Defaults to
gzip.
.IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
allows to bootstrap a config tree from a git repositories, optionally
appended by a Git Id (branch, commit, tag, etc.).
.IP "\fB\-\-build\-with\-chroot\fP true|false" 4
defines whetever live\-build should use the tools from within the chroot to
build the binary image or not by using and including the host systems
tools. This is a very dangerous option, using the tools of the host system
can lead to tainted and even non\-bootable images if the host systems version
of the required tools (mainly these are the bootloaders such as syslinux,
grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage,
squashfs\-tools and others) do not \fBexactely\fP match what is present at
build\-time in the target distribution. Never do disable this option unless
you are \fBexactely\fP sure what you are doing and have \fBcompletely\fP\fI
understood its consequences.\fP
.IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none" 4
defines which filesystem type should be used for the root filesystem
image. If you use none, then no filesystem image is created and the root
filesystem content is copied on the binary image filesystem as flat
files. Depending on what binary filesystem you have choosen, it may not be
possible to build with such a plain root filesystem, e.g. fat16/fat32 will
not work as linux does not support to run directly on them.
.IP \fB\-\-clean\fP 4
minimizes config directory by automatically removing unused and thus empty
subdirectories.
.IP "\-c|\fB\-\-conffile\fP \fIFILE\fP" 4
using a user specified alternative configuration file in addition to the
normally used one in the config directory.
.IP "\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline" 4
defines what value the debconf frontend should be set to inside the
chroot. Note that setting it to anything by noninteractive, which is the
default, makes your build asking questions during the build.
.IP "\fB\-\-debconf\-priority\fP low|medium|high|critical" 4
defines what value the debconf priority shoul dbe set to inside the
chroot. By default, it is set to critical, which means that almost no
questions are displayed. Note that this only has an effect if you use any
debconf frontend different from noninteractive.
.IP "\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false" 4
defines which type, if any, of the debian\-installer should be included in
the resulting binary image. By default, no installer is included. All
available flavours except live are the identical configurations used on the
installer media produced by regular debian\-cd. When live is choosen, the
live\-installer udeb is included so that debian\-installer will behave
different than usual \- instead of installing the debian system from packages
from the medium or the network, it installs the live system to the disk.
.IP "\fB\-\-debian\-installer\-distribution\fP daily|\fICODENAME\fP" 4
defines the distribution where the debian\-installer files should be taken
out from. Normally, this should be set to the same distribution as the live
system. However, some times, one wants to use a newer or even daily built
installer.
.IP "\fB\-\-debian\-installer\-preseedfile\fP \fIFILE\fP|\fIURL\fP" 4
sets the filename or URL for an optionally used and included preseeding file
for debian\-installer. If config/binary_debian\-installer/preseed.cfg exists,
it will be used by default.
.IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
defines if the debian\-installer graphical GTK interface should be true or
not. In Debian mode and for most versions of Ubuntu, this option is true,
whereas otherwise false, by default.
.IP \fB\-\-debug\fP 4
turn on debugging informational messages.
.IP "\-d|\fB\-\-distribution\fP \fICODENAME\fP" 4
defines the distribution of the resulting live system.
.IP "\-d|\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
defines the parent distribution for derivatives of the resulting live
system.
.IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP" 4
defines the parent debian\-installer distribution for derivatives of the
resulting live system.
.IP \fB\-\-dump\fP 4
prepares a report of the currently present live system configuration and the
version of live\-build used. This is useful to provide if you submit bug
reports, we do get all informations required for us to locate and replicate
an error.
.IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
sets the filename of the fdisk binary from the host system that should be
used. This is autodetected and does generally not need any customization.
.IP \fB\-\-force\fP 4
forces re\-execution of already run stages. Use only if you know what you are
doing. It is generally safer to use \fBlb clean\fP to clean up before
re\-executing \fBlb build\fP.
.IP "\fB\-\-grub\-splash\fP \fIFILE\fP" 4
defines the name of an optional to be included splash screen graphic for the
grub bootloader.
.IP "\fB\-\-gzip\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
defines the default options that will be appended to (almost) every gzip
call during the building of the image. By default, this is set to \-\-best to
use highest (but slowest) compression. Dynamically, if the host system
supports it, also \-\-rsyncable is added.
.IP "\fB\-\-hooks\fP \fIFILE\fP" 4
defines which hooks available in /usr/share/live/build/examples/hooks should
be activated. Normally, there are no hooks executed. Make sure you know and
understood the hook before you enable it.
.IP \fB\-\-ignore\-system\-defaults\fP 4
\fBlb config\fP by default reads system defaults from \fI/etc/live/build.conf\fP
and \fI/etc/live/build/*\fP when generating a new live system config
directory. This is useful if you want to set global settings, such as mirror
locations, and don't want to specify them all of the time.
.IP "\fB\-\-initramfs\fP auto|none|live\-boot|casper" 4
sets the name of package that contains the live system specific initramfs
modification. By default, auto is used, which means that at build time of
the image rather than on configuration time, the value will be expanded to
casper when building ubuntu systems, to live\-boot for all other
systems. Using 'none' is useful if the resulting system image should not be
a live image (experimental).
.IP "\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]"
defines the compression program to be used to compress the
initramfs. Defaults to gzip.
.IP "\fB\-\-interactive\fP shell" 4
defines if after the chroot stage and before the beginning of the binary
stage, a interactive shell login should be spawned in the chroot in order to
allow you to do manual customizations. Once you close the shell with logout
or exit, the build will continue as usual. Note that it's strongly
discouraged to use this for anything else than testing. Modifications that
should be present in all builds of a live system should be properly made
through hooks. Everything else destroys the beauty of being able to
completely automatise the build process and making it non interactive. By
default, this is of course false.
.IP "\fB\-\-isohybrid\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
defines options to pass to isohybrid.
.IP "\fB\-\-iso\-application\fP \fINAME\fP" 4
sets the APPLICATION field in the header of a resulting CD/DVD image and
defaults to "Debian Live" in debian mode, and to "Emdebian Live" in emdebian
mode, and "Ubuntu Live" in ubuntu mode.
.IP "\fB\-\-iso\-preparer\fP \fINAME\fP" 4
sets the PREPARER field in the header of a resulting CD/DVD image. By
default this is set to "live\-build \fIVERSION\fP;
http://packages.qa.debian.org/live\-build", whereas VERSION is expanded to
the version of live\-build that was used to build the image.
.IP "\fB\-\-iso\-publisher\fP \fINAME\fP" 4
sets the PUBLISHED field in the header of a resulting CD/DVD image. By
default, this is set to 'Debian Live project; http:/live.debian.net/;
debian\-live@lists.debian.org'. Remember to change this to the appropriate
values at latest when you distributing custom and unofficial images.
.IP "\fB\-\-iso\-volume\fP \fINAME\fP" 4
sets the VOLUME field in the header of a resulting CD/DVD and defaults to
\&'(\fIMODE\fP) (\fIDISTRIBUTION\fP) (\fIDATE\fP)' whereas MODE is expanded to the name
of the mode in use, DISTRIBUTION the distribution name, and DATE with the
current date and time of the generation.
.IP "\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP" 4
sets the eraseblock size for a JFFS2 (Second Journalling Flash File System)
filesystem. The default is 64 KiB. If you use an erase block size different
than the erase block size of the target MTD device, JFFS2 may not perform
optimally. If the SIZE specified is below 4096, the units are assumed to be
KiB.
.IP "\fB\-\-keyring\-packages\fP \fIPACKAGE|\(dqPACKAGES\fP\(dq" 4
sets the keyring package or additional keyring packages. By default this is
set to debian\-archive\-keyring.
.IP "\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\(dq\fIFLAVOURS\fP\(dq" 4
sets the kernel flavours to be installed. Note that in case you specify more
than that the first will be configured the default kernel that gets booted.
.IP "\fB\-\-linux\-packages\fP \(dq\fIPACKAGES\fP\(dq" 4
sets the internal name of the kernel packages naming scheme. If you use
debian kernel packages, you will not have to adjust it. If you decide to use
custom kernel packages that do not follow the debian naming scheme, remember
to set this option to the stub of the packages only (for debian this is
linux\-image\-2.6), so that \fISTUB\fP\-\fIFLAVOUR\fP results in a valid package name
(for debian e.g. linux\-image\-2.6\-486). Preferably you use the meta package
name, if any, for the stub, so that your configuration is ABI
independent. Also don't forget that you have to include stubs of the binary
modules packages for unionfs or aufs, and squashfs if you built them
out\-of\-tree.
.IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
sets the filename of the losetup binary from the host system that should be
used. This is autodetected and does generally not need any customization.
.IP "\fB\-\-memtest\fP memtest86+|memtest86|none" 4
defines if memtest, memtest86+ or no memory tester at all should be included
as secondary bootloader configuration. This is only available on amd64 and
i386 and defaults to memtest86+.
.IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
sets the location of the debian package mirror that should be used to
bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may
not be a good default if you live outside of Europe.
.IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
sets the location of the debian package mirror that will be used to fetch
the packages in order to build the live system. By default, this is set to
the value of \-\-parent\-mirror\-bootstrap.
.IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
sets the location of the debian security package mirror that will be used to
fetch the packages in order to build the live system. By default, this
points to http://security.debian.org/debian/.
.IP "\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP" 4
sets the location of the debian updates package mirror that will be used to
fetch packages in order to build the live system. By default, this is set to
the value of \-\-parent\-mirror\-chroot.
.IP "\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP" 4
sets the location of the debian backports package mirror that will be used
to fetch packages in order to build the live system. By default, this points
to http://backports.debian.org/debian\-backports/.
.IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
sets the location of the debian package mirror that should end up configured
in the final image and which is the one a user would see and use. This has
not necessarily to be the same that is used to build the image, e.g. if you
use a local mirror but want to have an official mirror in the image. By
default, 'http://http.debian.net/debian/' is used.
.IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
sets the location of the debian security package mirror that should end up
configured in the final image. By default, 'http://security.debian.org/' is
used.
.IP "\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP" 4
sets the location of the debian updates package mirror that should end up
configured in the final image. By default, the value of
\-\-parent\-mirror\-binary is used.
.IP "\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP" 4
sets the location of the debian backports package mirror that should end up
configured in the final image. By default,
\&'http://backports.debian.org/debian\-backports/' is used.
.IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
sets the location of the mirror that will be used to fetch the debian
installer images. By default, this points to the same mirror used to build
the live system, i.e. the value of \-\-parent\-mirror\-bootstrap.
.IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
sets the location of the debian package mirror that should be used to
bootstrap the derivative from. This defaults to
http://ftp.de.debian.org/debian/ which may not be a good default if you live
outside of Europe.
.IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
sets the location of the debian package mirror that will be used to fetch
the packages of the derivative in order to build the live system. By
default, this is set to the value of \-\-mirror\-bootstrap.
.IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
sets the location of the debian security package mirror that will be used to
fetch the packages of the derivative in order to build the live system. By
default, this points to http://security.debian.org/debian/.
.IP "\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP" 4
sets the location of the debian updates package mirror that will be used to
fetch packages of the derivative in order to build the live system. By
default, this is set to the value of \-\-mirror\-chroot.
.IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
sets the location of the debian backports package mirror that will be used
to fetch packages of the derivative in order to build the live system. By
default, this points to http://backports.debian.org/debian\-backports/.
.IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
sets the location of the derivative package mirror that should end up
configured in the final image and which is the one a user would see and
use. This has not necessarily to be the same that is used to build the
image, e.g. if you use a local mirror but want to have an official mirror in
the image.
.IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
sets the location of the derivatives security package mirror that should end
up configured in the final image.
.IP "\fB\-\-mirror\-binary\-updates\fP \fIURL\fP" 4
sets the location of the derivatives updates package mirror that should end
up configured in the final image.
.IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
sets the location of the derivatives backports package mirror that should
end up configured in the final image.
.IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
sets the location of the mirror that will be used to fetch the debian
installer images of the derivative. By default, this points to the same
mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
.IP "\fB\-\-mode\fP debian|emdebian|progress|ubuntu" 4
defines a global mode to load project specific defaults. By default this is
set to debian.
.IP "\fB\-\-system\fP live|normal" 4
defines if the resulting system image should a live system or a normal,
non\-live system.
.IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4
defines the filesystem that will be configured in the bootloader
configuration for your netboot image. This defaults to nfs.
.IP "\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP" 4
sets additional options for mounting the root filesystem in netboot images
and is by default empty.
.IP "\fB\-\-net\-root\-path\fP \fIPATH\fP" 4
sets the file path that will be configured in the bootloader configuration
for your netboot image. This defaults to /srv/debian\-live in debian mode and
to /srv/emebian\-live when being in emdebian mode, and /srv/ubuntu\-live when
in ubuntu mode.
.IP "\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
sets the IP or hostname that will be configured in the bootloader
configuration for the root filesystem of your netboot image. This defaults
to 192.168.1.1.
.IP "\fB\-\-net\-cow\-filesystem\fP nfs|cfs" 4
defines the filesystem type for the copy\-on\-write layer and defaults to nfs.
.IP "\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP" 4
sets additional options for mounting the copy\-on\-write layer in netboot
images and is by default empty.
.IP "\fB\-\-net\-cow\-path\fP \fIPATH\fP" 4
defines the path to client writable filesystem. Anywhere that
\fIclient_mac_address\fP is specified in the path live\-boot will substitute the
MAC address of the client delimited with hyphens.
.PP
.IP "" 4
Example:
.br
/export/hosts/client_mac_address
.br
/export/hosts/00\-16\-D3\-33\-92\-E8
.IP "\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
sets the IP or hostname that will be configured in the bootloader
configuration for the copy\-on\-write filesystem of your netboot image and is
by default empty.
.IP "\fB\-\-net\-tarball\fP true|false" 4
defines if a compressed tarball should be created. Disabling this options
leads to no tarball at all, the plain binary directory is considered the
output in this case. Default is true.
.IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
defines which lists available in /usr/share/live/build/package\-lists should
be used. By default, this is set to standard. Note that in case you have
local package lists, you don't need to list them here. Putting them into
config/package\-lists is enough (the filename needs to have the .list suffix
though).
.IP \fB\-\-quiet\fP 4
reduces the verbosity of messages output by \fBlb build\fP.
.IP "\fB\-\-archives\fP \fIARCHIVE\fP|\(dq\fIARCHIVES\fP\(dq" 4
enables one of available third\-party archive configurations in
/usr/share/live/build/archives.
.IP "\fB\-\-root\-command\fP sudo" 4
controls if live\-build should use sudo internally to build the live
image. Note that this is not well tested and that you should, when relying
on sudo, call the individual live\-build command with sudo itself.
.IP "\fB\-\-use\-fakeroot\fP true|false" 4
controls if live\-build should utilize fakeroot and fakechroot to try and
avoid requiring root privillages where possible. By default, this option is
false.
.IP "\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
defines which package archive areas of a debian packages archive should be
used for configured debian package mirrors. By default, this is set to
main. Remember to check the licenses of each packages with respect to their
redistributability in your juristiction when enabling contrib or non\-free
with this mechanism.
.IP "\fB\-\-parent\-archive\-areas\fP \fIPARENT_ARCHIVE_AREA\fP|\(dq\fIPARENT_ARCHIVE_AREAS\fP\(dq" 4
defines the archive areas for derivatives of the resulting live system.
.IP "\fB\-\-security\fP true|false" 4
defines if the security repositories specified in the security mirror
options should be used or not.
.IP "\fB\-\-source\fP true|false" 4
defines if a corresponding source image to the binary image should be
build. By default this is false because most people do not require this and
would require to download quite a few source packages. However, once you
start distributing your live image, you should make sure you build it with a
source image alongside.
.IP "\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
defines the image type for the source image. Default is tar.
.IP "\fB\-\-firmware\-binary\fP true|false" 4
defines if firmware packages should be automatically included into the
binary pool for debian\-installer. Note that only firmware packages available
within the configured archive areas are included, e.g. an image with
packages from main only will not automatically include firmware from
non\-free. This option does not interfere with explicitly listed packages in
binary package lists.
.IP "\fB\-\-firmware\-chroot\fP true|false" 4
defines if firmware packages should be automatically included into the live
image. Note that only firmware packages available within the configured
archive areas are included, e.g. an image with packages from main only will
not automatically include firmware from non\-free. This option does not
interfere with explicitly listed packages in chroot package lists.
.IP "\fB\-\-swap\-file\-path\fP \fIPATH\fP" 4
defines the path to a swap file to create in the binary image. Default is
not to create a swap file.
.IP "\fB\-\-swap\-file\-size\fP \fIMB\fP" 4
defines what size in megabytes the swap file should be, if one is to be
created. Default is 512MB.
.IP "\fB\-\-syslinux\-theme\fP \fITHEME_SUFFIX\fP" 4
defines the syslinux theme to use. The theme suffix is the name of a
directory in /usr/share/syslinux/themes/ provided by a package named
syslinux\-theme\- plus the suffix. In debian mode, this defaults to
debian\-wheezy.
.IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4
selects which program is used to install tasks. By default, this is set to
tasksel.
.IP "\fB\-\-templates\fP \fIPATH\fP" 4
sets the path to the templates that live\-build is going to use, e.g. for
bootloaders. By default, this is set to /usr/share/live/build/templates/.
.IP "\fB\-\-hdd\-size\fP MB" 4
defines what size the hdd image should be. Note that although the default is
set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the
files are created as sparse files.
.IP "\fB\-\-updates\fP true|false" 4
defines if debian updates package archives should be included in the image
or not.
.IP "\fB\-\-backports\fP true|false" 4
defines if debian backports package archives should be included in the image
or not.
.IP "\fB\-\-exposed\-root\fP true|false" 4
defines whether to expose the root filesystem as read only and not covered
by the union filesystem. This has useful implications for certain speciality
setups such as LTSP. By default, this option is false.
.IP \fB\-\-verbose\fP 4
increases the verbosity of messages output by \fBlb build\fP.
.IP "\fB\-\-win32\-loader true|false\fP" 4
.\" FIXME
defines if win32\-loader should be included in the binary image or not.
.SH ENVIRONMENT
.\" FIXME
Currently, command line switches can also be specified through the
corresponding environment variable. However, this generally should not be
relied upon, as it is an implementation detail that is subject to change in
future releases. For options applying directly to live\-build, environment
variables are named LB_FOO, meaning, e.g. \fB\-\-apt\-ftp\-proxy\fP becomes
LB_APT_FTP_PROXY (the exception being internal options such as
\fB\-\-debug\fP). For options passed to another program, as in APT_OPTIONS or
GZIP_OPTIONS, no LB_ prefix is used.
.\" FIXME
.SH FILES
.\" FIXME
.IP \fBauto/config\fP 4
.IP "\fB/etc/live/build.conf, /etc/live/build/*\fP" 4
.\" FIXME
An optional, global configuration file for \fBlb config\fP variables. It is
useful to specify a few system wide defaults, like
LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
\fB\-\-ignore\-system\-defaults\fP option.
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
\fIlive\-boot\fP(7)
.PP
\fIlive\-config\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

View File

@ -0,0 +1,47 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb source\fP \- Complete the source stage
.SH SYNOPSIS
\fBlb source\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb source\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
\fBlb source\fP calls all necessary live\-build programs in the correct order to
complete the source stage.
.SH OPTIONS
\fBlb source\fP has no specific options but understands all generic live\-build
options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
options.
.SH FILES
.IP \fBnone\fP 4
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

View File

@ -0,0 +1,53 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fP \- Ensure that a system is built as root
.SH SYNOPSIS
\fBlb testroot\fP [\fIlive\-build options\fP]
.SH DESCRIPTION
\fBlb testroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
Debian Live tool suite.
.PP
.\" FIXME
\fBlb testroot\fP simply checks to see if you are root. If not, it exits with
an error. Debian Live images must currently be built as real root.
.PP
.\" FIXME
Note: Support for using \fIfakeroot\fP(1) and \fIsudo\fP(8) internally in
live\-build itself is still experimental, however, calling a helper yourself
with sudo is safe.
.SH OPTIONS
\fBlb testroot\fP has no specific options but understands all generic
live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
live\-build options.
.SH FILES
.IP \fBnone\fP 4
.SH "SEE ALSO"
\fIlive\-build\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

290
manpages/de/live-build.de.7 Normal file
View File

@ -0,0 +1,290 @@
.\"*******************************************************************
.\"
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BUILD 7 2012\-11\-30 4.0~a1\-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fP \- the Debian Live tool suite
.SH SYNOPSIS
.\" FIXME
.\" FIXME
\fBlb \fP\fICOMMAND\fP [\fB\-h|\-\-help\fP] [\fB\-u|\-\-usage\fP] [\fB\-v|\-\-version\fP]
[\fB\-\-breakpoints\fP] [\fB\-\-conffile\fP] [\fB\-\-debug\fP] [\fB\-\-force\fP] [\fB\-\-quiet\fP]
[\fB\-\-verbose\fP]
.SH DESCRIPTION
.\" FIXME
live\-build is a set of scripts to build Debian Live system images. The idea
behind live\-build is a tool suite that uses a configuration directory to
completely automate and customize all aspects of building a Live image.
.PP
The \fICOMMAND\fP is a name of a live\-build command (see below).
.PP
.\" FIXME
More documentation about how to use live\-build is available in the
individual manpages for each helper and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH OPTIONS
.\" FIXME
.SS "Shared live\-build options"
The following command line options are supported by all live\-build programs.
.IP "\fB\-h, \-\-help\fP" 4
display help and exit.
.IP "\fB\-u, \-\-usage\fP" 4
show usage and exit.
.IP "\fB\-v, \-\-version\fP" 4
output version information and exit.
.SS "Common live\-build options"
The following command line options are supported by most live\-build
programs. See the man page of each program for a complete explanation of
what each option does.
.IP \fB\-\-breakpoints\fP 4
run with breakpoints.
.IP \fB\-\-conffile\fP 4
use custom configuration file.
.IP \fB\-\-debug\fP 4
show debug information.
.IP \fB\-\-force\fP 4
force helper execution, even if stage file exists.
.IP \fB\-\-quiet\fP 4
be quiet.
.IP \fB\-\-verbose\fP 4
.\" FIXME
be verbose.
.SH "LIVE\-BUILD COMMANDS"
.\" FIXME
We divide live\-build into high level ("porcelain") commands and low level
("plumbing") commands.
.PP
.\" FIXME
Here is the complete list of all available live\-build commands. See their
man pages for additional documentation.
.SH "HIGH\-LEVEL COMMANDS (PORCELAIN)"
.\" FIXME
We separate the porcelain commands into the main commands and some ancillary
user utilities.
.SS "Main porcelain commands"
.IP \fBlb_config\fP(1) 4
create configuration for live\-build
.IP \fBlb_bootstrap\fP(1) 4
create the first stage by bootstrapping a basic debian system
.IP \fBlb_chroot\fP(1) 4
create the second stage by customizing the chroot
.IP \fBlb_binary\fP(1) 4
create the third stage by generating a binary image
.IP \fBlb_source\fP(1) 4
create the optional fourth stage by generating a source image
.IP \fBlb_clean\fP(1) 4
clean up system build directories
.SS "Ancillary Commands"
.IP \fBlb\fP(1) 4
generic live\-build wrapper
.IP \fBlb_build\fP(1) 4
alias for all stages
.IP \fBlb_local\fP(1) 4
helper for using a local live\-build
.IP \fBlb_testroot\fP(1) 4
.\" FIXME
ensure that a system is built as root
.SH "LOW\-LEVEL COMMANDS (PLUMBING)"
.\" FIXME
The actual work of live\-build is implemented in the low\-level commands,
called plumbing. They are not supposed to be used by end users, they should
stick with porcelains as they ensure that all the different plumbing
commands are executed in the right order. However, if you intend to reuse
live\-build commands in your own scripts, then the plumbings might be of
interest for you.
.PP
Note that the interface (set of options and the semantics) to these
low\-level commands are meant to be a lot more stable than Porcelain level
commands. The interface to Porcelain commands on the other hand are subject
to change in order to improve the end user experience.
.SS "Bootstrap commands"
.IP \fBlb_bootstrap_cache\fP(1) 4
cache bootstrap stage
.IP \fBlb_bootstrap_cdebootstrap\fP(1) 4
bootstrap a Debian system with cdebootstrap(1)
.IP \fBlb_bootstrap_debootstrap\fP(1) 4
bootstrap a Debian system with debootstrap(8)
.SS "Chroot commands"
.IP \fBlb_chroot_apt\fP(1) 4
manage /etc/apt/apt.conf
.IP \fBlb_chroot_cache\fP(1) 4
cache chroot stage
.IP \fBlb_chroot_debianchroot\fP(1) 4
manage /etc/debian_chroot
.IP \fBlb_chroot_devpts\fP(1) 4
mount /dev/pts
.IP \fBlb_chroot_dpkg\fP(1) 4
manage /sbin/dpkg
.IP \fBlb_chroot_hacks\fP(1) 4
execute hacks in chroot
.IP \fBlb_chroot_hostname\fP(1) 4
manage /bin/hostname
.IP \fBlb_chroot_hosts\fP(1) 4
manage /etc/hosts
.IP \fBlb_chroot_install\-packages\fP(1) 4
install queued packages into chroot
.IP \fBlb_chroot_interactive\fP(1) 4
make build interactive
.IP \fBlb_chroot_linux\-image\fP(1) 4
manage /etc/kernel\-img.conf
.IP \fBlb_chroot_hooks\fP(1) 4
execute local hooks in chroot
.IP \fBlb_chroot_local\-includes\fP(1) 4
copy local files into chroot
.IP \fBlb_chroot_packages\fP(1) 4
queue install of packages into chroot
.IP \fBlb_chroot_local\-patches\fP(1) 4
apply local patches against chroot
.IP \fBlb_chroot_local\-preseed\fP(1) 4
use debconf local preseeding file
.IP \fBlb_chroot_packagelists\fP(1) 4
queue install of package lists into chroot
.IP \fBlb_chroot_proc\fP(1) 4
mount /proc
.IP \fBlb_chroot_resolv\fP(1) 4
manage /etc/resolv.conf
.IP \fBlb_chroot_selinuxfs\fP(1) 4
mount /selinux
.IP \fBlb_chroot_archives\fP(1) 4
manage /etc/apt/sources.list
.IP \fBlb_chroot_sysfs\fP(1) 4
mount /sys
.IP \fBlb_chroot_sysv\-rc\fP(1) 4
manage /usr/sbin/policy\-rc.d
.IP \fBlb_chroot_task\-lists\fP(1) 4
install task lists into chroot
.SS "Binary commands"
.IP \fBlb_binary_chroot\fP(1) 4
copy chroot into chroot
.IP \fBlb_binary_debian\-installer\fP(1) 4
install debian\-installer into binary
.IP \fBlb_binary_disk\fP(1) 4
install disk information into binary
.IP \fBlb_binary_grub\fP(1) 4
installs grub into binary
.IP \fBlb_binary_grub2\fP(1) 4
installs grub2 into binary
.IP \fBlb_binary_includes\fP(1) 4
copy files into binary
.IP \fBlb_binary_iso\fP(1) 4
build iso binary image
.IP \fBlb_binary_linux\-image\fP(1) 4
install linux\-image into binary
.IP \fBlb_binary_local\-hooks\fP(1) 4
execute local hooks in binary
.IP \fBlb_binary_local\-includes\fP(1) 4
copy files into binary
.IP \fBlb_binary_local\-packagelists\fP(1) 4
install local package lists into binary
.IP \fBlb_binary_manifest\fP(1) 4
create manifest
.IP \fBlb_binary_checksums\fP(1) 4
create binary checksums (md5, sha1, and/or sha256)
.IP \fBlb_binary_memtest\fP(1) 4
installs a memtest into binary
.IP \fBlb_binary_net\fP(1) 4
build netboot binary image
.IP \fBlb_binary_rootfs\fP(1) 4
build rootfs image
.IP \fBlb_binary_silo\fP(1) 4
installs silo into binary
.IP \fBlb_binary_syslinux\fP(1) 4
installs syslinux into binary
.IP \fBlb_binary_tar\fP(1) 4
build harddisk binary image
.IP \fBlb_binary_hdd\fP(1) 4
build binary hdd image
.IP \fBlb_binary_win32\-loader\fP(1) 4
installs win32\-loader into binary
.IP \fBlb_binary_yaboot\fP(1) 4
installs yaboot into binary
.SS "Source commands"
.IP \fBlb_source_debian\fP(1) 4
download sources
.IP \fBlb_source_debian\-live\fP(1) 4
copy debian\-live config into source
.IP \fBlb_source_disk\fP(1) 4
install disk information into source
.IP \fBlb_source_iso\fP(1) 4
build iso source image
.IP \fBlb_source_checksums\fP(1) 4
create source checksums (md5, sha1, and/or sha256)
.IP \fBlb_source_net\fP(1) 4
build source net image
.IP \fBlb_source_tar\fP(1) 4
build source tarball
.IP \fBlb_source_hdd\fP(1) 4
.\" FIXME
build source hdd image
.SH "CONFIG FILES"
.\" FIXME
Many live\-build commands make use of files in the \fIconfig/\fP directory to
control what they do. Besides the common \fIconfig/common\fP, which is used by
all live\-build commands, some additional files can be used to configure the
behavior of specific live\-build commands. These files are typically named
config/stage or config/stage_helper (where "stage" of course, is replaced
with the name of the stage that they belong to, and "helper" with the name
of the helper).
.PP
For example, lb_bootstrap_debootstrap uses files named config/bootstrap and
config/bootstrap_debootstrap to read the options it will use. See the man
pages of individual commands for details about the names and formats of the
files they use. Generally, these files contain variables with values
assigned, one variable per line. Some programs in live\-build use pairs of
values or slightly more complicated variable assignments.
.PP
Note that live\-build will respect environment variables which are present in
the context of the shell it is running. If variables can be read from config
files, then they override environment variables, and if command line options
are used, they override values from config files. If no value for a given
variable can be found and thus is unset, live\-build will automatically set
it to the default value.
.PP
In some rare cases, you may want to have different versions of these files
for different architectures or distributions. If files named
config/stage.arch or config/stage_helper.arch, and config/stage.dist or
config/stage_helper.dist exist, where "arch" is the same as the output of
"dpkg \-\-print\-architecture" and "dist" is the same as the codename of the
target distribution, then they will be used in preference to other, more
general files.
.PP
.\" FIXME
All config files are shell scripts which are sourced by a live\-build
program. That means they have to follow the normal shell syntax. You can
also put comments in these files; lines beginning with "#" are ignored.
.SH FILES
.IP \fB/etc/live/build.conf\fP 4
.IP \fB/etc/live/build/*\fP 4
.SH "SEE ALSO"
\fIlive\-boot\fP(7)
.PP
\fIlive\-config\fP(7)
.PP
This program is a part of live\-build.
.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
<\fIhttp://live.debian.net/manual/\fP>.
.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-build package in
the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Debian Live mailing list at
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTHOR
live\-build was written by Daniel Baumann <\fIdaniel@debian.org\fP> for
the Debian project.

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb binary\fR \- Complete the binary stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb bootstrap\fR \- Complete the bootstrap stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb chroot\fR \- Complete the chroot stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb clean\fR \- Clean build directory

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb config\fR \- Create config directory
@ -15,7 +15,7 @@
.br
[\fB\-\-apt\-http\-proxy\fR \fIURL\fR]
.br
[\fB\-\-apt\-indices\fR true|false]
[\fB\-\-apt\-indices\fR true|false|none]
.br
[\fB\-\-apt\-options\fR \fIOPTION\fR|"\fIOPTIONS\fR"]
.br
@ -173,7 +173,7 @@
.br
[\fB\-\-mirror\-debian\-installer\fR \fIURL\fR]
.br
[\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu]
[\fB\-\-mode\fR debian|emdebian|progress-linux|ubuntu|kubuntu]
.br
[\fB\-\-system\fR live|normal]
.br
@ -194,6 +194,8 @@
[\fB\-\-net\-cow\-server\fR \fIIP\fR|\fIHOSTNAME\fR]
.br
[\fB\-\-net\-tarball\fR true|false]
.br
[\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
.br
[\fB\-\-quiet\fR]
.br
@ -212,6 +214,8 @@
[\fB\-\-source\fR true|false]
.br
[\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd]
.br
[\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR]
.br
[\fB\-\-tasksel\fR apt|aptitude|tasksel]
.br
@ -236,7 +240,7 @@
.\" FIXME
\fBlb config\fR populates the configuration directory for live\-build. By default, this directory is named 'config' and is created in the current directory where \fBlb config\fR was executed.
.PP
Note: Currently \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options (e.g. which linux packages to be used depending on if a squeeze system gets build or not). This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless its not defined. However, \fBlb config\fR does warn about know impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb config\fR again.
Note: Currently \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options (e.g. which linux packages to be used depending on if a wheezy system gets build or not). This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless its not defined. However, \fBlb config\fR does warn about know impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb config\fR again.
.\" FIXME
.SH OPTIONS
@ -249,8 +253,8 @@ defines if apt\-get or aptitude is used to install packages when building the im
sets the ftp proxy to be used by apt. By default, this is empty. Note that this variable is only for the proxy that gets used by apt internally within the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-http\-proxy\fR \fIURL\fR" 4
sets the http proxy to be used by apt. By default, this is empty. Note that this variable is only for the proxy that gets used by apt internally within the chroot, it is not used for anything else.
.IP "\fB\-\-apt\-indices\fR true|false" 4
defines if the resulting images should have apt indices or not and defaults to true.
.IP "\fB\-\-apt\-indices\fR true|false|none" 4
defines if the resulting images should have apt indices or not and defaults to true. If set to none, no indices are included at all.
.IP "\fB\-\-apt\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
defines the default options that will be appended to every apt call that is made inside chroot during the building of the image. By default, this is set to \-\-yes to allow non-interactive installation of packages.
.IP "\fB\-\-aptitude\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
@ -292,7 +296,7 @@ defines the compression program to be used to compress tarballs. Defaults to gzi
.IP "\fB\-\-config\fR \fIGIT_URL\fR::\fIGIT_ID\fR" 4
allows to bootstrap a config tree from a git repositories, optionally appended by a Git Id (branch, commit, tag, etc.).
.IP "\fB\-\-build\-with\-chroot\fR true|false" 4
defines whetever live\-build should use the tools from within the chroot to build the binary image or not by using and including the host systems tools. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, xorriso, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
defines whetever live\-build should use the tools from within the chroot to build the binary image or not by using and including the host systems tools. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
.IP "\fB\-\-chroot\-filesystem\fR ext2|ext3|ext4|squashfs|jffs2|none" 4
defines which filesystem type should be used for the root filesystem image. If you use none, then no filesystem image is created and the root filesystem content is copied on the binary image filesystem as flat files. Depending on what binary filesystem you have choosen, it may not be possible to build with such a plain root filesystem, e.g. fat16/fat32 will not work as linux does not support to run directly on them.
.IP "\fB\-\-clean\fR" 4
@ -430,6 +434,10 @@ Example:
sets the IP or hostname that will be configured in the bootloader configuration for the copy\-on\-write filesystem of your netboot image and is by default empty.
.IP "\fB\-\-net\-tarball\fR true|false" 4
defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
.IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
defines which lists available in /usr/share/live/build/package-lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/package-lists is enough (the filename needs to have the .list suffix though).
.IP "\fB\-\-quiet\fR" 4
reduces the verbosity of messages output by \fBlb build\fR.
.IP "\fB\-\-archives\fR \fIARCHIVE\fR|""\fIARCHIVES\fR""" 4
enables one of available third-party archive configurations in /usr/share/live/build/archives.
.IP "\fB\-\-root-command\fR sudo" 4
@ -454,6 +462,8 @@ defines if firmware packages should be automatically included into the live imag
defines the path to a swap file to create in the binary image. Default is not to create a swap file.
.IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4
defines what size in megabytes the swap file should be, if one is to be created. Default is 512MB.
.IP "\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR" 4
defines the syslinux theme to use. The theme suffix is the name of a directory in /usr/share/syslinux/themes/ provided by a package named syslinux\-theme\- plus the suffix. In debian mode, this defaults to debian\-wheezy.
.IP "\fB\-\-tasksel\fR apt|aptitude|tasksel" 4
selects which program is used to install tasks. By default, this is set to tasksel.
.IP "\fB\-\-templates\fR \fIPATH\fR" 4

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb source\fR \- Complete the source stage

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 1 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 1 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlb testroot\fR \- Ensure that a system is built as root

View File

@ -1,4 +1,4 @@
.TH LIVE\-BUILD 7 2013\-04\-30 3.0.5-1 "Debian Live Project"
.TH LIVE\-BUILD 7 2012\-11\-30 4.0~a1-1 "Debian Live Project"
.SH NAME
\fBlive\-build\fR \- the Debian Live tool suite

202
manpages/po/de/lb.1.po Normal file
View File

@ -0,0 +1,202 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
#: en/lb.1:5
msgid "B<lb> - wrapper for live-build programs"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
#: en/lb.1:8
msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
msgstr ""
#. type: Plain text
#: en/lb.1:10
msgid "B<lb> [I<live-build\\ options>]"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
#: en/lb.1:13
msgid ""
"B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
"Live tool suite."
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: Plain text
#: en/lb.1:18
msgid ""
"B<lb> has no specific options but understands all generic live-build "
"options. See I<live-build>(7) for a complete list of all generic live-build "
"options."
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
#: en/lb_source.1:18 en/lb_testroot.1:22
#, no-wrap
msgid "B<none>"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""

View File

@ -0,0 +1,204 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
#: en/lb_source.1:18 en/lb_testroot.1:22
#, no-wrap
msgid "B<none>"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_binary.1:5
msgid "B<lb binary> - Complete the binary stage"
msgstr ""
#. type: Plain text
#: en/lb_binary.1:8
msgid "B<lb binary> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_binary.1:11
msgid ""
"B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. type: Plain text
#: en/lb_binary.1:13
msgid ""
"B<lb binary> calls all necessary live-build programs in the correct order to "
"complete the binary stage."
msgstr ""
#. type: Plain text
#: en/lb_binary.1:16
msgid ""
"B<lb binary> has no specific options but understands all generic live-build "
"options. See I<live-build>(7) for a complete list of all generic live-build "
"options."
msgstr ""

View File

@ -0,0 +1,204 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
#: en/lb_source.1:18 en/lb_testroot.1:22
#, no-wrap
msgid "B<none>"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_bootstrap.1:5
msgid "B<lb bootstrap> - Complete the bootstrap stage"
msgstr ""
#. type: Plain text
#: en/lb_bootstrap.1:8
msgid "B<lb bootstrap> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_bootstrap.1:11
msgid ""
"B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. type: Plain text
#: en/lb_bootstrap.1:13
msgid ""
"B<lb bootstrap> calls all necessary live-build programs in the correct order "
"to complete the bootstrap stage."
msgstr ""
#. type: Plain text
#: en/lb_bootstrap.1:16
msgid ""
"B<lb bootstrap> has no specific options but understands all generic live-"
"build options. See I<live-build>(7) for a complete list of all generic live-"
"build options."
msgstr ""

View File

@ -0,0 +1,204 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_build.1:5
msgid "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
msgstr ""
#. type: Plain text
#: en/lb_build.1:8
msgid "B<lb build> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_build.1:11
msgid ""
"B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. type: Plain text
#: en/lb_build.1:13
msgid ""
"B<lb build> calls all necessary live-build programs in the correct order to "
"complete the bootstrap, chroot, binary, and source stages."
msgstr ""
#. type: Plain text
#: en/lb_build.1:16
msgid ""
"B<lb build> has no specific options but understands all generic live-build "
"options. See I<live-build>(7) for a complete list of all generic live-build "
"options."
msgstr ""
#. FIXME
#. type: IP
#: en/lb_build.1:19
#, no-wrap
msgid "B<auto/build>"
msgstr ""

View File

@ -0,0 +1,204 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
#: en/lb_source.1:18 en/lb_testroot.1:22
#, no-wrap
msgid "B<none>"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_chroot.1:5
msgid "B<lb chroot> - Complete the chroot stage"
msgstr ""
#. type: Plain text
#: en/lb_chroot.1:8
msgid "B<lb chroot> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_chroot.1:11
msgid ""
"B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. type: Plain text
#: en/lb_chroot.1:13
msgid ""
"B<lb chroot> calls all necessary live-build programs in the correct order to "
"complete the chroot stage."
msgstr ""
#. type: Plain text
#: en/lb_chroot.1:16
msgid ""
"B<lb chroot> has no specific options but understands all generic live-build "
"options. See I<live-build>(7) for a complete list of all generic live-build "
"options."
msgstr ""

View File

@ -0,0 +1,302 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_clean.1:5
msgid "B<lb clean> - Clean build directory"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:8
msgid "B<lb clean> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:11
msgid ""
"B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. FIXME
#. FIXME
#. type: Plain text
#: en/lb_clean.1:15
msgid ""
"B<lb clean> is responsible for cleaning up after a system is built. It "
"removes the build directories, and removes some other files including stage "
"files, and any detritus left behind by other live-build commands."
msgstr ""
#. type: Plain text
#: en/lb_clean.1:18
msgid ""
"In addition to its specific options B<lb clean> understands all generic live-"
"build options. See I<live-build>(7) for a complete list of all generic live-"
"build options."
msgstr ""
#. FIXME
#. type: IP
#: en/lb_clean.1:20
#, no-wrap
msgid "B<--all>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:22
msgid ""
"removes chroot, binary, stage, and source. The cache directory is kept. This "
"is the default operation and will be performed if no argument is given."
msgstr ""
#. type: IP
#: en/lb_clean.1:22
#, no-wrap
msgid "B<--cache>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:24
msgid "removes the cache directories."
msgstr ""
#. type: IP
#: en/lb_clean.1:24
#, no-wrap
msgid "B<--chroot>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:26
msgid "unmounts and removes the chroot directory."
msgstr ""
#. type: IP
#: en/lb_clean.1:26
#, no-wrap
msgid "B<--binary>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:28
msgid ""
"removes all binary related caches, files, directories, and stages files."
msgstr ""
#. type: IP
#: en/lb_clean.1:28
#, no-wrap
msgid "B<--purge>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:30
msgid "removes everything, including all caches. The config directory is kept."
msgstr ""
#. type: IP
#: en/lb_clean.1:30
#, no-wrap
msgid "B<--remove>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:32
msgid ""
"removes everything, including package cache but not stage cache. The config "
"directory is kept."
msgstr ""
#. type: IP
#: en/lb_clean.1:32
#, no-wrap
msgid "B<--stage>"
msgstr ""
#. type: Plain text
#: en/lb_clean.1:34
msgid "removes all stage files."
msgstr ""
#. type: IP
#: en/lb_clean.1:34
#, no-wrap
msgid "B<--source>"
msgstr ""
#. FIXME
#. type: Plain text
#: en/lb_clean.1:37
msgid "removes all source related caches, files, directories, and stage files."
msgstr ""
#. FIXME
#. type: IP
#: en/lb_clean.1:40
#, no-wrap
msgid "B<auto/clean>"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,204 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
#: en/lb_source.1:18 en/lb_testroot.1:22
#, no-wrap
msgid "B<none>"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_source.1:5
msgid "B<lb source> - Complete the source stage"
msgstr ""
#. type: Plain text
#: en/lb_source.1:8
msgid "B<lb source> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_source.1:11
msgid ""
"B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. type: Plain text
#: en/lb_source.1:13
msgid ""
"B<lb source> calls all necessary live-build programs in the correct order to "
"complete the source stage."
msgstr ""
#. type: Plain text
#: en/lb_source.1:16
msgid ""
"B<lb source> has no specific options but understands all generic live-build "
"options. See I<live-build>(7) for a complete list of all generic live-build "
"options."
msgstr ""

View File

@ -0,0 +1,214 @@
# German translations for live-build package
# Copyright (C) 2012 Free Software Foundation, Inc.
# This file is distributed under the same license as the live-build package.
# Automatically generated, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: 2012-08-02 18:55+0300\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "LIVE-BUILD"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2012-11-30"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "4.0~a1-1"
msgstr ""
#. type: TH
#: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "Debian Live Project"
msgstr ""
#. type: SH
#: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
#: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
#: en/lb_testroot.1:3 en/live-build.7:3
#, no-wrap
msgid "NAME"
msgstr ""
#. type: SH
#: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
#: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
#: en/lb_testroot.1:6 en/live-build.7:6
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
msgstr ""
#. type: IP
#: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
#: en/lb_source.1:18 en/lb_testroot.1:22
#, no-wrap
msgid "B<none>"
msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
"on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
"E<lt>I<http://live.debian.net/manual/>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
"the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
"writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
"debian.org>E<gt>."
msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
"the Debian project."
msgstr ""
#. type: Plain text
#: en/lb_testroot.1:5
msgid "B<lb testroot> - Ensure that a system is built as root"
msgstr ""
#. type: Plain text
#: en/lb_testroot.1:8
msgid "B<lb testroot> [I<live-build options>]"
msgstr ""
#. type: Plain text
#: en/lb_testroot.1:11
msgid ""
"B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
"Debian Live tool suite."
msgstr ""
#. FIXME
#. type: Plain text
#: en/lb_testroot.1:14
msgid ""
"B<lb testroot> simply checks to see if you are root. If not, it exits with "
"an error. Debian Live images must currently be built as real root."
msgstr ""
#. FIXME
#. type: Plain text
#: en/lb_testroot.1:17
msgid ""
"Note: Support for using I<fakeroot>(1) and I<sudo>(8) internally in live-"
"build itself is still experimental, however, calling a helper yourself with "
"sudo is safe."
msgstr ""
#. type: Plain text
#: en/lb_testroot.1:20
msgid ""
"B<lb testroot> has no specific options but understands all generic live-"
"build options. See I<live-build>(7) for a complete list of all generic live-"
"build options."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
[po4a_langs]
[po4a_langs] de
[po4a_paths] pot/$master.pot $lang:po/$lang/$master.po
[type: man] en/lb.1 $lang:$lang/lb.$lang.1
[type: man] en/lb_binary.1 $lang:$lang/lb_binary.$lang.1

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -81,7 +81,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -96,7 +96,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -112,7 +112,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -127,7 +127,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -135,21 +135,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -167,7 +167,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -175,7 +175,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -186,7 +186,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -194,7 +194,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -98,21 +98,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -120,7 +120,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -130,7 +130,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -138,7 +138,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -149,7 +149,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -157,7 +157,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -97,7 +97,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -105,21 +105,21 @@ msgstr ""
#. type: Plain text
#: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
#: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
#: en/lb_testroot.1:26
msgid "I<live-build>(7)"
msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -127,7 +127,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -137,7 +137,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -145,7 +145,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -156,7 +156,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -164,7 +164,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build VERSION\n"
"POT-Creation-Date: 2013-04-30 10:25+0300\n"
"POT-Creation-Date: 2012-11-30 15:22+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,7 +29,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "2013-04-30"
msgid "2012-11-30"
msgstr ""
#. type: TH
@ -37,7 +37,7 @@ msgstr ""
#: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
#: en/lb_testroot.1:1 en/live-build.7:1
#, no-wrap
msgid "3.0.5-1"
msgid "4.0~a1-1"
msgstr ""
#. type: TH
@ -66,7 +66,7 @@ msgstr ""
#. type: SH
#: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
#: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
#: en/lb_testroot.1:9 en/live-build.7:11
#, no-wrap
msgid "DESCRIPTION"
@ -74,7 +74,7 @@ msgstr ""
#. type: SH
#: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
#: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
#: en/lb_testroot.1:18 en/live-build.7:20
#, no-wrap
msgid "OPTIONS"
@ -82,7 +82,7 @@ msgstr ""
#. type: SH
#: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
#: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
#: en/lb_testroot.1:21 en/live-build.7:219
#, no-wrap
msgid "FILES"
@ -90,7 +90,7 @@ msgstr ""
#. type: SH
#: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
#: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
#: en/lb_testroot.1:24 en/live-build.7:223
#, no-wrap
msgid "SEE ALSO"
@ -98,14 +98,14 @@ msgstr ""
#. type: Plain text
#: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
#: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
#: en/lb_testroot.1:28 en/live-build.7:229
msgid "This program is a part of live-build."
msgstr ""
#. type: SH
#: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
#: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
#: en/lb_testroot.1:29 en/live-build.7:230
#, no-wrap
msgid "HOMEPAGE"
@ -113,7 +113,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
#: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
#: en/lb_testroot.1:31 en/live-build.7:232
msgid ""
"More information about live-build and the Debian Live project can be found "
@ -123,7 +123,7 @@ msgstr ""
#. type: SH
#: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
#: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
#: en/lb_testroot.1:32 en/live-build.7:233
#, no-wrap
msgid "BUGS"
@ -131,7 +131,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
#: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
#: en/lb_testroot.1:34 en/live-build.7:235
msgid ""
"Bugs can be reported by submitting a bugreport for the live-build package in "
@ -142,7 +142,7 @@ msgstr ""
#. type: SH
#: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
#: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
#: en/lb_testroot.1:35 en/live-build.7:236
#, no-wrap
msgid "AUTHOR"
@ -150,7 +150,7 @@ msgstr ""
#. type: Plain text
#: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
#: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
#: en/lb_testroot.1:36 en/live-build.7:237
msgid ""
"live-build was written by Daniel Baumann E<lt>I<daniel@debian.org>E<gt> for "
@ -158,30 +158,36 @@ msgid ""
msgstr ""
#. type: IP
#: en/lb_config.1:314 en/live-build.7:36
#: en/lb_config.1:318 en/live-build.7:36
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: IP
#: en/lb_config.1:326 en/live-build.7:38
#: en/lb_config.1:330 en/live-build.7:38
#, no-wrap
msgid "B<--force>"
msgstr ""
#. type: IP
#: en/lb_config.1:469 en/live-build.7:42
#: en/lb_config.1:439 en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: IP
#: en/lb_config.1:479 en/live-build.7:42
#, no-wrap
msgid "B<--verbose>"
msgstr ""
#. type: Plain text
#: en/lb_config.1:491 en/live-build.7:225
#: en/lb_config.1:501 en/live-build.7:225
msgid "I<live-boot>(7)"
msgstr ""
#. type: Plain text
#: en/lb_config.1:493 en/live-build.7:227
#: en/lb_config.1:503 en/live-build.7:227
msgid "I<live-config>(7)"
msgstr ""
@ -315,12 +321,6 @@ msgstr ""
msgid "force helper execution, even if stage file exists."
msgstr ""
#. type: IP
#: en/live-build.7:40
#, no-wrap
msgid "B<--quiet>"
msgstr ""
#. type: Plain text
#: en/live-build.7:42
msgid "be quiet."

View File

@ -1,45 +1,16 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
## The complete text of the GNU General Public License
## can be found in /usr/share/common-licenses/GPL-3 file.
set -e
if [ -e local/live-build ]
then
LIVE_BUILD="${LIVE_BUILD:-${PWD}/local/live-build}"
export LIVE_BUILD
fi
for _DIRECTORY in "${LIVE_BUILD}/functions" /usr/share/live/build/functions
# Source global functions
for FUNCTION in "${LIVE_BUILD}"/functions/*.sh /usr/share/live/build/functions/*.sh
do
if [ -e "${_DIRECTORY}" ]
if [ -e "${FUNCTION}" ]
then
for _FILE in "${_DIRECTORY}"/*.sh
do
if [ -e "${_FILE}" ]
then
. "${_FILE}"
fi
done
break
. "${FUNCTION}"
fi
done

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -43,15 +43,7 @@ Create_lockfile .lock
for CHECKSUM in ${LB_CHECKSUMS}
do
case "${LB_MODE}" in
progress-linux)
CHECKSUMS="$(echo ${CHECKSUM} | tr [a-z] [A-Z])SUMS"
;;
*)
CHECKSUMS="${CHECKSUM}sum.txt"
;;
esac
CHECKSUMS="$(echo ${CHECKSUM} | tr [a-z] [A-Z])SUMS"
Echo_message "Begin creating binary ${CHECKSUMS}..."
@ -68,11 +60,10 @@ do
\! -path './boot/boot.bin' \
\! -path './boot/grub/stage2_eltorito' \
\! -path './*SUMS' \
\! -path './*sum.txt' \
-print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS}
cat > ${CHECKSUMS} << EOF
## This file contains the list of ${CHECKSUM} checksums of all files on this
## This file contains the list of ${CHECKSUM} checksums of all fileson this
## medium.
##
## You can verify them automatically with the 'verify-checksums' boot parameter,

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -85,7 +85,7 @@ ${LB_ROOT_COMMAND} rm -rf chroot/chroot
${LB_ROOT_COMMAND} rm -rf chroot.tmp
# Copying new chroot
if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ] && [ "${LB_CHROOT_FILESYSTEM}" != "plain" ]
if [ -d cache/bootstrap ] && [ "${LB_CHROOT_FILESYSTEM}" != "none" ]
then
${LB_ROOT_COMMAND} mv chroot chroot.tmp
${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -339,16 +339,10 @@ then
case "${LB_ARCHITECTURES}" in
amd64)
DI_REQ_PACKAGES="lilo grub-pc"
case "${LB_DISTRIBUTION}" in
squeeze)
DI_REQ_PACAKGES="${DI_REQ_PACKAGES} grub"
;;
esac
DI_REQ_PACKAGES="lilo grub grub-pc"
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
;;
@ -359,21 +353,14 @@ then
;;
i386)
DI_REQ_PACKAGES="elilo lilo grub-pc"
case "${LB_DISTRIBUTION}" in
squeeze)
DI_REQ_PACAKGES="${DI_REQ_PACKAGES} grub"
;;
esac
DI_REQ_PACKAGES="elilo lilo grub grub-pc"
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
case "${LB_DISTRIBUTION}" in
precise)
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic-pae"
;;
*)
DI_PACKAGES="${DI_REQ_PACKAGES} linux-generic"
;;
@ -389,7 +376,7 @@ then
sparc)
DI_REQ_PACKAGES="silo"
case "${LB_MODE}" in
ubuntu)
ubuntu|kubuntu)
DI_PACKAGES="${DI_REQ_PACKAGES} linux-sparc64"
;;
@ -402,8 +389,8 @@ then
powerpc)
DI_REQ_PACKAGES="yaboot"
case "${LB_MODE}" in
ubuntu)
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-powerpc-smp linux-image-powerpc64-smp linux-image-powerpc-e500 linux-image-powerpc-e500mc"
ubuntu|kubuntu)
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-powerpc-smp linux-image-powerpc64-smp"
;;
*)
@ -431,7 +418,7 @@ then
FIRMWARE_PACKAGES=""
if [ "${LB_PARENT_DISTRIBUTION}" = "squeeze" ]
if [ "${LB_MODE}" = "ubuntu" ] || [ "${LB_MODE}" = "kubuntu" ]
then
_CONTENTS="${LB_PARENT_MIRROR_CHROOT}/dists/${LB_PARENT_DISTRIBUTION}/Contents-${LB_ARCHITECTURES}.gz"
else
@ -458,7 +445,7 @@ then
then
# FIXME: account for the fact that PARENT_DISTRIBUTION and DISTRIBUTION might be the same (to not have overlapping cache files for contents).
if [ "${_PARENT_DISTRIBUTION}" = "squeeze" ]
if [ "${LB_MODE}" = "ubuntu" ] || [ "${LB_MODE}" = "kubuntu" ]
then
_CONTENTS="${LB_MIRROR_CHROOT}/dists/${LB_DISTRIBUTION}/Contents-${LB_ARCHITECTURES}.gz"
else
@ -475,35 +462,6 @@ then
done
fi
if [ "${LB_PARENT_DISTRIBUTION}" = "squeeze" ]
then
# Filter out contrib packages if contrib is not enabled
if ! echo ${LB_ARCHIVE_AREAS} | grep -qs contrib
then
_FIRMWARE_PACKAGES=""
for _PACKAGE in ${FIRMWARE_PACKAGES}
do
_FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES} $(echo ${_PACKAGE} | sed -e 's|^contrib/.*$||')"
done
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
fi
# Filter out non-free packages if non-free is not enabled
if ! echo ${LB_ARCHIVE_AREAS} | grep -qs non-free
then
_FIRMWARE_PACKAGES=""
for _PACKAGE in ${FIRMWARE_PACKAGES}
do
_FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES} $(echo ${_PACKAGE} | sed -e 's|^non-free/.*$||')"
done
FIRMWARE_PACKAGES="${_FIRMWARE_PACKAGES}"
fi
fi
# Drop section and keep package names only
for _PACKAGE in ${FIRMWARE_PACKAGES}
do
@ -523,24 +481,33 @@ then
# d-i does not support (for example) re-installing grub from target/ - the grub
# .debs must actually exist.
# Modify dpkg status to show the required packages are not installed.
cp chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
for PACKAGE in ${DI_REQ_PACKAGES}
do
awk -v f=0 '
f == 1 { print "Status: purge ok not-installed"; f=0; next }
/Package: '"${PACKAGE}"'/ { f=1; }
{ print }
' chroot/var/lib/dpkg/status > chroot/var/lib/dpkg/status.awk
mv chroot/var/lib/dpkg/status.awk chroot/var/lib/dpkg/status
done
# Download .deb's that we just marked as "purged" which caused broken dependencies
Chroot chroot ${_LB_APT_COMMAND} -f dist-upgrade
# Revert dpkg status file
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
# Download .debs of the required packages
Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES} ${DI_FIRMWARE_PACKAGES} ${DI_REQ_PACKAGES}
# Drop the packages already installed that d-i doesn't explicitely need
_REMAINING_PACKAGES="$(echo ${DI_FIRMWARE_PACKAGES} ${DI_REQ_PACKAGES} | sed -e 's# #|#g')"
_REMAINING_PACKAGES="$(sed -n -e 's|Package: ||p' chroot/var/lib/dpkg/status.tmp | grep -E -v \"^${_REMAINING_PACKAGES}$\")"
for _PACKAGE in ${_REMAINING_PACKAGES}
do
rm -f "chroot/binary.deb/archives/${_PACKAGE}_*.deb"
done
else
# Download .debs of the required packages
Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES} ${DI_FIRMWARE_PACKAGES}
fi
# Revert dpkg status file
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
# Revert dpkg status file
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
fi
mv chroot/binary.deb ./
@ -623,7 +590,7 @@ then
do
for _FILE in $(find ../pool -name "${_PACKAGE}_*.deb")
do
ln -sf ${_FILE} ./
ln -s ${_FILE} ./
done
done
@ -804,16 +771,7 @@ EOF
rm -f chroot/binary.sh
mv chroot/root/binary ./
case "${LB_PARENT_DISTRIBUTION}" in
wheezy)
DISTRIBUTIONS="stable"
;;
*)
DISTRIBUTIONS="stable testing unstable"
;;
esac
DISTRIBUTIONS="stable testing unstable"
if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
then
@ -908,22 +866,6 @@ then
fi
fi
case "${LB_MODE}" in
progress-linux)
mv binary/install binary/installer
rm -f binary/debian
for _DIRECTORY in dists pool project firmware
do
if [ -e "${_DIRECTORY}" ]
then
mv binary/"${_DIRECTORY}" binary/installer
fi
done
;;
esac
# Saving cache
Save_cache cache/packages.binary

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@ -66,6 +66,12 @@ case "${LB_MODE}" in
TRACE=""
;;
kubuntu)
TITLE="Kubuntu"
STRING="Build ${ARCHITECTURE}"
TRACE=""
;;
progress-linux)
TITLE="Progress Linux"
STRING="${VERSION} (${DISTRIBUTION}) - ${ARCHITECTURE}"

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

View File

@ -1,7 +1,7 @@
#!/bin/sh
## live-build(7) - System Build Scripts
## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it

Some files were not shown because too many files have changed in this diff Show More