Skip to content

Commit

Permalink
Debranding package for derivatives.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed May 6, 2013
1 parent e77f47c commit bcb91e3
Show file tree
Hide file tree
Showing 17 changed files with 246 additions and 233 deletions.
8 changes: 4 additions & 4 deletions debian/control
@@ -1,13 +1,13 @@
Source: live-boot
Section: misc
Priority: optional
Maintainer: Debian Live Project <debian-live@lists.debian.org>
Maintainer: Live Systems Maintainers <debian-live@lists.debian.org>
Uploaders: Daniel Baumann <mail@daniel-baumann.ch>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://live.debian.net/devel/live-boot/
Vcs-Browser: http://live.debian.net/gitweb/?p=live-boot.git
Vcs-Git: git://live.debian.net/git/live-boot.git
Homepage: http://live-systems.org/devel/live-boot/
Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git
Vcs-Git: git://live-systems.org/git/live-boot.git

Package: live-boot
Architecture: all
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: live-boot
Upstream-Contact: Debian Live Project <debian-live@lists.debian.org>
Source: http://live.debian.net/archive/packages/live-boot/
Upstream-Contact: Live Systems Project <debian-live@lists.debian.org>
Source: http://live-systems.org/archive/packages/live-boot/

Files: *
Copyright: 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
Expand Down
4 changes: 2 additions & 2 deletions debian/live-boot.bug-presubj
@@ -1,7 +1,7 @@
Before submitting a bug report against live-boot, please make sure
that you have read our guidelines for Debian Live bug reports:
that you have read our guidelines for live systems bug reports:

http://live.debian.net/manual/
http://live-systems.org/manual/

