From fa1ed4e89f91450d185fda51bc9cedb0823be420 Mon Sep 17 00:00:00 2001 From: fdupoux Date: Sun, 9 Aug 2020 10:02:54 +0100 Subject: [PATCH] Renamed the custom package repository (custompkgs => sysrescuerepo) --- airootfs/root/customize_airootfs.sh | 2 +- pacman.conf | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/airootfs/root/customize_airootfs.sh b/airootfs/root/customize_airootfs.sh index aefe101..01897e6 100755 --- a/airootfs/root/customize_airootfs.sh +++ b/airootfs/root/customize_airootfs.sh @@ -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 diff --git a/pacman.conf b/pacman.conf index 3feaf33..17b4451 100644 --- a/pacman.conf +++ b/pacman.conf @@ -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 -