summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:35 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:35 +0200
commit877d8dd14c0f97bf64db6ab21d23da98dd64fdd5 (patch)
tree29568f319d862b3e47be3179f11170649b52bc20 /doc
parenta194193638c1dfa55164fa318b5c8ab8f735d746 (diff)
downloadlive-build-877d8dd14c0f97bf64db6ab21d23da98dd64fdd5.zip
live-build-877d8dd14c0f97bf64db6ab21d23da98dd64fdd5.tar.gz
Adding live-package 0.99.12-1.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/make-live.116
-rw-r--r--doc/man/make-live.conf.54
2 files changed, 17 insertions, 3 deletions
diff --git a/doc/man/make-live.1 b/doc/man/make-live.1
index 5ffb449..10d156a 100644
--- a/doc/man/make-live.1
+++ b/doc/man/make-live.1
@@ -11,6 +11,8 @@ make-live \- utility to build Debian Live systems
.IR KERNEL_PARAMETER \||\| \|"KERNEL_PARAMETERS\|" \|]
.RB [\| \-\-config
.IR FILE \|]
+.RB [\| \-\-clone
+.IR DIRECTORY \|]
.RB [\| \-c \||\| \-\-chroot
.IR DIRECTORY \|]
.RB [\| \-d \||\| \-\-distribution
@@ -35,6 +37,8 @@ make-live \- utility to build Debian Live systems
.IR URL \|]
.RB [\| \-\-packages
.IR PACKAGE \||\| \|"PACKAGES\|" \|]
+.RB [\| \-\-preseed
+.IR FILE \|]
.RB [\| \-p \||\| \-\-package-list
.IR LIST \||\| FILE \|]
.RB [\| \-\-proxy-ftp
@@ -81,6 +85,12 @@ passes kernel parameters to the bootloader, e.g. 'quiet' or 'vga=792' etc. Inste
.BI "\-\-config " FILE
uses another configuration file in addition to the default one. Settings in the additional configuration file do overwrite the settings from /etc/make-live.conf. Instead of this flag, the environment variable LIVE_CONFIG can be used (Default: /etc/make-live.conf).
.TP
+.BI "\-\-clone " DIRECTORY
+Clones the package selection and configuration from a given root directory. It
+will output the settings to $LIVE_ROOT/preseed.cloned and $LIVE_ROOT/plist.clone
+for easy reuse with \-\-preseed and \-\-package-list. Instead of this flag, the
+environment variable LIVE_CLONE can be used.
+.TP
.BI "\-c, \-\-chroot " DIRECTORY
specifies the chroot directory. Instead of this flag, the environment variable LIVE_CHROOT (Default: $LIVE_ROOT/chroot").
.TP
@@ -120,6 +130,10 @@ specifies a list of packages to install into the chroot. Instead of this flag, t
.BI "\-p, \-\-package-list " FILE
specifies an external package list file, one package for each line. It overrides list option. Instead of this flag, the environment variable LIVE_PACKAGE_LIST can be used (Default: standard).
.TP
+.BI "\-\-preseed " FILE
+clone the packages selection and configuration from the provided
+root directory.
+.TP
.BI "\-\-proxy-ftp " URL
specifies the value of ftp_proxy inside the chrooted environment. Instead of this flag, the environment variable LIVE_PROXY_FTP can be used (Default: empty).
.TP
@@ -189,7 +203,7 @@ works fully on amd64 and i386, partially on alpha, hppa, ia64, mips, mipsel, pow
Debian Live project <http://live.debian.net/>
.SH SEE ALSO
-.BR make-live.conf(8)
+.BR make-live.conf(5)
.SH AUTHOR
make-live was written by Daniel Baumann <daniel@debian.org> and Marco Amadori
diff --git a/doc/man/make-live.conf.5 b/doc/man/make-live.conf.5
index 27c8e43..f44351d 100644
--- a/doc/man/make-live.conf.5
+++ b/doc/man/make-live.conf.5
@@ -1,7 +1,7 @@
.TH MAKE-LIVE.CONF 5 "Mon, 4 Sep 2006" "0.99" "Debian Live framework"
.SH NAME
-make-live.conf \- configuration file for make-live(8)
+make-live.conf \- configuration file for make-live(1)
.SH DESCRIPTION
make-live is a utility to build Debian Live systems. It takes a Debian mirror as an input and outputs a live system image (ISO image for CDs and DVDs, or tarball for netboot). make-live is still in the early stage of development, but has basic functionality and can be run successfully.
@@ -87,7 +87,7 @@ works fully on amd64 and i386, partially on alpha, hppa, ia64, mips, mipsel, pow
Debian Live project <http://live.debian.net/>
.SH SEE ALSO
-.BR make-live(8)
+.BR make-live(1)
.SH AUTHOR
make-live was written by Daniel Baumann <daniel@debian.org> and Marco Amadori