diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-04-06 13:13:36 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:08 +0200 |
commit | 9f32f7af789787e1dbeeed6f5a3c8902ef27083a (patch) | |
tree | e9e533c919b3ac93c4cfb7045b7280d554d6dee3 /manpages/en | |
parent | cd4119caf097de3817f3de7e85960ddd860ca75f (diff) | |
download | vyos-live-build-9f32f7af789787e1dbeeed6f5a3c8902ef27083a.tar.gz vyos-live-build-9f32f7af789787e1dbeeed6f5a3c8902ef27083a.zip |
Adding new lb_bootstrap_cdebootstrap manpage.
Diffstat (limited to 'manpages/en')
-rw-r--r-- | manpages/en/lb_bootstrap_cdebootstrap.1 | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1 new file mode 100644 index 000000000..9bb2834ed --- /dev/null +++ b/manpages/en/lb_bootstrap_cdebootstrap.1 @@ -0,0 +1,46 @@ +.\" live-build(7) - System Build Scripts +.\" Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch> +.\" +.\" This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +.\" This is free software, and you are welcome to redistribute it +.\" under certain conditions; see COPYING for details. +.\" +.\" +.TH LIVE\-BUILD 1 2013\-04\-06 4.0~a16-1 "Live Systems Project" + +.SH NAME +\fBlive\-build\fR \- System Build Scripts + +.SH SYNOPSIS +\fBlb bootstrap_cdebootstrap\fR [\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR] [\-\-verbose] +.PP +\fBlb bootstrap_cdebootstrap\fR [\-\-help] +.br +\fBlb bootstrap_cdebootstrap\fR [\-\-version] +. +.SH DESCRIPTION +live\-build contains the programs to build a live system from a configuration directory. +.PP +The \fBlb bootstrap_cdebootstrap\fR program bootstraps the chroot system with cdebootstrap(1). + +.SH OPTIONS +.IP "\-\-cdebootstrap\-options=\fICDEBOOTSTRAP_OPTIONS\fR" 4 +set cdebootstrap(1) options (default: None), see \fIcdebootstrap\fR(1) for more information about cdebootstrap. +.IP "\-\-verbose" 4 +sets verbose option (default: False) +.IP "\-h, \-\-help" 4 +show help message and exit +.IP "\-v, \-\-version" 4 +show program's version number and exit + +.SH SEE ALSO +\fIcdebootstrap\fR(1) + +.SH HOMEPAGE +More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\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>. + +.SH AUTHOR +live\-build was written by Daniel Baumann <\fImail@daniel-baumann.ch\fR>. |