summaryrefslogtreecommitdiff
path: root/libre/debootstrap
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-09-29 18:09:30 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-09-29 18:09:30 +0200
commit854634d7975dcf2ab6f8c2cc0f0a96c2c8ba57db (patch)
tree41a87677080039634c99d340589e1402186164cd /libre/debootstrap
parent1f5c9b9644badf59f0283e0e2de892622b4447e7 (diff)
libre: [debootstrap]: man: trisquel: Update to aramo
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/debootstrap')
-rw-r--r--libre/debootstrap/PKGBUILD2
-rw-r--r--libre/debootstrap/debootstrap.824
2 files changed, 13 insertions, 13 deletions
diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD
index aa3e848f7..2dbacb693 100644
--- a/libre/debootstrap/PKGBUILD
+++ b/libre/debootstrap/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=debootstrap
pkgver=1.0.128
pkgrel=1
-pkgrel+=.parabola2
+pkgrel+=.parabola3
_pureospkgver=1.0.125
_pureospkgrel=pureos1
pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support"
diff --git a/libre/debootstrap/debootstrap.8 b/libre/debootstrap/debootstrap.8
index 240528a54..515baf075 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, flidas, belenos)
+or a symbolic name (eg, parkes, 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.
@@ -162,11 +162,11 @@ To setup a \fIparkes\fR system:
.PP
debootstrap parkes ./parkes-chroot file:///LOCAL_MIRROR/gnewsense
.PP
-To setup a \fIflidas\fR system:
+To setup a \fIaramo\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
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 \fIflidas\fR
+Full process to create a complete Trisquel installation of \fIaramo\fR
in a chroot:
.PP
- main # debootstrap flidas flidas-root http://archive.trisquel.info/trisquel
+ main # debootstrap aramo aramo-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>.