summaryrefslogtreecommitdiff
path: root/libre/debootstrap/debootstrap.8
diff options
context:
space:
mode:
Diffstat (limited to 'libre/debootstrap/debootstrap.8')
-rw-r--r--libre/debootstrap/debootstrap.860
1 files changed, 22 insertions, 38 deletions
diff --git a/libre/debootstrap/debootstrap.8 b/libre/debootstrap/debootstrap.8
index 240528a54..aefc4915d 100644
--- a/libre/debootstrap/debootstrap.8
+++ b/libre/debootstrap/debootstrap.8
@@ -1,6 +1,6 @@
.TH DEBOOTSTRAP 8
.SH NAME
-debootstrap \- Bootstrap a basic gNewSense or Trisquel system
+debootstrap \- Bootstrap a basic Trisquel system
.SH SYNOPSIS
.B debootstrap
.RB [ OPTION\&.\&.\&. ]
@@ -13,7 +13,7 @@ debootstrap \- Bootstrap a basic gNewSense or Trisquel system
\-\-second\-stage
.SH DESCRIPTION
.B debootstrap
-bootstraps a basic gNewSense or Trisquel system of
+bootstraps a basic Trisquel system of
.I SUITE
into
.I TARGET
@@ -26,8 +26,8 @@ can be an http:// or https:// URL, a file:/// URL, or an ssh:/// URL.
.PP
The
.I SUITE
-may be a release code name (eg, gnewsense, trisquel)
-or a symbolic name (eg, parkes, flidas, belenos)
+may be a release code name (eg, trisquel) or a symbolic name (eg,
+byzantium, aramo, belenos)
.PP
Notice that file:/ URLs are translated to file:/// (correct scheme as
described in RFC1738 for local filenames), and file:// will \fBnot\fR work.
@@ -37,10 +37,10 @@ use of
.B ssh\-agent
or similar is strongly recommended.
.PP
-\fBDebootstrap\fR can be used to install gNewSense or Trisquel in a system without using an
-installation disk but can also be used to run a different gNewSense or Trisquel flavor in a \fBchroot\fR
+\fBDebootstrap\fR can be used to install Trisquel in a system without using an
+installation disk but can also be used to run a different Trisquel flavor in a \fBchroot\fR
environment.
-This way you can create a full (minimal) gNewSense or Trisquel installation which
+This way you can create a full (minimal) Trisquel installation which
can be used for testing purposes (see the \fBEXAMPLES\fR section).
If you are looking for a chroot system to build packages please take a look at
\fBpbuilder\fR.
@@ -81,7 +81,7 @@ 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
-gNewSense or Trisquel installation in
+Trisquel installation in
.IR TARGET .
.IP
.IP "\fB\-\-keyring=KEYRING\fP"
@@ -155,44 +155,28 @@ Read the private key from file
.SH EXAMPLES
.
-.PP
-To setup a \fIparkes\fR system:
-.PP
- debootstrap parkes ./parkes-chroot http://archive.gnewsense.org/gnewsense-three/gnewsense
.PP
- debootstrap parkes ./parkes-chroot file:///LOCAL_MIRROR/gnewsense
+To setup a \fIaramo\fR system:
.PP
-To setup a \fIflidas\fR system:
-.PP
- debootstrap flidas ./flidas-chroot http://archive.trisquel.info/trisquel
+ debootstrap aramo ./aramo-chroot http://archive.trisquel.info/trisquel
.PP
- debootstrap flidas ./flidas-chroot file:///LOCAL_MIRROR/trisquel
+ debootstrap aramo ./aramo-chroot file:///LOCAL_MIRROR/trisquel
.PP
-Full process to create a complete gNewSense installation of \fIparkes\fR
+Full process to create a complete Trisquel installation of \fIaramo\fR
in a chroot:
.PP
- main # debootstrap parkes parkes-root http://archive.gnewsense.org/gnewsense-three/gnewsense
+ main # debootstrap aramo aramo-root http://archive.trisquel.info/trisquel
[ ... watch it download the whole system ]
- main # echo "proc parkes-root/proc proc defaults 0 0" >> /etc/fstab
- main # mount proc parkes-root/proc -t proc
- main # echo "sysfs parkes-root/sys sysfs defaults 0 0" >> /etc/fstab
- main # mount sysfs parkes-root/sys -t sysfs
- main # cp /etc/hosts parkes-root/etc/hosts
- main # chroot parkes-root /bin/bash
-.PP
-Full process to create a complete Trisquel installation of \fIflidas\fR
-in a chroot:
-.PP
- main # debootstrap flidas flidas-root http://archive.trisquel.info/trisquel
- [ ... watch it download the whole system ]
- main # echo "proc flidas-root/proc proc defaults 0 0" >> /etc/fstab
- main # mount proc flidas-root/proc -t proc
- main # echo "sysfs flidas-root/sys sysfs defaults 0 0" >> /etc/fstab
- main # mount sysfs flidas-root/sys -t sysfs
- main # cp /etc/hosts flidas-root/etc/hosts
- main # chroot flidas-root /bin/bash
+ main # echo "proc aramo-root/proc proc defaults 0 0" >> /etc/fstab
+ main # mount proc aramo-root/proc -t proc
+ main # echo "sysfs aramo-root/sys sysfs defaults 0 0" >> /etc/fstab
+ main # mount sysfs aramo-root/sys -t sysfs
+ main # cp /etc/hosts aramo-root/etc/hosts
+ main # chroot aramo-root /bin/bash
.SH AUTHOR
.B debootstrap
was written by Anthony Towns <ajt@debian.org>.
This manpage was written by Matt Kraai <kraai@debian.org>.
-gNewSense and Trisquel rebranding was written by André Silva <emulatorman@parabola.nu>.
+The rebranding (to use distributions like Trisquel) was written by
+various Parabola contributors, including André Silva, Omar Vega Ramos and
+Denis 'GNUtoo' Carikli.