Renaming md5sum helpers to checksums.
This commit is contained in:
parent
95c2da7e5d
commit
ec572c7d15
|
@ -65,7 +65,7 @@ lh binary_win32-loader ${*}
|
|||
lh binary_includes ${*}
|
||||
lh binary_local-includes ${*}
|
||||
lh binary_local-hooks ${*}
|
||||
lh binary_md5sum ${*}
|
||||
lh binary_checksums ${*}
|
||||
|
||||
if [ "${LH_CHROOT_BUILD}" != "true" ]
|
||||
then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# lh_binary_md5sum(1) - create binary md5sums
|
||||
# lh_binary_checksums(1) - create binary checksums
|
||||
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
||||
#
|
||||
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||
|
@ -13,7 +13,7 @@ set -e
|
|||
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="$(Echo 'create binary md5sums')"
|
||||
DESCRIPTION="$(Echo 'create binary checksums')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
@ -34,7 +34,7 @@ Echo_message "Begin creating binary md5sum.txt..."
|
|||
Require_stagefile .stage/config .stage/bootstrap
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .stage/binary_md5sum
|
||||
Check_stagefile .stage/binary_checksums
|
||||
|
||||
# Checking lock file
|
||||
Check_lockfile .lock
|
||||
|
@ -70,4 +70,4 @@ find . | sed -e 's|^.||g' | grep "^/" | sort > ../binary.list
|
|||
cd "${OLDPWD}"
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/binary_md5sum
|
||||
Create_stagefile .stage/binary_checksums
|
|
@ -38,7 +38,7 @@ lh chroot_sources install ${*}
|
|||
lh source_debian-live ${*}
|
||||
lh source_debian ${*}
|
||||
lh source_disk ${*}
|
||||
lh source_md5sum ${*}
|
||||
lh source_checksums ${*}
|
||||
|
||||
# Building images
|
||||
lh source_iso ${*}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# lh_source_md5sum(1) - create source md5sums
|
||||
# lh_source_checksums(1) - create source checksumss
|
||||
# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
|
||||
#
|
||||
# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
||||
|
@ -13,7 +13,7 @@ set -e
|
|||
. "${LH_BASE:-/usr/share/live-helper}"/live-helper.sh
|
||||
|
||||
# Setting static variables
|
||||
DESCRIPTION="$(Echo 'create source md5sums')"
|
||||
DESCRIPTION="$(Echo 'create source checksums')"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
|
@ -39,7 +39,7 @@ Echo_message "Begin creating source md5sum.txt..."
|
|||
Require_stagefile .stage/config .stage/source_debian
|
||||
|
||||
# Checking stage file
|
||||
Check_stagefile .stage/source_md5sum
|
||||
Check_stagefile .stage/source_checksums
|
||||
|
||||
# Checking lock file
|
||||
Check_lockfile .lock
|
||||
|
@ -75,4 +75,4 @@ find . | sed -e 's|^.||g' | grep "^/" | sort > ../source.list
|
|||
cd "${OLDPWD}"
|
||||
|
||||
# Creating stage file
|
||||
Create_stagefile .stage/source_md5sum
|
||||
Create_stagefile .stage/source_checksums
|
|
@ -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)
|
|
@ -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
|
||||
|
|
|
@ -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)
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue