aboutsummaryrefslogtreecommitdiffstats
path: root/libretools/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'libretools/README.md')
-rw-r--r--libretools/README.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/libretools/README.md b/libretools/README.md
index d5ee7e0..830651c 100644
--- a/libretools/README.md
+++ b/libretools/README.md
@@ -116,3 +116,44 @@ permit nopass :wheel
## Allow tedu to run procmap as root without a password
#permit nopass tedu as root cmd /usr/sbin/procmap
```
+
+## Configuración chroot para Hyperbola v0.4
+
+### cambiar repos a [core] y [extra] solamente
+
+```console
+$ doas nano -w /etc/pacman.conf
+```
+
+### Hacer copia de mirror al chroot
+
+```console
+$ doas cp -av /etc/pacman.d/mirrorlist /var/lib/archbuild/default/heckyel/etc/pacman.d/mirrorlist
+```
+
+### cambiar repos-mirror a testing
+
+```console
+$ doas nano -w /var/lib/archbuild/default/heckyel/etc/pacman.d/mirrorlist
+```
+
+```bash
+# Hyperbola GNU/Linux-libre - Last Updated: Wed May 29 22:13:37 EEST 2019
+
+# Location: Boston, USA
+# Responsible: Free Software Foundation
+# Work hours: 24*7
+# Note: Only for development and debugging
+# Server = https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing/$repo/os/$arch
+
+# Location: Siauliai, Lithuania
+# Responsible: Hyperbola Project
+# Note: Only for development and debugging
+Server = https://repo.hyperbola.info:50011/gnu-plus-linux-libre/testing/$repo/os/$arch
+```
+
+after:
+
+```console
+$ doas chattr +i /var/lib/archbuild/default/heckyel/etc/pacman.d/mirrorlist
+```