summaryrefslogtreecommitdiffstats
path: root/debootstrap.8
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@iki.fi>2016-11-14 02:11:41 (GMT)
committerJulien Cristau <jcristau@debian.org>2016-11-14 02:11:58 (GMT)
commit03ca07abffcad15007ca2e8d0cd99d4b811c738e (patch)
treeab0072b535e523e24fa3bdc883c99316ddc789d2 /debootstrap.8
parent988c5ca36a4cb44e0ba3a143f70b6ae8a7e5afdc (diff)
downloaddebootstrap-03ca07abffcad15007ca2e8d0cd99d4b811c738e.zip
debootstrap-03ca07abffcad15007ca2e8d0cd99d4b811c738e.tar.gz
debootstrap-03ca07abffcad15007ca2e8d0cd99d4b811c738e.tar.bz2
remove scratchbox2 support (closes: #796189)
Diffstat (limited to 'debootstrap.8')
-rw-r--r--debootstrap.84
1 files changed, 1 insertions, 3 deletions
diff --git a/debootstrap.8 b/debootstrap.8
index f39709f..e802003 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -71,15 +71,13 @@ 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|scratchbox\fP"
+.IP "\fB\-\-variant=minbase|buildd|fakechroot\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 .