summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@debian.org>2009-07-22 15:09:27 (GMT)
committerOtavio Salvador <otavio@debian.org>2009-07-22 15:09:27 (GMT)
commitcc2786d9dadf108f067554ed908307611e954859 (patch)
tree2cbed6ade3413b62478cc211d701eee6a44c6861 /debootstrap.8
parent1a5b695b4e2334cbd6746b200aa78e863a591e54 (diff)
downloaddebootstrap-cc2786d9dadf108f067554ed908307611e954859.zip
debootstrap-cc2786d9dadf108f067554ed908307611e954859.tar.gz
debootstrap-cc2786d9dadf108f067554ed908307611e954859.tar.bz2
Apply patch from Riku Voipio <riku.voipio@iki.fi> to add support for scratchbox variant. Closes: #536820.
r59598
Diffstat (limited to 'debootstrap.8')
-rw-r--r--debootstrap.84
1 files changed, 3 insertions, 1 deletions
diff --git a/debootstrap.8 b/debootstrap.8
index 81a5855..c1995cc 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -70,13 +70,15 @@ or apt, and that it is far better to specify the entire base system than
rely on this option.
With this option set, this behaviour is disabled.
.IP
-.IP "\fB\-\-variant=minbase|buildd|fakechroot\fP"
+.IP "\fB\-\-variant=minbase|buildd|fakechroot|scratchbox\fP"
Name of the bootstrap script variant to use.
Currently, the variants supported are minbase, which only includes
essential packages and apt; buildd, which installs the build-essential
packages into
.IR TARGET ;
and fakechroot, which installs the packages without root privileges.
+Finally there is variant scratchbox, which is for creating targets
+for scratchbox usage.
The default, with no \fB\-\-variant=X\fP argument, is to create a base
Debian installation in
.IR TARGET .