Releasing debian version 3.0~a26-1.
This commit is contained in:
parent
b6825361ef
commit
6167d107f6
|
@ -1,3 +1,122 @@
|
||||||
|
live-build (3.0~a26-1) experimental; urgency=low
|
||||||
|
|
||||||
|
[ Richard Nelson ]
|
||||||
|
* Update VERSION in common.sh to match last release.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Skipping binary_linux-image if no kernel was choosen to be installed
|
||||||
|
deliberately, thanks to Adam Conrad <adconrad@ubuntu.com>.
|
||||||
|
* Moving archives meta data arround in source tree.
|
||||||
|
* Correcting filename of live.debian.net archive file.
|
||||||
|
* Adding hook for calling update.mlocate, thanks to Colin Watson
|
||||||
|
<cjwatson@ubuntu.com> (Closes: #627332).
|
||||||
|
* Adding hook for calling update-apt-xapian-index, thanks to Colin
|
||||||
|
Watson <cjwatson@ubuntu.com> (Closes: #627716).
|
||||||
|
* Adding hook for removing gnome icon cache, thanks to Colin Watson
|
||||||
|
<cjwatson@ubuntu.com> (Closes: #630088).
|
||||||
|
* Adding hook to remove python py files, thanks to Colin Watson
|
||||||
|
<cjwatson@ubuntu.com> (Closes: #631281).
|
||||||
|
* Using --no-check-gpg option when using debootstrap >= 1.0.30 and apt
|
||||||
|
secure is disabled, thanks to Eugenio Paolantonio <me@medesimo.eu>
|
||||||
|
(Closes: #633356).
|
||||||
|
* Also unmounting /run in lb_clean eventhough it's not really needed
|
||||||
|
anyway but let's be on the caucious side (Closes: #633052).
|
||||||
|
* Adding kubuntu mode in order to have different defadefault hooks
|
||||||
|
enabled for ubuntu and kubuntu (needed for #630088).
|
||||||
|
* Consolidating local hooks for chroot and binary into
|
||||||
|
config/hooks/*.{chroot,binary}.
|
||||||
|
* Numbering embedded hooks.
|
||||||
|
* Saving packages in cache even when failing or interrupting a build
|
||||||
|
(Closes: #586929).
|
||||||
|
* Enabling hooks based on the mode we're building for.
|
||||||
|
* Calling dpkg-divert with --quiet in chroot_dpkg.
|
||||||
|
* Correcting comments in chroot_hooks to match usage.
|
||||||
|
* Reworking binary hooks helper.
|
||||||
|
|
||||||
|
[ Cody A.W. Somerville ]
|
||||||
|
* Fixing corruption of usb binary images caused by trying to modify
|
||||||
|
flags in partition table when image is mounted with offset.
|
||||||
|
* Updating lb_binary_linux-image to only copy over kernel and initrd
|
||||||
|
if LB_LINUX_PACKAGES doesn't equal 'none'.
|
||||||
|
* Appending 'linux32' to LB_ROOT_COMMAND if 'uname -m' is x86_64 and
|
||||||
|
LB_ARCHITECTURE is i386.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Updating cron scripts.
|
||||||
|
* Compacting copyright file.
|
||||||
|
* Reworking debconf stuff of merging former live-autobuild-manual and
|
||||||
|
live-autobuild-images into a single live-build-cron.
|
||||||
|
* Avoid to hijack root-command with linux32, rather set use it in the
|
||||||
|
chroot function only.
|
||||||
|
* Adding a comment to the chroot calls in excludes handling of
|
||||||
|
binary_chroot whey the chroot function is not used.
|
||||||
|
|
||||||
|
[ Cody A.W. Somerville ]
|
||||||
|
* Setting partition flags in source_usb after creating the filesystem
|
||||||
|
in order to avoid bug in parted that makes them forget the flags.
|
||||||
|
* Adding function for more resilient detachment of loopback devices.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Calling mkdir with -p to avoid build failures with multiple kernels
|
||||||
|
on disk info in ubuntu mode, thanks to Cody A.W. Somerville
|
||||||
|
<cody.somerville@canonical.com>.
|
||||||
|
* Correcting uuid extraction from initrds in ubuntu mode to work from
|
||||||
|
within binary so that it is cleaned up by lb_clean on failed builds.
|
||||||
|
* Setting default compression levels to -6 for gzip, bzip, lzip and
|
||||||
|
lzma tarballs.
|
||||||
|
|
||||||
|
[ Cody A.W. Somerville ]
|
||||||
|
* Adding paths for remote debian-installer images on armel.
|
||||||
|
* Making config tree available to chroot hooks.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Updating derivatives handling for d-i mirror defaults to better
|
||||||
|
match the reality that by default, most derivatives are not going to
|
||||||
|
actually rebuild d-i.
|
||||||
|
* Adding mdadm manually to extra packages for binary pool for being
|
||||||
|
used by debian-installer (Closes: #607225).
|
||||||
|
* Add forgotten handling of already set chroot_hooks in defaults.
|
||||||
|
* Updating grub packages list in binary_debian-installer.
|
||||||
|
* Using 'live' rather than 'incomplete' for cd_type in .disk on images
|
||||||
|
that include debian-installer with live-installer udeb.
|
||||||
|
* Simplify bind mounting of the config tree during local hooks are run
|
||||||
|
by using read-only bind mounts.
|
||||||
|
* Removing unmaintained studio package lists.
|
||||||
|
* Correcting debconf variables.
|
||||||
|
* Updating TODO for live-build-cron.
|
||||||
|
* Correcting typo in lb_config for program variable, thanks to
|
||||||
|
intrigeri <intrigeri@boum.org>.
|
||||||
|
* Adding virtual-hdd in lb_config manpage as binary image type.
|
||||||
|
* Handle package-lists parameter for lb_config in live-build-cron-
|
||||||
|
images script for both lb version 2.x and 3.x.
|
||||||
|
* Setting default kernel flavours for armel to all available flavour
|
||||||
|
due to the nature of armel images (single rootfs image, multiple
|
||||||
|
kernel images).
|
||||||
|
* Removing debian-instaler-distribution selection from live-build-
|
||||||
|
cron-images for the time being.
|
||||||
|
|
||||||
|
[ Ben Armstrong ]
|
||||||
|
* Fixing/adding cross-references for live-boot and live-config.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Correcting cross-references to live-boot and live-config in
|
||||||
|
lb_config manpage.
|
||||||
|
* Adjusting check for target directory in live-build-cron scripts to
|
||||||
|
fail if non-directories are used, thanks to Ben Armstrong
|
||||||
|
<synrg@debian.org>.
|
||||||
|
|
||||||
|
[ intrigeri ]
|
||||||
|
* Cleaning up temporary directories at the same time as other cruft.
|
||||||
|
|
||||||
|
[ Daniel Baumann ]
|
||||||
|
* Removing -r from short options in lb_config (Closes: #636208).
|
||||||
|
* Adding hook to update apt-file cache (Closes: #636440).
|
||||||
|
* Renumbering hook files.
|
||||||
|
* Adding missing 'set -e' in remove-python-py.chroot hook.
|
||||||
|
* Correcting indentiation in hook defaults assignment.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Thu, 04 Aug 2011 21:51:37 +0200
|
||||||
|
|
||||||
live-build (3.0~a25-1) experimental; urgency=low
|
live-build (3.0~a25-1) experimental; urgency=low
|
||||||
|
|
||||||
* Using updated kernel default flavours for sid also for wheezy.
|
* Using updated kernel default flavours for sid also for wheezy.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
|
|
||||||
PROGRAM="live-build"
|
PROGRAM="live-build"
|
||||||
VERSION="3.0~a25-1"
|
VERSION="3.0~a26-1"
|
||||||
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
|
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
|
||||||
|
|
||||||
PATH="${PWD}/auto/scripts:${PATH}"
|
PATH="${PWD}/auto/scripts:${PATH}"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb\fP \- wrapper for live\-build programs
|
\fBlb\fP \- wrapper for live\-build programs
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary\fP \- Complete the binary stage
|
\fBlb binary\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_checksums\fP \- Complete the binary stage
|
\fBlb binary_checksums\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_chroot\fP \- Complete the binary stage
|
\fBlb binary_chroot\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_debian\-installer\fP \- Complete the binary stage
|
\fBlb binary_debian\-installer\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_disk\fP \- Complete the binary stage
|
\fBlb binary_disk\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_grub\fP \- Complete the binary stage
|
\fBlb binary_grub\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_grub2\fP \- Complete the binary stage
|
\fBlb binary_grub2\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local\-hooks\fP \- Complete the binary stage
|
\fBlb binary_local\-hooks\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_includes\fP \- Complete the binary stage
|
\fBlb binary_includes\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_iso\fP \- Complete the binary stage
|
\fBlb binary_iso\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_linux\-image\fP \- Complete the binary stage
|
\fBlb binary_linux\-image\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local\-includes\fP \- Complete the binary stage
|
\fBlb binary_local\-includes\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local\-packagelists\fP \- Complete the binary stage
|
\fBlb binary_local\-packagelists\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_manifest\fP \- Complete the binary stage
|
\fBlb binary_manifest\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_memtest\fP \- Complete the binary stage
|
\fBlb binary_memtest\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_net\fP \- Complete the binary stage
|
\fBlb binary_net\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_rootfs\fP \- Complete the binary stage
|
\fBlb binary_rootfs\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_silo\fP \- Complete the binary stage
|
\fBlb binary_silo\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_syslinux\fP \- Complete the binary stage
|
\fBlb binary_syslinux\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_tar\fP \- Complete the binary stage
|
\fBlb binary_tar\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_usb\fP \- Complete the binary stage
|
\fBlb binary_usb\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage
|
\fBlb binary_virtual\-hdd\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_win32\-loader\fP \- Complete the binary stage
|
\fBlb binary_win32\-loader\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_yaboot\fP \- Complete the binary stage
|
\fBlb binary_yaboot\fP \- Complete the binary stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_cache\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_copy\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
|
\fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
|
\fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot\fP \- Complete the chroot stage
|
\fBlb chroot\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_apt\fP \- Complete the chroot stage
|
\fBlb chroot_apt\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_archives\fP \- Complete the chroot stage
|
\fBlb chroot_archives\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_cache\fP \- Complete the chroot stage
|
\fBlb chroot_cache\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_debianchroot\fP \- Complete the chroot stage
|
\fBlb chroot_debianchroot\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_devpts\fP \- Complete the chroot stage
|
\fBlb chroot_devpts\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_dpkg\fP \- Complete the chroot stage
|
\fBlb chroot_dpkg\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_hacks\fP \- Complete the chroot stage
|
\fBlb chroot_hacks\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_hooks\fP \- Complete the chroot stage
|
\fBlb chroot_hooks\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_hostname\fP \- Complete the chroot stage
|
\fBlb chroot_hostname\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_hosts\fP \- Complete the chroot stage
|
\fBlb chroot_hosts\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_install\-packages\fP \- Complete the chroot stage
|
\fBlb chroot_install\-packages\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_interactive\fP \- Complete the chroot stage
|
\fBlb chroot_interactive\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_linux\-image\fP \- Complete the chroot stage
|
\fBlb chroot_linux\-image\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_local\-includes\fP \- Complete the chroot stage
|
\fBlb chroot_local\-includes\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
|
\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_local\-patches\fP \- Complete the chroot stage
|
\fBlb chroot_local\-patches\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage
|
\fBlb chroot_local\-preseed\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_packagelists\fP \- Complete the chroot stage
|
\fBlb chroot_packagelists\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_packages\fP \- Complete the chroot stage
|
\fBlb chroot_packages\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_preseed\fP \- Complete the chroot stage
|
\fBlb chroot_preseed\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_proc\fP \- Complete the chroot stage
|
\fBlb chroot_proc\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_resolv\fP \- Complete the chroot stage
|
\fBlb chroot_resolv\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage
|
\fBlb chroot_selinuxfs\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_sysfs\fP \- Complete the chroot stage
|
\fBlb chroot_sysfs\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
|
\fBlb chroot_sysv\-rc\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_task\-lists\fP \- Complete the chroot stage
|
\fBlb chroot_task\-lists\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb chroot_upstart\fP \- Complete the chroot stage
|
\fBlb chroot_upstart\fP \- Complete the chroot stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb clean\fP \- Clean build directory
|
\fBlb clean\fP \- Clean build directory
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb config\fP \- Create config directory
|
\fBlb config\fP \- Create config directory
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb local\fP \- wrapper for local live\-build programs
|
\fBlb local\fP \- wrapper for local live\-build programs
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source\fP \- Complete the source stage
|
\fBlb source\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_checksums\fP \- Complete the source stage
|
\fBlb source_checksums\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_debian\-live\fP \- Complete the source stage
|
\fBlb source_debian\-live\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_debian\fP \- Complete the source stage
|
\fBlb source_debian\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_disk\fP \- Complete the source stage
|
\fBlb source_disk\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_iso\fP \- Complete the source stage
|
\fBlb source_iso\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_net\fP \- Complete the source stage
|
\fBlb source_net\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_tar\fP \- Complete the source stage
|
\fBlb source_tar\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_usb\fP \- Complete the source stage
|
\fBlb source_usb\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb source_virtual\-hdd\fP \- Complete the source stage
|
\fBlb source_virtual\-hdd\fP \- Complete the source stage
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb testroot\fP \- Ensure that a system is built as root
|
\fBlb testroot\fP \- Ensure that a system is built as root
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
.\" This file was generated with po4a. Translate the source file.
|
.\" This file was generated with po4a. Translate the source file.
|
||||||
.\"
|
.\"
|
||||||
.\"*******************************************************************
|
.\"*******************************************************************
|
||||||
.TH LIVE\-BUILD 7 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 7 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlive\-build\fP \- the Debian Live tool suite
|
\fBlive\-build\fP \- the Debian Live tool suite
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb\fR \- wrapper for live\-build programs
|
\fBlb\fR \- wrapper for live\-build programs
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary\fR \- Complete the binary stage
|
\fBlb binary\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_checksums\fR \- Complete the binary stage
|
\fBlb binary_checksums\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_chroot\fR \- Complete the binary stage
|
\fBlb binary_chroot\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_debian\-installer\fR \- Complete the binary stage
|
\fBlb binary_debian\-installer\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_disk\fR \- Complete the binary stage
|
\fBlb binary_disk\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_grub\fR \- Complete the binary stage
|
\fBlb binary_grub\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_grub2\fR \- Complete the binary stage
|
\fBlb binary_grub2\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local\-hooks\fR \- Complete the binary stage
|
\fBlb binary_local\-hooks\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_includes\fR \- Complete the binary stage
|
\fBlb binary_includes\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_iso\fR \- Complete the binary stage
|
\fBlb binary_iso\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_linux\-image\fR \- Complete the binary stage
|
\fBlb binary_linux\-image\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local\-includes\fR \- Complete the binary stage
|
\fBlb binary_local\-includes\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_local-packagelists\fR \- Complete the binary stage
|
\fBlb binary_local-packagelists\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_manifest\fR \- Complete the binary stage
|
\fBlb binary_manifest\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_memtest\fR \- Complete the binary stage
|
\fBlb binary_memtest\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_net\fR \- Complete the binary stage
|
\fBlb binary_net\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_rootfs\fR \- Complete the binary stage
|
\fBlb binary_rootfs\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_silo\fR \- Complete the binary stage
|
\fBlb binary_silo\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_syslinux\fR \- Complete the binary stage
|
\fBlb binary_syslinux\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_tar\fR \- Complete the binary stage
|
\fBlb binary_tar\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_usb\fR \- Complete the binary stage
|
\fBlb binary_usb\fR \- Complete the binary stage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a25 "Debian Live Project"
|
.TH LIVE\-BUILD 1 2011\-08\-04 3.0~a26 "Debian Live Project"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBlb binary_virtual\-hdd\fR \- Complete the binary stage
|
\fBlb binary_virtual\-hdd\fR \- Complete the binary stage
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue