diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-27 10:31:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-27 10:31:26 -0500 |
commit | 3b77fe7276d9a2e8a6d1cf5e6a30918a6d7de93f (patch) | |
tree | 1fae96b24423a276dee99d044762c7d18e35d462 | |
parent | 63b556afc5f07e3ec53cee11b792bccb37d261ba (diff) | |
download | book-3b77fe7276d9a2e8a6d1cf5e6a30918a6d7de93f.tar.lz book-3b77fe7276d9a2e8a6d1cf5e6a30918a6d7de93f.tar.xz book-3b77fe7276d9a2e8a6d1cf5e6a30918a6d7de93f.zip |
[libretools]: update guide for Hyperbola GNU+Linux-libre v0.4 testing
-rw-r--r-- | libretools/README.md | 41 |
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 +``` |