[Dev] [PATCH 2/2] debootstrap: manual: don't use an unsuported Trisquel version

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Tue Oct 23 23:28:03 GMT 2018


Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 libre/debootstrap/PKGBUILD      |  4 ++--
 libre/debootstrap/debootstrap.8 | 24 ++++++++++++------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD
index 0978d999c..91dfe9496 100644
--- a/libre/debootstrap/PKGBUILD
+++ b/libre/debootstrap/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=debootstrap
 
 pkgver=1.0.93
-pkgrel=3.parabola1
+pkgrel=4.parabola1
 arch=(any)
 
 pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support"
@@ -25,7 +25,7 @@ source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver"
         trisquel)
 sha512sums=('SKIP'
             '824109b2ea138d0dd1a31039a165cb4079da856cb11c664fc5a7f49a42de08ff56a620887d3c0914b69140849799f4473b1f27a05cd14cd60ef2a41627f8d5e1'
-            '39795caf3a0fd8bc874d00937580184904cac10c8cdf17b14cc0b5bca9b4732ecedb7161c2fb76f004d270a91396a2e74fa405c96167ab6c5a36553d1da715f0'
+            '0b3507756b8f29d19146df3201143ccbd71cfd1f7ef865d184079180612b90c046cabab59fe42d246bfe476ae8fd5c43e81ee2fc3ee06bbc1fc3e75d9f1382ca'
             '968ef005bf1f399b3400080b2ba65f1b32c067c49faadc1caa7ee524a85980f0a6625c7b06838e01bbd8b99a496492da77a38f0e17f0a81fc029ee611fe639b6'
             'b192dcbd0d85923ddd97d1094bbcf36edb36a095bfe06e0971707651524f6712c7ab21f733ba6f24e5cbc2e977aec7c52645e41b78d04e45fca65971f89a47a7')
 
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 at debian.org>.
-- 
2.19.0




More information about the Dev mailing list