By providing the required information as outlined in the guidelines makes
sure that we can optimally reproduce and fix bugs, not doing so wastes a
Expand Down
2 changes: 1 addition & 1 deletion manpages/bin/update-version.sh
Expand Up @@ -25,7 +25,7 @@ for MANPAGE in en/*
do
SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')"

sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Debian Live Project\"|" ${MANPAGE}
sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Live Systems Project\"|" ${MANPAGE}
done

# European date format
Expand Down
31 changes: 15 additions & 16 deletions manpages/de/live-boot.de.7
Expand Up @@ -3,26 +3,26 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT 7 10.03.2013 4.0~a9\-1 "Debian Live Project"
.TH LIVE\-BOOT 7 11.03.2013 4.0~a9\-1 "Live Systems Project"

.SH NAME
\fBlive\-boot\fP \- System Boot Scripts

.SH DESCRIPTION
\fBlive\-boot\fP contains the scripts that configure a Debian Live system during
the boot process (early userspace).
\fBlive\-boot\fP contains the scripts that configure a live system during the
boot process (early userspace).
.PP
.\" FIXME
live\-boot is a hook for the initramfs\-tools, used to generate a initramfs
capable to boot live systems, such as those created by
\fIlive\-helper\fP(7). This includes the Debian Live isos, netboot tarballs, and
usb stick images.
\fIlive\-helper\fP(7). This includes the Live systems ISOs, netboot tarballs,
and usb stick images.
.PP
.\" FIXME
At boot time it will look for a (read\-only) media containing a "/live"
directory where a root filesystems (often a compressed filesystem image like
squashfs) is stored. If found, it will create a writable environment, using
aufs, for Debian like systems to boot from.
aufs, to boot the system from.

.SH CONFIGURATION
\fBlive\-boot\fP can be configured through a boot parameter or a configuration
Expand Down Expand Up @@ -86,8 +86,8 @@ You may also use the live iso image in place of the squashfs image.
.IP \fBiscsi\fP=\fIserver\-ip[,server\-port];target\-name\fP 4
Boot from an iSCSI target that has an iso or disk live image as one of its
LUNs. The specified target is searched for a LUN which looks like a live
media. If you use the \fBiscsitarget\fP software iSCSI target solution which is
packaged in Debian your ietd.conf might look like this:
media. If you use the \fBiscsitarget\fP software iSCSI target solution your
ietd.conf might look like this:
.br
# The target\-name you specify in the iscsi= parameter
.br
Expand Down Expand Up @@ -137,7 +137,7 @@ for loop\-aes encryption type.
.IP \fBlive\-media\-offset\fP=\fIBYTES\fP 4
This way you could tell live\-boot that your image starts at offset BYTES in
the above specified or autodiscovered device, this could be useful to hide
the Debian Live iso or image inside another iso or image, to create "clean"
the live system ISO or image inside another iso or image, to create "clean"
images.
.IP \fBlive\-media\-path\fP=\fIPATH\fP 4
Sets the path to the live filesystem on the medium. By default, it is set to
Expand Down Expand Up @@ -270,16 +270,15 @@ loaded in alphanumeric order.
\fIlive\-tools\fP(7)

.SH HOMEPAGE
More information about live\-boot 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>.
More information about live\-boot and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.

.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-boot 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
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.

.SH AUTHOR
live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
for the Debian project.
live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>.
15 changes: 7 additions & 8 deletions manpages/de/persistence.conf.de.5
Expand Up @@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT conf 10.03.2013 4.0~a9\-1 "Debian Live Project"
.TH LIVE\-BOOT conf 11.03.2013 4.0~a9\-1 "Live Systems Project"

.SH NAME
\fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot
Expand Down Expand Up @@ -192,16 +192,15 @@ would have to be copied into \fIVOL\fP/usr during the initial bootstrap.
\fIlive\-tools\fP(7)

.SH HOMEPAGE
More information about live\-boot 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>.
More information about live\-boot and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.

.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-boot 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
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.

.SH AUTHOR
persistence.conf was written by anonym <\fIanonym@lavabit.com\fP> for
the Debian project.
live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>.
18 changes: 9 additions & 9 deletions manpages/en/live-boot.7
@@ -1,15 +1,15 @@
.TH LIVE\-BOOT 7 2013\-03\-10 4.0~a9-1 "Debian Live Project"
.TH LIVE\-BOOT 7 2013\-03\-11 4.0~a9-1 "Live Systems Project"

.SH NAME
\fBlive\-boot\fR \- System Boot Scripts

.SH DESCRIPTION
\fBlive\-boot\fR contains the scripts that configure a Debian Live system during the boot process (early userspace).
\fBlive\-boot\fR contains the scripts that configure a live system during the boot process (early userspace).
.PP
.\" FIXME
live\-boot is a hook for the initramfs\-tools, used to generate a initramfs capable to boot live systems, such as those created by \fIlive\-helper\fR(7). This includes the Debian Live isos, netboot tarballs, and usb stick images.
live\-boot is a hook for the initramfs\-tools, used to generate a initramfs capable to boot live systems, such as those created by \fIlive\-helper\fR(7). This includes the Live systems ISOs, netboot tarballs, and usb stick images.
.PP
At boot time it will look for a (read\-only) media containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs, for Debian like systems to boot from.
At boot time it will look for a (read\-only) media containing a "/live" directory where a root filesystems (often a compressed filesystem image like squashfs) is stored. If found, it will create a writable environment, using aufs, to boot the system from.
.\" FIXME

.SH CONFIGURATION
Expand Down Expand Up @@ -58,7 +58,7 @@ Also note that therefore it's currently not possible to fetch an image from a na
.br
You may also use the live iso image in place of the squashfs image.
.IP "\fBiscsi\fR=\fIserver-ip[,server-port];target-name\fR" 4
Boot from an iSCSI target that has an iso or disk live image as one of its LUNs. The specified target is searched for a LUN which looks like a live media. If you use the \fBiscsitarget\fR software iSCSI target solution which is packaged in Debian your ietd.conf might look like this:
Boot from an iSCSI target that has an iso or disk live image as one of its LUNs. The specified target is searched for a LUN which looks like a live media. If you use the \fBiscsitarget\fR software iSCSI target solution your ietd.conf might look like this:
.br
# The target-name you specify in the iscsi= parameter
.br
Expand All @@ -85,7 +85,7 @@ Instead of specifing an actual device name, the keyword 'removable' can be used
.IP "{\fBlive\-media\-encryption\fR|\fBencryption\fR}=\fITYPE\fI" 4
live\-boot will mount the encrypted rootfs TYPE, asking the passphrase, useful to build paranoid live systems :\-). TYPE supported so far are "aes" for loop\-aes encryption type.
.IP "\fBlive\-media\-offset\fR=\fIBYTES\fR" 4
This way you could tell live\-boot that your image starts at offset BYTES in the above specified or autodiscovered device, this could be useful to hide the Debian Live iso or image inside another iso or image, to create "clean" images.
This way you could tell live\-boot that your image starts at offset BYTES in the above specified or autodiscovered device, this could be useful to hide the live system ISO or image inside another iso or image, to create "clean" images.
.IP "\fBlive\-media\-path\fR=\fIPATH\fR" 4
Sets the path to the live filesystem on the medium. By default, it is set to '/live' and you should not change that unless you have customized your media accordingly.
.IP "\fBlive\-media\-timeout\fR=\fISECONDS\fI" 4
Expand Down Expand Up @@ -161,10 +161,10 @@ This optional file (inside the live media) contains a list of white\-space or ca
\fIlive\-tools\fR(7)

.SH HOMEPAGE
More information about live\-boot and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>.
More information about live\-boot and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.

.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-boot package in the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
Bugs can be reported by submitting a bugreport for the live\-boot package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>.

.SH AUTHOR
live\-boot was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR> for the Debian project.
live\-boot was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.
14 changes: 4 additions & 10 deletions manpages/en/persistence.conf.5
@@ -1,4 +1,4 @@
.TH LIVE\-BOOT conf 2013\-03\-10 4.0~a9-1 "Debian Live Project"
.TH LIVE\-BOOT conf 2013\-03\-11 4.0~a9-1 "Live Systems Project"

.SH NAME
\fBpersistence.conf\fR \- Configuration file for persistence media in
Expand Down Expand Up @@ -198,16 +198,10 @@ copied into \fIVOL\fR/usr during the initial bootstrap.
\fIlive\-tools\fR(7)

.SH HOMEPAGE
More information about live\-boot and the Debian Live project can be
found on the homepage at <\fIhttp://live.debian.net/\fR> and in the
manual at <\fIhttp://live.debian.net/manual/\fR>.
More information about live\-boot and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.

.SH BUGS
Bugs can be reported by submitting a bugreport for the live\-boot
package in the Debian Bug Tracking System at
<\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian
Live mailing list at <\fIdebian-live@lists.debian.org\fR>.
Bugs can be reported by submitting a bugreport for the live\-boot package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\fIdebian-live@lists.debian.org\fR>.

.SH AUTHOR
persistence.conf was written by anonym <\fIanonym@lavabit.com\fR> for the
Debian project.
live\-boot was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>.
56 changes: 26 additions & 30 deletions manpages/es/live-boot.es.7
Expand Up @@ -3,27 +3,26 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT 7 10.03.2013 4.0~a9\-1 "Proyecto Debian Live"
.TH LIVE\-BOOT 7 11.03.2013 4.0~a9\-1 "Live Systems Project"

.SH NOMBRE
\fBlive\-boot\fP \- Scripts de Arranque del Sistema

.SH DESCRIPCIÓN
\fBlive\-boot\fP contiene los scripts que configuran un sistema Debian Live
durante el proceso de arranque (early userspace).
\fBlive\-boot\fP contains the scripts that configure a live system during the
boot process (early userspace).
.PP
.\" FIXME
live\-boot es un hook para initramfs\-tools, usado para generar un initramfs
capaz de arrancar sistemas en vivo, tales como los creados por
\fIlive\-helper\fP(7). Esto incluye las isos de Debian Live, netboot tarballs e
imágenes para llaves usb.
live\-boot is a hook for the initramfs\-tools, used to generate a initramfs
capable to boot live systems, such as those created by
\fIlive\-helper\fP(7). This includes the Live systems ISOs, netboot tarballs,
and usb stick images.
.PP
.\" FIXME
En el momento del arranque se buscará un dispositivo de sólo lectura que
contenga un directorio "/live" dónde se almacena un sistema de ficheros raíz
(a menudo se trata de una imagen comprimida de un sistema de ficheros como
squashfs). Si live\-boot lo encuentra, creará un entorno de escritura, usando
aufs, a partir del cual pueda arrancar un sistema Debian u otro similar.
At boot time it will look for a (read\-only) media containing a "/live"
directory where a root filesystems (often a compressed filesystem image like
squashfs) is stored. If found, it will create a writable environment, using
aufs, to boot the system from.

.SH CONFIGURACIÓN
\fBlive\-boot\fP se puede configurar mediante un parámetro de arranque o un
Expand Down Expand Up @@ -89,11 +88,10 @@ compartiendo la ip con la instancia principal httpd.
También se puede utilizar la imagen iso en vivo en lugar de la imagen
squashfs.
.IP \fBiscsi\fP=\fIserver\-ip[,server\-port];target\-name\fP 4
Arranca desde un objetivo iSCSI que tiene una iso o una imagen disco en vivo
como uno de sus LUNs. Se busca en el objetivo especificado un LUN que sea
similar a un medio en vivo. Si se utiliza el software \fBiscsitarget\fP del
objetivo iSCSI que se encuentra disponible en un paquete Debian la ietd.conf
podría ser similar al siguiente:
Boot from an iSCSI target that has an iso or disk live image as one of its
LUNs. The specified target is searched for a LUN which looks like a live
media. If you use the \fBiscsitarget\fP software iSCSI target solution your
ietd.conf might look like this:
.br
# El nombre de destino se especifica en el parámetro iscsi=
.br
Expand Down Expand Up @@ -143,10 +141,10 @@ live\-boot montará el TYPE rotfs cifrado, pidiendo la contraseña. Es útil
para crear sistemas en vivo paranoicos :\-) Hasta el momento el TYPE
soportado es "aes" para cifrado loop\-aes.
.IP \fBlive\-media\-offset\fP=\fIBYTES\fP 4
De esta manera se puede especificar a live\-boot que la imagen comienza en
BYTES en el dispositivo anteriormente especificado, o auto\-descubierto, esto
podría ser útil para esconder la iso o la imagen Debian Live dentro de otra
iso o imagen, para crear imágenes "limpias".
This way you could tell live\-boot that your image starts at offset BYTES in
the above specified or autodiscovered device, this could be useful to hide
the live system ISO or image inside another iso or image, to create "clean"
images.
.IP \fBlive\-media\-path\fP=\fIPATH\fP 4
Establece la ruta de acceso al sistema de ficheros en vivo en el medio. De
forma predeterminada está en '/live' y no se debe cambiar a menos que se
Expand Down Expand Up @@ -288,17 +286,15 @@ alfanumérico.
\fIlive\-tools\fP(7)

.SH "PÁGINA WEB"
Se puede encontrar más información acerca de live\-boot y el proyecto Debian
Live en la página web <\fIhttp://live.debian.net/\fP> y en el manual en
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-boot and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.

.SH ERRORES
Se puede notificar los fallos enviando un informe de errores sobre el
paquete live\-boot en el Debian Bug Tracking System en
<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de
correo de Debian Live a la dirección
Bugs can be reported by submitting a bugreport for the live\-boot package in
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.

.SH AUTOR
live\-boot fue escrito por Daniel Baumann <\fImail@daniel\-baumann.ch\fP>
para el proyecto Debian.
live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>.
18 changes: 8 additions & 10 deletions manpages/es/persistence.conf.es.5
Expand Up @@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT conf 10.03.2013 4.0~a9\-1 "Proyecto Debian Live"
.TH LIVE\-BOOT conf 11.03.2013 4.0~a9\-1 "Live Systems Project"

.SH NOMBRE
\fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con
Expand Down Expand Up @@ -209,17 +209,15 @@ tendría que ser copiado en \fIVOL\fP/usr durante la preinstalación inicial.
\fIlive\-tools\fP(7)

.SH "PÁGINA WEB"
Se puede encontrar más información acerca de live\-boot y el proyecto Debian
Live en la página web <\fIhttp://live.debian.net/\fP> y en el manual en
<\fIhttp://live.debian.net/manual/\fP>.
More information about live\-boot and the Live Systems project can be found
on the homepage at <\fIhttp://live\-systems.org/\fP> and in the manual
at <\fIhttp://live\-systems.org/manual/\fP>.

.SH ERRORES
Se puede notificar los fallos enviando un informe de errores sobre el
paquete live\-boot en el Debian Bug Tracking System en
<\fIhttp://bugs.debian.org/\fP> o escribiendo un mensaje a la lista de
correo de Debian Live a la dirección
Bugs can be reported by submitting a bugreport for the live\-boot package in
the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
writing a mail to the Live Systems mailing list at
<\fIdebian\-live@lists.debian.org\fP>.

.SH AUTOR
persistence.conf fue escrito por anonym <\fIanonym@lavabit.com\fP> para
el proyecto Debian.
live\-boot was written by Daniel Baumann <\fImail@daniel\-baumann.ch\fP>.

0 comments on commit bcb91e3

Please sign in to comment.