summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorLyndon Brown <jnqnfe@gmail.com>2020-03-11 15:22:12 +0000
committerLyndon Brown <jnqnfe@gmail.com>2020-03-11 15:23:31 +0000
commitdab716e0798aecbd970f69af8ac1b11e128a58d1 (patch)
tree6ead967b56362610c38397ddb36ecff341578530 /manpages
parentfe02946472eab675f5e0100abaa9b618897d15f0 (diff)
downloadvyos-live-build-dab716e0798aecbd970f69af8ac1b11e128a58d1.tar.gz
vyos-live-build-dab716e0798aecbd970f69af8ac1b11e128a58d1.zip
"Live Systems" -> "Debian Live"
Diffstat (limited to 'manpages')
-rw-r--r--manpages/Makefile2
-rwxr-xr-xmanpages/bin/update-version.sh2
-rw-r--r--manpages/en/lb.18
-rw-r--r--manpages/en/lb_binary.18
-rw-r--r--manpages/en/lb_bootstrap.18
-rw-r--r--manpages/en/lb_build.18
-rw-r--r--manpages/en/lb_chroot.18
-rw-r--r--manpages/en/lb_clean.18
-rw-r--r--manpages/en/lb_config.112
-rw-r--r--manpages/en/lb_installer.18
-rw-r--r--manpages/en/lb_source.18
-rw-r--r--manpages/en/live-build.78
-rw-r--r--manpages/fr/lb.fr.18
-rw-r--r--manpages/fr/lb_binary.fr.16
-rw-r--r--manpages/fr/lb_bootstrap.fr.16
-rw-r--r--manpages/fr/lb_build.fr.16
-rw-r--r--manpages/fr/lb_chroot.fr.16
-rw-r--r--manpages/fr/lb_clean.fr.16
-rw-r--r--manpages/fr/lb_config.fr.110
-rw-r--r--manpages/fr/lb_source.fr.16
-rw-r--r--manpages/fr/live-build.fr.78
-rw-r--r--manpages/ja/lb.ja.12
-rw-r--r--manpages/ja/lb_binary.ja.12
-rw-r--r--manpages/ja/lb_bootstrap.ja.12
-rw-r--r--manpages/ja/lb_build.ja.12
-rw-r--r--manpages/ja/lb_chroot.ja.12
-rw-r--r--manpages/ja/lb_clean.ja.12
-rw-r--r--manpages/ja/lb_config.ja.14
-rw-r--r--manpages/ja/lb_source.ja.12
-rw-r--r--manpages/ja/live-build.ja.72
30 files changed, 85 insertions, 85 deletions
diff --git a/manpages/Makefile b/manpages/Makefile
index e7eae197a..8dc6b3eb9 100644
--- a/manpages/Makefile
+++ b/manpages/Makefile
@@ -47,7 +47,7 @@ build: check po4a.cfg
exit 1; \
fi
- po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-build --package-version $(shell cd .. && dpkg-parsechangelog -S Version) po4a.cfg
+ po4a --copyright-holder "Debian Live Project" --keep 0 --package-name live-build --package-version $(shell cd .. && dpkg-parsechangelog -S Version) po4a.cfg
clean:
rm -f po/*/*.po~
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index a529c026f..2c05cce1d 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -26,7 +26,7 @@ for MANPAGE in en/*
do
SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')"
- sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Live Systems Project\"|" ${MANPAGE}
+ sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Debian Live Project\"|" ${MANPAGE}
done
# European date format
diff --git a/manpages/en/lb.1 b/manpages/en/lb.1
index c5f93ef47..0bc070211 100644
--- a/manpages/en/lb.1
+++ b/manpages/en/lb.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb\fR \- wrapper for live\-build programs
@@ -9,7 +9,7 @@
\fBlb\fR [\fIlive\-build\ options\fR]
.SH DESCRIPTION
-\fBlb\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
.\" FIXME
@@ -25,10 +25,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1
index 4fbc837c5..b28a362df 100644
--- a/manpages/en/lb_binary.1
+++ b/manpages/en/lb_binary.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_binary\fR \- Complete the binary stage
@@ -7,7 +7,7 @@
\fBlb binary\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb binary\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb binary\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb binary\fR calls all necessary live\-build programs in the correct order to complete the binary stage.
@@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1
index f8d7d65d5..252dc593e 100644
--- a/manpages/en/lb_bootstrap.1
+++ b/manpages/en/lb_bootstrap.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_bootstrap\fR \- Complete the bootstrap stage
@@ -7,7 +7,7 @@
\fBlb bootstrap\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb bootstrap\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb bootstrap\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb bootstrap\fR calls all necessary live\-build programs in the correct order to complete the bootstrap stage.
@@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1
index a07ef4948..83e764bf9 100644
--- a/manpages/en/lb_build.1
+++ b/manpages/en/lb_build.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_build\fR \- Complete the bootstrap, chroot, binary, and source stages
@@ -7,7 +7,7 @@
\fBlb build\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb build\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb build\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb build\fR calls all necessary live\-build programs in the correct order to complete the bootstrap, chroot, installer, binary, and source stages.
@@ -25,10 +25,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1
index 9aa66a868..b09d98f13 100644
--- a/manpages/en/lb_chroot.1
+++ b/manpages/en/lb_chroot.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_chroot\fR \- Complete the chroot stage
@@ -7,7 +7,7 @@
\fBlb chroot\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb chroot\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb chroot\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb chroot\fR calls all necessary live\-build programs in the correct order to complete the chroot stage.
@@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1
index 72317abf2..868edadae 100644
--- a/manpages/en/lb_clean.1
+++ b/manpages/en/lb_clean.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_clean\fR \- Clean build directory
@@ -7,7 +7,7 @@
\fBlb clean\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb clean\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb clean\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
.\" FIXME
\fBlb clean\fR is responsible for cleaning up after a system is built. It removes the build directories, and removes some other files including stage files, and any detritus left behind by other live\-build commands.
@@ -46,10 +46,10 @@ removes all source related caches, files, directories, and stage files.
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1
index d2a071bd4..63fe7c3b8 100644
--- a/manpages/en/lb_config.1
+++ b/manpages/en/lb_config.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_config\fR \- Create config directory
@@ -243,11 +243,11 @@
[\fB\-\-zsync\fR true|false]
.SH DESCRIPTION
-\fBlb config\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb config\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb config\fR populates the configuration directory for live\-build. This directory is named 'config' and is created in the current directory where \fBlb config\fR was executed.
.PP
-Note: \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options. This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless it is not defined. However, \fBlb config\fR does warn about known impossible or likely impossible combinations that would lead to non working live systems. If unsure, remove config/{binary,build,bootstrap,chroot,common,source} and call \fBlb config\fR again.
+Note: \fBlb config\fR tries to be smart and sets defaults for some options depending on the setting of other options. This means that when generating a new configuration, you should call \fBlb config\fR only once with all options specified. Calling it several times with only a subset of the options each can result in non working configurations. This is also caused by the fact that \fBlb config\fR called with one option only changes that option, and leaves everything else as is unless it is not defined. However, \fBlb config\fR does warn about known impossible or likely impossible combinations that would lead to non working Debian Live. If unsure, remove config/{binary,build,bootstrap,chroot,common,source} and call \fBlb config\fR again.
.SH OPTIONS
In addition to its specific options \fBlb config\fR understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
@@ -384,7 +384,7 @@ sets the APPLICATION field in the header of a resulting CD/DVD image and default
.IP "\fB\-\-iso\-preparer\fR \fINAME\fR" 4
sets the PREPARER field in the header of a resulting CD/DVD image. By default this is set to "live\-build \fIVERSION\fR; https://salsa.debian.org/live-team/live-build", where VERSION is expanded to the version of live\-build that was used to build the image.
.IP "\fB\-\-iso\-publisher\fR \fINAME\fR" 4
-sets the PUBLISHED field in the header of a resulting CD/DVD image. By default, this is set to 'Live Systems project; https://wiki.debian.org/DebianLive; debian\-live@lists.debian.org'. Remember to change this to the appropriate value when distributing custom and unofficial images.
+sets the PUBLISHED field in the header of a resulting CD/DVD image. By default, this is set to 'Debian Live project; https://wiki.debian.org/DebianLive; debian\-live@lists.debian.org'. Remember to change this to the appropriate value when distributing custom and unofficial images.
.IP "\fB\-\-iso\-volume\fR \fINAME\fR" 4
sets the VOLUME field in the header of a resulting CD/DVD and defaults to '(\fIMODE\fR) (\fIDISTRIBUTION\fR) (\fIDATE\fR)' whereas MODE is expanded to the name of the mode in use, DISTRIBUTION the distribution name, and DATE with the current date and time of the generation.
.IP "\fB\-\-isohybrid\-options\fR \fIOPTION\fR|""\fIOPTIONS\fR""" 4
@@ -518,10 +518,10 @@ An optional, global configuration file for \fBlb config\fR variables. It is usef
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_installer.1 b/manpages/en/lb_installer.1
index 5d5ff214d..2df94bee4 100644
--- a/manpages/en/lb_installer.1
+++ b/manpages/en/lb_installer.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_installer\fR \- Complete the installer stage
@@ -7,7 +7,7 @@
\fBlb installer\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb installer\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb installer\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb installer\fR calls all necessary live\-build programs in the correct order to complete the installer stage.
@@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1
index 4651eb26b..4b04879d1 100644
--- a/manpages/en/lb_source.1
+++ b/manpages/en/lb_source.1
@@ -1,4 +1,4 @@
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
\fBlb_source\fR \- Complete the source stage
@@ -7,7 +7,7 @@
\fBlb source\fR [\fIlive\-build options\fR]
.SH DESCRIPTION
-\fBlb source\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the live systems tool suite.
+\fBlb source\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb source\fR calls all necessary live\-build programs in the correct order to complete the source stage.
@@ -23,10 +23,10 @@
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7
index afe6a8946..87d8ec093 100644
--- a/manpages/en/live-build.7
+++ b/manpages/en/live-build.7
@@ -1,7 +1,7 @@
-.TH LIVE\-BUILD 7 2017\-08\-29 1:20170829 "Live Systems Project"
+.TH LIVE\-BUILD 7 2017\-08\-29 1:20170829 "Debian Live Project"
.SH NAME
-\fBlive\-build\fR \- the live systems tool suite
+\fBlive\-build\fR \- the Debian Live tool suite
.SH SYNOPSIS
.\" FIXME
@@ -245,10 +245,10 @@ All config files are shell scripts which are sourced by a live\-build program. T
This program is a part of live\-build.
.SH HOMEPAGE
-More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
+More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.
.SH BUGS
-Bugs can be reported by submitting a bugreport for the live\-build 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>.
+Bugs can be reported by submitting a bugreport for the live\-build package in the 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>.
.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. Since 2016 development has been continued by the Debian Live team.
diff --git a/manpages/fr/lb.fr.1 b/manpages/fr/lb.fr.1
index 7a784d742..92b00bb21 100644
--- a/manpages/fr/lb.fr.1
+++ b/manpages/fr/lb.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb\fP \- emballage pour les programmes live\-build
@@ -15,7 +15,7 @@
.SH DESCRIPTION
\fBlb\fP est une commande de haut\-niveau (porcelaine) de \fIlive\-build\fP(7), la
-suite d'outils live systems.
+suite d'outils Debian Live.
.PP
.\" FIXME
@@ -33,13 +33,13 @@ toutes les options génériques de live\-build options.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_binary.fr.1 b/manpages/fr/lb_binary.fr.1
index 7ce4c5ba2..fb0310108 100644
--- a/manpages/fr/lb_binary.fr.1
+++ b/manpages/fr/lb_binary.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_binary\fP \- Complete the binary stage
@@ -32,13 +32,13 @@ complète de toutes les options génériques de live\-build options.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_bootstrap.fr.1 b/manpages/fr/lb_bootstrap.fr.1
index f11d11bb1..16acf30c1 100644
--- a/manpages/fr/lb_bootstrap.fr.1
+++ b/manpages/fr/lb_bootstrap.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_bootstrap\fP \- Complete the bootstrap stage
@@ -32,13 +32,13 @@ complète de toutes les options génériques de live\-build options.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_build.fr.1 b/manpages/fr/lb_build.fr.1
index be06eb355..14a3480d0 100644
--- a/manpages/fr/lb_build.fr.1
+++ b/manpages/fr/lb_build.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_build\fP \- Complete the bootstrap, chroot, binary, and source stages
@@ -34,13 +34,13 @@ complète de toutes les options génériques de live\-build options.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_chroot.fr.1 b/manpages/fr/lb_chroot.fr.1
index a230e75c6..07ba4616a 100644
--- a/manpages/fr/lb_chroot.fr.1
+++ b/manpages/fr/lb_chroot.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_chroot\fP \- Complete the chroot stage
@@ -32,13 +32,13 @@ complète de toutes les options génériques de live\-build options.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_clean.fr.1 b/manpages/fr/lb_clean.fr.1
index 98c0e1319..308ac9125 100644
--- a/manpages/fr/lb_clean.fr.1
+++ b/manpages/fr/lb_clean.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_clean\fP \- Clean build directory
@@ -63,13 +63,13 @@ relatifs aux sources.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_config.fr.1 b/manpages/fr/lb_config.fr.1
index fc7536e8c..aeb48c1c5 100644
--- a/manpages/fr/lb_config.fr.1
+++ b/manpages/fr/lb_config.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_config\fP \- Create config directory
@@ -234,7 +234,7 @@
.SH DESCRIPTION
\fBlb config\fP est une commande de haut\-niveau (porcelaine) de
-\fIlive\-build\fP(7), la suite d'outils live systems.
+\fIlive\-build\fP(7), la suite d'outils Debian Live.
.PP
.\" FIXME
\fBlb config\fP rempli le répertoire de configuration pour live\-build. Par
@@ -521,7 +521,7 @@ http://debian\-live.alioth.debian.org/live\-build", where VERSION is expanded
to the version of live\-build that was used to build the image.
.IP "\fB\-\-iso\-publisher\fP \fINAME\fP" 4
sets the PUBLISHED field in the header of a resulting CD/DVD image. By
-default, this is set to 'Live Systems project; http:/live\-systems.org/;
+default, this is set to 'Debian Live project; http:/live\-systems.org/;
debian\-live@lists.debian.org'. Remember to change this to the appropriate
values at latest when you distributing custom and unofficial images.
.IP "\fB\-\-iso\-volume\fP \fINAME\fP" 4
@@ -780,13 +780,13 @@ LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/lb_source.fr.1 b/manpages/fr/lb_source.fr.1
index 34bd74efc..232443c1d 100644
--- a/manpages/fr/lb_source.fr.1
+++ b/manpages/fr/lb_source.fr.1
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
\fBlb_source\fP \- Complete the source stage
@@ -32,13 +32,13 @@ complète de toutes les options génériques de live\-build options.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/fr/live-build.fr.7 b/manpages/fr/live-build.fr.7
index 077b2db78..13984ea3c 100644
--- a/manpages/fr/live-build.fr.7
+++ b/manpages/fr/live-build.fr.7
@@ -3,10 +3,10 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BUILD 7 2017\-08\-29 1:20170807kali1 "Projet Live Systems"
+.TH LIVE\-BUILD 7 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
.SH NOM
-\fBlive\-build\fP \- la suite d'outils live systems
+\fBlive\-build\fP \- la suite d'outils Debian Live
.SH SYNOPSIS
.\" FIXME
@@ -333,13 +333,13 @@ fichiers; les lignes commençant par des "#" sont ignorées.
Ce programme est une partie de live\-build.
.SH "PAGE D'ACCUEIL"
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH BOGUES
Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
-l'écriture d'un courriel à la liste de diffusion Live Systems à
+l'écriture d'un courriel à la liste de diffusion Debian Live à
<\fIdebian\-live@lists.debian.org\fP>.
.SH AUTEUR
diff --git a/manpages/ja/lb.ja.1 b/manpages/ja/lb.ja.1
index a7aa65f36..5b981ddc4 100644
--- a/manpages/ja/lb.ja.1
+++ b/manpages/ja/lb.ja.1
@@ -31,7 +31,7 @@
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_binary.ja.1 b/manpages/ja/lb_binary.ja.1
index de507d1db..9b8aa405c 100644
--- a/manpages/ja/lb_binary.ja.1
+++ b/manpages/ja/lb_binary.ja.1
@@ -29,7 +29,7 @@
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_bootstrap.ja.1 b/manpages/ja/lb_bootstrap.ja.1
index 594e92897..16992acae 100644
--- a/manpages/ja/lb_bootstrap.ja.1
+++ b/manpages/ja/lb_bootstrap.ja.1
@@ -29,7 +29,7 @@
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_build.ja.1 b/manpages/ja/lb_build.ja.1
index a5e60b8a5..97e458a5b 100644
--- a/manpages/ja/lb_build.ja.1
+++ b/manpages/ja/lb_build.ja.1
@@ -32,7 +32,7 @@
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_chroot.ja.1 b/manpages/ja/lb_chroot.ja.1
index cd86b53a1..c21621a56 100644
--- a/manpages/ja/lb_chroot.ja.1
+++ b/manpages/ja/lb_chroot.ja.1
@@ -29,7 +29,7 @@
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_clean.ja.1 b/manpages/ja/lb_clean.ja.1
index b972c5226..b4c07b473 100644
--- a/manpages/ja/lb_clean.ja.1
+++ b/manpages/ja/lb_clean.ja.1
@@ -53,7 +53,7 @@ chroot ディレクトリをマウント解除、削除します。
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_config.ja.1 b/manpages/ja/lb_config.ja.1
index b4421df11..55f499642 100644
--- a/manpages/ja/lb_config.ja.1
+++ b/manpages/ja/lb_config.ja.1
@@ -434,7 +434,7 @@ default this is set to "live\-build \fIVERSION\fP;
http://debian\-live.alioth.debian.org/live\-build", where VERSION is expanded
to the version of live\-build that was used to build the image.
.IP "\fB\-\-iso\-publisher\fP \fI名前\fP" 4
-出来上がる CD/DVD イメージのヘッダの PUBLISHED フィールドをセットします。デフォルトは「Live Systems project;
+出来上がる CD/DVD イメージのヘッダの PUBLISHED フィールドをセットします。デフォルトは「Debian Live project;
http:/live\-systems.org/;
debian\-live@lists.debian.org」となっています。独自の非公式イメージを配布する際はこれを忘れずに最新の適切な値に変更してください。
.IP "\fB\-\-iso\-volume\fP \fI名前\fP" 4
@@ -626,7 +626,7 @@ APT_OPTIONS や GZIP_OPTIONS と同様に LB_ を付加しません。
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/lb_source.ja.1 b/manpages/ja/lb_source.ja.1
index a4e3cdf7f..3bd6b5021 100644
--- a/manpages/ja/lb_source.ja.1
+++ b/manpages/ja/lb_source.ja.1
@@ -29,7 +29,7 @@
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ
diff --git a/manpages/ja/live-build.ja.7 b/manpages/ja/live-build.ja.7
index 3730dcc81..f892e2186 100644
--- a/manpages/ja/live-build.ja.7
+++ b/manpages/ja/live-build.ja.7
@@ -305,7 +305,7 @@ live\-build が自動的にデフォルト値をセットします。
このプログラムは live\-build の一部です。
.SH ホームページ
-More information about live\-build and the Live Systems project can be found
+More information about live\-build and the Debian Live project can be found
on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
.SH バグ