Skip to content

Commit

Permalink
Adding upstream version 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Feb 12, 2013
1 parent 8736db7 commit 35765b5
Show file tree
Hide file tree
Showing 21 changed files with 338 additions and 419 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.0~b11-1
3.0.0-1
10 changes: 7 additions & 3 deletions manpages/bin/update-version.sh
@@ -1,7 +1,7 @@
#!/bin/sh

## live-boot(7) - System Boot Scripts
## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
## Copyright (C) 2006-2013 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
Expand Down Expand Up @@ -35,7 +35,9 @@ do
then
for _FILE in po/${_LANGUAGE}/*.po
do
sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}"
sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
-e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
"${_FILE}"
done
fi
done
Expand All @@ -45,6 +47,8 @@ if ls po/pt_BR/*.po > /dev/null 2>&1
then
for _FILE in po/pt_BR/*.po
do
sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}"
sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
-e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
"${_FILE}"
done
fi
22 changes: 10 additions & 12 deletions manpages/de/live-boot.de.7
Expand Up @@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT 7 2013\-01\-02 3.0~b11\-1 "Debian Live Project"
.TH LIVE\-BOOT 7 12.02.2013 3.0.0\-1 "Debian Live Project"

.SH NAME
\fBlive\-boot\fP \- System Boot Scripts
Expand Down Expand Up @@ -164,11 +164,8 @@ skipped.
.IP \fBnopersistence\fP 4
disables the "persistence" feature, useful if the bootloader (like syslinux)
has been installed with persistence enabled.
.IP \fBnoprompt\fP 4
Do not prompt to eject the CD or remove the USB flash drive on reboot.
.IP \fBnoprompt\fP=\fITYPE\fP 4
This tells live\-boot not to prompt to eject the CD (when noprompt=cd) or
remove the USB flash drive (when noprompt=usb) on reboot.
.IP \fBnoeject\fP 4
Do not prompt to eject the live medium.
.IP \fBramdisk\-size\fP 4
This parameters allows to set a custom ramdisk size (it's the '\-o size'
option of tmpfs mount). By default, there is no ramdisk size set, so the
Expand Down Expand Up @@ -210,12 +207,13 @@ probing for persistence media. If "filesystem" is in the list, filesystems
with matching labels will be used; if "file" is in the list, all filesystems
will be probed for archives and image files with matching filenames. The
default is "file,filesystem".
.IP \fBpersistence\-subtext\fP=\fISUFFIX\fP 4
Add a suffix when searching for the image filenames or partition labels to
use for the above mentioned persistence feature, the SUFFIX will be added
after a dash (e.g.: "live\-sn" would transform to "live\-sn\-SUFFIX"). This is
handy to test multiple live\-boot based live\-systems with different
persistence storage choices.
.IP \fBpersistence\-label\fP=\fILABEL\fP 4
live\-boot will use the name "LABEL" instead of "persistence" when searching
for persistent storage. LABEL can be any valid filename, partition label, or
GPT name. This option replaces the less flexible persistent\-subtext option
from version 2 of live\-boot. If you wish to continue using legacy names for
persistent storage, use the full name with this option,
e.g. persistence\-label=live\-rw\-foo
.IP \fBquickreboot\fP 4
This option causes live\-boot to reboot without attempting to eject the media
and without asking the user to remove the boot media.
Expand Down
2 changes: 1 addition & 1 deletion 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 2013\-01\-02 3.0~b11\-1 "Debian Live Project"
.TH LIVE\-BOOT conf 12.02.2013 3.0.0\-1 "Debian Live Project"

.SH NAME
\fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot
Expand Down
12 changes: 5 additions & 7 deletions manpages/en/live-boot.7
@@ -1,4 +1,4 @@
.TH LIVE\-BOOT 7 2013\-01\-02 3.0~b11-1 "Debian Live Project"
.TH LIVE\-BOOT 7 2013\-02\-12 3.0.0-1 "Debian Live Project"

.SH NAME
\fBlive\-boot\fR \- System Boot Scripts
Expand Down Expand Up @@ -100,10 +100,8 @@ This lets you specify custom nfs options.
This parameter disables the default disabling of filesystem checks in /etc/fstab. If you have static filesystems on your harddisk and you want them to be checked at boot time, use this parameter, otherwise they are skipped.
.IP "\fBnopersistence\fR" 4
disables the "persistence" feature, useful if the bootloader (like syslinux) has been installed with persistence enabled.
.IP "\fBnoprompt\fR" 4
Do not prompt to eject the CD or remove the USB flash drive on reboot.
.IP "\fBnoprompt\fR=\fITYPE\fR" 4
This tells live-boot not to prompt to eject the CD (when noprompt=cd) or remove the USB flash drive (when noprompt=usb) on reboot.
.IP "\fBnoeject\fR" 4
Do not prompt to eject the live medium.
.IP "\fBramdisk\-size\fR" 4
This parameters allows to set a custom ramdisk size (it's the '\-o size' option of tmpfs mount). By default, there is no ramdisk size set, so the default of mount applies (currently 50% of available RAM). Note that this option has no currently no effect when booting with toram.
.IP "\fBswapon\fR" 4
Expand All @@ -122,8 +120,8 @@ live\-boot will look for persistency files in the root directory of a partition,
Filesystem changes are not saved back to persistence media. In particular, overlays and netboot NFS mounts are mounted read-only.
.IP "\fBpersistence\-storage\fR=\fITYPE1\fR,\fITYPE2\fR ... \fITYPEn\fR" 4
This option determines which types of persistence storage to consider when probing for persistence media. If "filesystem" is in the list, filesystems with matching labels will be used; if "file" is in the list, all filesystems will be probed for archives and image files with matching filenames. The default is "file,filesystem".
.IP "\fBpersistence\-subtext\fR=\fISUFFIX\fR" 4
Add a suffix when searching for the image filenames or partition labels to use for the above mentioned persistence feature, the SUFFIX will be added after a dash (e.g.: "live-sn" would transform to "live-sn-SUFFIX"). This is handy to test multiple live-boot based live-systems with different persistence storage choices.
.IP "\fBpersistence\-label\fR=\fILABEL\fR" 4
live-boot will use the name "LABEL" instead of "persistence" when searching for persistent storage. LABEL can be any valid filename, partition label, or GPT name. This option replaces the less flexible persistent\-subtext option from version 2 of live-boot. If you wish to continue using legacy names for persistent storage, use the full name with this option, e.g. persistence\-label=live-rw-foo
.IP "\fBquickreboot\fR" 4
This option causes live\-boot to reboot without attempting to eject the media and without asking the user to remove the boot media.
.IP "\fBshowmounts\fR" 4
Expand Down
2 changes: 1 addition & 1 deletion manpages/en/persistence.conf.5
@@ -1,4 +1,4 @@
.TH LIVE\-BOOT conf 2013\-01\-02 3.0~b11-1 "Debian Live Project"
.TH LIVE\-BOOT conf 2013\-02\-12 3.0.0-1 "Debian Live Project"

.SH NAME
\fBpersistence.conf\fR \- Configuration file for persistence media in
Expand Down
23 changes: 10 additions & 13 deletions manpages/es/live-boot.es.7
Expand Up @@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
.TH LIVE\-BOOT 7 2013\-01\-02 3.0~b11\-1 "Proyecto Debian Live"
.TH LIVE\-BOOT 7 12.02.2013 3.0.0\-1 "Proyecto Debian Live"

.SH NOMBRE
\fBlive\-boot\fP \- Scripts de Arranque del Sistema
Expand Down Expand Up @@ -173,11 +173,8 @@ utilizar este parámetro, de lo contrario, se omite.
.IP \fBnopersistence\fP 4
desactiva la "persistencia", es útil si el gestor de arranque (como
syslinux) se ha instalado con persistencia habilitada.
.IP \fBnoprompt\fP 4
No preguntar para expulsar el CD o extraer la unidad flash USB al reiniciar.
.IP \fBnoprompt\fP=\fITYPE\fP 4
Indica a live\-boot que no pregunte para expulsar el CD (usando noprompt=cd)
o extraer la unidad flash USB (usando noprompt=usb) al reiniciar.
.IP \fBnoeject\fP 4
No pedir que se extraiga el dispositivo en vivo.
.IP \fBramdisk\-size\fP 4
Este parámetro permite establecer un tamaño de disco RAM personalizado (que
es la opción '\-o size' del montaje tmpfs). No hay un tamaño de ramdisk
Expand Down Expand Up @@ -225,13 +222,13 @@ está en la lista, se usarán los sistemas de ficheros que tengan su etiqueta
correspondiente; si "file" está en la lista, todos los sistemas de ficheros
se probarán buscando ficheros y ficheros imagen con sus etiquetas
correspondientes. Por defecto es "file,filesystem".
.IP \fBpersistence\-subtext\fP=\fISUFFIX\fP 4
Añadir un sufijo cuando se buscan los nombres de las imágenes o etiquetas de
las particiones a utilizar para la función de la persistencia mencionada
anteriormente, el SUFFIX se añadirá después de un guión (por ejemplo:
"live\-sn" se transformaría en "live\-sn\-SUFFIX"). Esto es útil para probar
múltiples sistemas en vivo basados en live\-boot con diferentes opciones de
almacenamiento con persistencia.
.IP \fBpersistence\-label\fP=\fILABEL\fP 4
live\-boot will use the name "LABEL" instead of "persistence" when searching
for persistent storage. LABEL can be any valid filename, partition label, or
GPT name. This option replaces the less flexible persistent\-subtext option
from version 2 of live\-boot. If you wish to continue using legacy names for
persistent storage, use the full name with this option,
e.g. persistence\-label=live\-rw\-foo
.IP \fBquickreboot\fP 4
Esta opción hace que live\-boot reinicie sin tratar de expulsar los medios y
sin pedirle al usuario que extraiga el dispositivo usado para arrancar.
Expand Down
2 changes: 1 addition & 1 deletion 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 2013\-01\-02 3.0~b11\-1 "Proyecto Debian Live"
.TH LIVE\-BOOT conf 12.02.2013 3.0.0\-1 "Proyecto Debian Live"

.SH NOMBRE
\fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con
Expand Down

0 comments on commit 35765b5

Please sign in to comment.