diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 00:53:52 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd (patch) | |
tree | 757c5b0f21c39cee20e1e978950fb943f340a6d8 /manpages/en | |
parent | 72e0150203627c42db16a8d3a711e1da8a1d2d7b (diff) | |
download | vyos-live-build-dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd.tar.gz vyos-live-build-dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd.zip |
Removing encryption support until we have something for current kernels again.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_binary_encryption.1 | 33 | ||||
-rw-r--r-- | manpages/en/lb_config.1 | 4 | ||||
-rw-r--r-- | manpages/en/live-build.7 | 2 |
3 files changed, 0 insertions, 39 deletions
diff --git a/manpages/en/lb_binary_encryption.1 b/manpages/en/lb_binary_encryption.1 deleted file mode 100644 index 08d55a068..000000000 --- a/manpages/en/lb_binary_encryption.1 +++ /dev/null @@ -1,33 +0,0 @@ -.TH LIVE\-BUILD 1 2011\-01\-02 3.0~a10 "Debian Live Project" - -.SH NAME -\fBlb binary_encryption\fR \- Complete the binary stage - -.SH SYNOPSIS -\fBlb binary_encryption\fR [\fIlive\-build options\fR] - -.SH DESCRIPTION -\fBlb binary_encryption\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. -.PP -.\" FIXME - -.SH OPTIONS -\fBlb binary_encryption\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. - -.SH FILES -.\" FIXME -.IP "\fBn/a\fR" 4 - -.SH SEE ALSO -\fIlive\-build\fR(7) -.PP -This program is a part of live\-build. - -.SH HOMEPAGE -More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttp://live.debian.net/\fR> and in the manual at <\fIhttp://live.debian.net/manual/\fR>. - -.SH BUGS -Bugs can be reported by submitting a bugreport for the live\-build package in the Debian 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 written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project. diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index d8560f824..508c3037b 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -87,8 +87,6 @@ .br [\fB\-\-dump\fR] .br - [\-e|\fB\-\-encryption\fR false|aes128|aes192|aes256] -.br [\fB\-\-fdisk\fR fdisk|fdisk.dist] .br [\fB\-\-force\fR] @@ -313,8 +311,6 @@ turn on debugging informational messages. defines the distribution of the resulting live system. .IP "\fB\-\-dump\fR" 4 prepares a report of the currently present live system configuration and the version of live\-build used. This is useful to provide if you submit bug reports, we do get all informations required for us to locate and replicate an error. -.IP "\-e|\fB\-\-encryption\fR false|aes128|aes192|aes256" 4 -defines if the root filesystem should be encrypted or not. By default, this is false. .IP "\fB\-\-fdisk\fR fdisk|fdisk.dist" 4 sets the filename of the fdisk binary from the host system that should be used. This is autodetected and does generally not need any customization. .IP "\fB\-\-force\fR" 4 diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index dd6ea66fa..8e84df40b 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -158,8 +158,6 @@ copy chroot into chroot install debian\-installer into binary .IP "\fBlb_binary_disk\fR(1)" 4 install disk information into binary -.IP "\fBlb_binary_encryption\fR(1)" 4 -encrypts rootfs .IP "\fBlb_binary_grub\fR(1)" 4 installs grub into binary .IP "\fBlb_binary_grub2\fR(1)" 4 |