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.824
1 files changed, 12 insertions, 12 deletions
diff --git a/libre/debootstrap/debootstrap.8 b/libre/debootstrap/debootstrap.8
index f44366474..240528a54 100644
--- a/libre/debootstrap/debootstrap.8
+++ b/libre/debootstrap/debootstrap.8
@@ -27,7 +27,7 @@ can be an http:// or https:// URL, a file:/// URL, or an ssh:/// URL.
The
.I SUITE
may be a release code name (eg, gnewsense, trisquel)
-or a symbolic name (eg, parkes, toutatis, belenos)
+or a symbolic name (eg, parkes, flidas, 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.
@@ -162,11 +162,11 @@ To setup a \fIparkes\fR system:
.PP
debootstrap parkes ./parkes-chroot file:///LOCAL_MIRROR/gnewsense
.PP
-To setup a \fItoutatis\fR system:
+To setup a \fIflidas\fR system:
.PP
- debootstrap toutatis ./toutatis-chroot http://archive.trisquel.info/trisquel
+ debootstrap flidas ./flidas-chroot http://archive.trisquel.info/trisquel
.PP
- debootstrap toutatis ./toutatis-chroot file:///LOCAL_MIRROR/trisquel
+ debootstrap flidas ./flidas-chroot file:///LOCAL_MIRROR/trisquel
.PP
Full process to create a complete gNewSense installation of \fIparkes\fR
in a chroot:
@@ -180,17 +180,17 @@ in a chroot:
main # cp /etc/hosts parkes-root/etc/hosts
main # chroot parkes-root /bin/bash
.PP
-Full process to create a complete Trisquel installation of \fItoutatis\fR
+Full process to create a complete Trisquel installation of \fIflidas\fR
in a chroot:
.PP
- main # debootstrap toutatis toutatis-root http://archive.trisquel.info/trisquel
+ main # debootstrap flidas flidas-root http://archive.trisquel.info/trisquel
[ ... watch it download the whole system ]
- main # echo "proc toutatis-root/proc proc defaults 0 0" >> /etc/fstab
- main # mount proc toutatis-root/proc -t proc
- main # echo "sysfs toutatis-root/sys sysfs defaults 0 0" >> /etc/fstab
- main # mount sysfs toutatis-root/sys -t sysfs
- main # cp /etc/hosts toutatis-root/etc/hosts
- main # chroot toutatis-root /bin/bash
+ 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
.SH AUTHOR
.B debootstrap
was written by Anthony Towns <ajt@debian.org>.