summaryrefslogtreecommitdiff
path: root/manpages/en
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 17:30:25 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:56 +0200
commitbe6b2f51059e0604bd3728e6cd603972df8cf619 (patch)
treef96cb3406b3339d2fecb7222b316c754ea2e98e5 /manpages/en
parent99d761a75c2d4b6fb1bcfd742de24b459a3ca1ad (diff)
downloadlive-boot-be6b2f51059e0604bd3728e6cd603972df8cf619.tar.gz
live-boot-be6b2f51059e0604bd3728e6cd603972df8cf619.zip
Rewriting live-media checksum verification to work with any SHA and MD5 digests.
Diffstat (limited to 'manpages/en')
-rw-r--r--manpages/en/live-boot.72
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7
index 82450cd..fa5f82b 100644
--- a/manpages/en/live-boot.7
+++ b/manpages/en/live-boot.7
@@ -72,7 +72,7 @@ Look for the specified ISO file on all disks where it usually looks for the .squ
Allows to use a filesystem from within an iso image that's available on live-media.
.IP "\fBignore_uuid\fR" 4
Do not check that any UUID embedded in the initramfs matches the discovered medium. live\-boot may be told to generate a UUID by setting LIVE_GENERATE_UUID=1 when building the initramfs.
-.IP "\fBintegrity\-check\fR" 4
+.IP "\fBverify\-checksums\fR" 4
If specified, an MD5 sum is calculated on the live media during boot and compared to the value found in md5sum.txt found in the root directory of the live media.
.IP "\fBip\fR=[\fIDEVICE\fR]:[\fICLIENT_IP\fR]:[\fISERVER_IP\fR]:[\fIGATEWAY_IP\fR]:[\fINETMASK\fR]:[\fIHOSTNAME\fR]:[\fIAUTOCONF\fR] [,[\fIDEVICE\fR]:[\fICLIENT_IP\fR]:[\fISERVER_IP\fR]:[\fIGATEWAY_IP\fR]:[\fINETMASK\fR]:[\fIHOSTNAME\fR]:[\fIAUTOCONF\fR]]" 4
Let you specify the name(s) and the options of the interface(s) that should be configured at boot time. Do not specify this if you want to use dhcp (default). It will be changed in a future release to mimick official kernel boot param specification (e.g. ip=10.0.0.1::10.0.0.254:255.255.255.0::eth0,:::::eth1:dhcp).