~asac/live-build/live-helper.install-kernel-with-no-initramfs

« back to all changes in this revision

Viewing changes to manpages/lh_bootstrap_debootstrap.1

  • Committer: Daniel Baumann
  • Date: 2007-09-23 08:04:47 UTC
  • Revision ID: git-v1:f4383da69d4642521cb07f8f970d9c9c759b44ee
Tags: 1.0_a2-1
Adding live-helper 1.0~a2-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH LH_BOOTSTRAP_DEBOOTSTRAP 1 "2007\-03\-19" "1.0~a2" "live\-helper"
 
2
 
 
3
.SH NAME
 
4
lh_bootstrap_debootstrap \- bootstrap a Debian system with \fIdebootstrap\fR(8)
 
5
 
 
6
.SH SYNOPSIS
 
7
.B lh_bootstrap_debootstrap [\fIlive\-helper\ options\fR\|]
 
8
 
 
9
.SH DESCRIPTION
 
10
lh_bootstrap_debootstrap uses \fIdebootstrap\fR(8) to create a Debian base system from scratch.
 
11
 
 
12
.SH CONFIGURATION FILE
 
13
lh_bootstrap_debootstrap reads config/common and config/bootstrap if available. See ENVIRONMENT for the correct environment variables to use.
 
14
 
 
15
.SH ENVIRONMENT
 
16
lh_bootstrap_debootstrap respects the following environment variables if available, otherwise uses default values for it.
 
17
.IP "\fI$LH_CACHE\fR" 4
 
18
control if downloaded packages should be cached (Default: enabled)
 
19
.IP "\fI$LH_ROOT\fR" 4
 
20
set the root directory (Default: debian-live)
 
21
.IP "\fI$LIVE_ARCHITECTURE\fR" 4
 
22
select the chroot architecture (Default: autodetected)
 
23
.IP "\fI$LIVE_DISTRIBUTION\fR" 4
 
24
select the distribution to use (Default: sid)
 
25
.IP "\fI$LIVE_DISTRIBUTION_CONFIG\fR" 4
 
26
set distribution config directory (Default: empty)
 
27
.IP "\fI$LIVE_FLAVOUR\fR" 4
 
28
select the flavour to use (Default: standard)
 
29
.IP "\fI$LIVE_MIRROR_LOCAL\fR" 4
 
30
set the local mirror to use (Default: http://ftp.debian.org/debian/)
 
31
 
 
32
.SH OPTIONS
 
33
lh_bootstrap_debootstrap has no options (FIXME).
 
34
 
 
35
.SH SEE ALSO
 
36
\fIdebootstrap\fR(8)
 
37
.PP
 
38
\fIlive\-helper\fR(7)
 
39
.PP
 
40
This program is a part of live-helper.
 
41
 
 
42
.SH BUGS
 
43
Report bugs against live\-helper <\fIhttp://packages.qa.debian.org/live\-helper/\fR>.
 
44
 
 
45
.SH HOMEPAGE
 
46
More information about the Debian Live project can be found at <\fIhttp://debian\-live.alioth.debian.org/\fR> and <\fIhttp://wiki.debian.org/DebianLive/\fR>.
 
47
 
 
48
.SH AUTHOR
 
49
live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> and Marco Amadori <\fImarco.amadori@gmail.com\fR>, for the Debian project.