[libretools]: update guide for Hyperbola GNU+Linux-libre v0.4 testing
This commit is contained in:
parent
63b556afc5
commit
3b77fe7276
@ -116,3 +116,44 @@ permit nopass :wheel
|
|||||||
## Allow tedu to run procmap as root without a password
|
## Allow tedu to run procmap as root without a password
|
||||||
#permit nopass tedu as root cmd /usr/sbin/procmap
|
#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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user