summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-01 07:39:49 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:06 +0100
commit9326dc8b01231113d12417c4153a82cd3ab00029 (patch)
treeddfc094bbd8d4a742dff7cd780f3c20b8fcfe80f /manpages
parenta09f55f6b36ee3f462253f0f116ceafb4e885360 (diff)
downloadlive-build-9326dc8b01231113d12417c4153a82cd3ab00029.zip
live-build-9326dc8b01231113d12417c4153a82cd3ab00029.tar.gz
Renaming md5sum helpers to checksums.
Diffstat (limited to 'manpages')
-rw-r--r--manpages/lh_binary_checksums.en.1 (renamed from manpages/lh_binary_md5sum.en.1)10
-rw-r--r--manpages/lh_config.en.14
-rw-r--r--manpages/lh_source_checksums.en.1 (renamed from manpages/lh_source_md5sum.en.1)10
-rw-r--r--manpages/live-helper.en.78
-rw-r--r--manpages/po4a/de/lh_binary_checksums.en.1.po (renamed from manpages/po4a/de/lh_binary_md5sum.en.1.po)0
-rw-r--r--manpages/po4a/de/lh_source_checksums.en.1.po (renamed from manpages/po4a/de/lh_source_md5sum.en.1.po)0
-rw-r--r--manpages/po4a/fr/lh_binary_checksums.en.1.po (renamed from manpages/po4a/fr/lh_binary_md5sum.en.1.po)0
-rw-r--r--manpages/po4a/fr/lh_source_checksums.en.1.po (renamed from manpages/po4a/fr/lh_source_md5sum.en.1.po)0
-rw-r--r--manpages/po4a/pot/lh_binary_checksums.en.1.pot (renamed from manpages/po4a/pot/lh_binary_md5sum.en.1.pot)0
-rw-r--r--manpages/po4a/pot/lh_source_checksums.en.1.pot (renamed from manpages/po4a/pot/lh_source_md5sum.en.1.pot)0
10 files changed, 16 insertions, 16 deletions
diff --git a/manpages/lh_binary_md5sum.en.1 b/manpages/lh_binary_checksums.en.1
index e8304f2..96c6c63 100644
--- a/manpages/lh_binary_md5sum.en.1
+++ b/manpages/lh_binary_checksums.en.1
@@ -1,16 +1,16 @@
-.TH LH_BINARY_MD5SUM 1 "2009\-06\-14" "1.0.5" "live\-helper"
+.TH LH_BINARY_CHECKSUMS 1 "2009\-06\-14" "1.0.5" "live\-helper"
.SH NAME
-lh_binary_md5sum \- create binary md5sums
+lh_binary_checksums \- create binary checksums
.SH SYNOPSIS
-\fBlh_binary_md5sum\fR [\fIlive\-helper options\fR]
+\fBlh_binary_checksums\fR [\fIlive\-helper options\fR]
.SH DESCRIPTION
-lh_binary_md5sum is a low\-level command (plumbing) of live\-helper, the Debian Live tool suite. It creates binary md5sums.
+lh_binary_checksums is a low\-level command (plumbing) of live\-helper, the Debian Live tool suite. It creates binary checksums (md5, sha1, and/or sha256).
.SH OPTIONS
-lh_binary_md5sum has no specific options but understands all generic live\-helper options. See \fIlive\-helper\fR(7) for a complete list of all generic live\-helper options.
+lh_binary_checksums has no specific options but understands all generic live\-helper options. See \fIlive\-helper\fR(7) for a complete list of all generic live\-helper options.
.SH SEE ALSO
\fIlh_binary\fR(1)
diff --git a/manpages/lh_config.en.1 b/manpages/lh_config.en.1
index b4c0ef9..1d5985d 100644
--- a/manpages/lh_config.en.1
+++ b/manpages/lh_config.en.1
@@ -258,8 +258,8 @@ defines if downloaded package indices and lists should be cached which is false
defines if downloaded packages files should be cached which is true by default. Disabling it does save space consumtion in your build directory, but remember that you will cause much unnecessary traffic if you do a couple of rebuilds. In general you should always leave it true, however, in some particular rare build setups, it can be faster to refetch packages from the local network mirror rather than to utilize the local disk.
.IP "\fB\-\-cache\-stages\fR true|false|\fISTAGE\fR|""\fISTAGES\fR""" 4
sets which stages should be cached. By default set to bootstrap. As an exception to the normal stage names, also rootfs can be used here which does only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during development if you want to rebuild the binary stage but not regenerate the root filesystem all the time.
-.IP "\fB\-\-checksums\fR true|false" 4
-defines if the binary image should contain a file called md5sums.txt that lists all files on the image together with their md5 checksums. This in turn can be used by live-initramfs' built-in integrity-check to verify the medium if specified at boot prompt. In general, this should not be false and is an important feature of live system released to the public. However, during development of very big images it can save some time by not calculating the checksums.
+.IP "\fB\-\-checksums\fR true|false|md5|sha1|sha256" 4
+defines if the binary image should contain a file called md5sums.txt, sha1sums.txt or sha256sums.txt. These lists all files on the image together with their checksums. This in turn can be used by live-initramfs' built-in integrity-check to verify the medium if specified at boot prompt. In general, this should not be false and is an important feature of live system released to the public. However, during development of very big images it can save some time by not calculating the checksums.
.IP "\fB\-\-chroot\-build\fR true|false" 4
defines whetever live-helper should use the tools from within the chroot to build the binary image or not by using and including the host systems tools. This is a very dangerous option, using the tools of the host system can lead to tainted and even non-bootable images if the host systems version of the required tools (mainly these are the bootloaders such as syslinux, grub and yaboot, and the auxilliary tools such as dosfstools, genisoimage, squashfs-tools and others) do not \fBexactely\fR match what is present at build-time in the target distribution. Never do disable this option unless you are \fBexactely\fR sure what you are doing and have \fBcompletely\fI understood its consequences.
.IP "\fB\-\-chroot\-filesystem\fR ext2|ext3|squashfs|plain|jffs2" 4
diff --git a/manpages/lh_source_md5sum.en.1 b/manpages/lh_source_checksums.en.1
index ac6d295..5985c47 100644
--- a/manpages/lh_source_md5sum.en.1
+++ b/manpages/lh_source_checksums.en.1
@@ -1,16 +1,16 @@
-.TH LH_SOURCE_MD5SUM 1 "2009\-06\-14" "1.0.5" "live\-helper"
+.TH LH_SOURCE_CHECKSUMS 1 "2009\-06\-14" "1.0.5" "live\-helper"
.SH NAME
-lh_source_md5sum \- create source md5sum
+lh_source_checksums \- create source checksums
.SH SYNOPSIS
-\fBlh_source_md5sum\fR [\fIlive\-helper options\fR]
+\fBlh_source_checksums\fR [\fIlive\-helper options\fR]
.SH DESCRIPTION
-lh_source_md5sum is a low\-level command (plumbing) of live\-helper, the Debian Live tool suite. It creates source md5sum.
+lh_source_checksums is a low\-level command (plumbing) of live\-helper, the Debian Live tool suite. It creates source checksums (md5, sha1, and/or sha256).
.SH OPTIONS
-lh_source_md5sum sources has no specific options but understands all generic live\-helper options. See \fIlive\-helper\fR(7) for a complete list of all generic live\-helper options.
+lh_source_checksums sources has no specific options but understands all generic live\-helper options. See \fIlive\-helper\fR(7) for a complete list of all generic live\-helper options.
.SH SEE ALSO
\fIlh_source\fR(1)
diff --git a/manpages/live-helper.en.7 b/manpages/live-helper.en.7
index f119dfa..32365dd 100644
--- a/manpages/live-helper.en.7
+++ b/manpages/live-helper.en.7
@@ -175,8 +175,8 @@ copy files into binary
install local packages lists into binary
.IP "\fBlh_binary_manifest\fR(1)" 4
create manifest
-.IP "\fBlh_binary_md5sum\fR(1)" 4
-create binary md5sums
+.IP "\fBlh_binary_checksums\fR(1)" 4
+create binary checksums (md5, sha1, and/or sha256)
.IP "\fBlh_binary_memtest\fR(1)" 4
installs a memtest into binary
.IP "\fBlh_binary_net\fR(1)" 4
@@ -206,8 +206,8 @@ copy debian-live config into source
install disk information into source
.IP "\fBlh_source_iso\fR(1)" 4
build iso source image
-.IP "\fBlh_source_md5sum\fR(1)" 4
-create source md5sum
+.IP "\fBlh_source_checksums\fR(1)" 4
+create source checksums (md5, sha1, and/or sha256)
.IP "\fBlh_source_net\fR(1)" 4
build source net image
.IP "\fBlh_source_tar\fR(1)" 4
diff --git a/manpages/po4a/de/lh_binary_md5sum.en.1.po b/manpages/po4a/de/lh_binary_checksums.en.1.po
index 09562ae..09562ae 100644
--- a/manpages/po4a/de/lh_binary_md5sum.en.1.po
+++ b/manpages/po4a/de/lh_binary_checksums.en.1.po
diff --git a/manpages/po4a/de/lh_source_md5sum.en.1.po b/manpages/po4a/de/lh_source_checksums.en.1.po
index 7455a42..7455a42 100644
--- a/manpages/po4a/de/lh_source_md5sum.en.1.po
+++ b/manpages/po4a/de/lh_source_checksums.en.1.po
diff --git a/manpages/po4a/fr/lh_binary_md5sum.en.1.po b/manpages/po4a/fr/lh_binary_checksums.en.1.po
index 7a24906..7a24906 100644
--- a/manpages/po4a/fr/lh_binary_md5sum.en.1.po
+++ b/manpages/po4a/fr/lh_binary_checksums.en.1.po
diff --git a/manpages/po4a/fr/lh_source_md5sum.en.1.po b/manpages/po4a/fr/lh_source_checksums.en.1.po
index be9a87e..be9a87e 100644
--- a/manpages/po4a/fr/lh_source_md5sum.en.1.po
+++ b/manpages/po4a/fr/lh_source_checksums.en.1.po
diff --git a/manpages/po4a/pot/lh_binary_md5sum.en.1.pot b/manpages/po4a/pot/lh_binary_checksums.en.1.pot
index 968f29a..968f29a 100644
--- a/manpages/po4a/pot/lh_binary_md5sum.en.1.pot
+++ b/manpages/po4a/pot/lh_binary_checksums.en.1.pot
diff --git a/manpages/po4a/pot/lh_source_md5sum.en.1.pot b/manpages/po4a/pot/lh_source_checksums.en.1.pot
index 0bd57bd..0bd57bd 100644
--- a/manpages/po4a/pot/lh_source_md5sum.en.1.pot
+++ b/manpages/po4a/pot/lh_source_checksums.en.1.pot