[libretools]: update guide for Hyperbola GNU+Linux-libre v0.4 testing

This commit is contained in:
Jesús 2021-05-27 10:31:26 -05:00
parent 63b556afc5
commit 3b77fe7276
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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
```