mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-02-04 23:04:16 +01:00
Renamed the custom package repository (custompkgs => sysrescuerepo)
This commit is contained in:
parent
231ffe8a0d
commit
fa1ed4e89f
|
|
@ -70,7 +70,7 @@ then
|
|||
fi
|
||||
|
||||
# Update pacman.conf
|
||||
sed -i -e '/# ==== BEGIN customrepos ====/,/# ==== END customrepos ====/d' /etc/pacman.conf
|
||||
sed -i -e '/# ==== BEGIN sysrescuerepo ====/,/# ==== END sysrescuerepo ====/d' /etc/pacman.conf
|
||||
|
||||
# Check for issues with binaries
|
||||
/usr/bin/check-binaries.sh
|
||||
|
|
|
|||
|
|
@ -70,11 +70,11 @@ LocalFileSigLevel = Optional
|
|||
# repo name header and Include lines. You can add preferred servers immediately
|
||||
# after the header, and they will be used before the default mirrors.
|
||||
|
||||
# ==== BEGIN customrepos ====
|
||||
[custompkgs]
|
||||
Server = http://archrepo.system-rescue-cd.org/$arch
|
||||
# ==== BEGIN sysrescuerepo ====
|
||||
[sysrescuerepo]
|
||||
Server = http://sysrescuerepo.system-rescue-cd.org/$arch
|
||||
SigLevel = Optional TrustAll
|
||||
# ==== END customrepos ====
|
||||
# ==== END sysrescuerepo ====
|
||||
|
||||
[core]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
@ -84,4 +84,3 @@ Include = /etc/pacman.d/mirrorlist
|
|||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue