summaryrefslogtreecommitdiff
path: root/configs/profile/airootfs/root
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-06-25 00:02:18 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-10-19 14:20:11 -0400
commitf0937a96dfcb5c43189e2ccfda1731fa8fd59ea3 (patch)
treed723ca22f64ee94f2f7377c57301e8859bbe4ddc /configs/profile/airootfs/root
parent011f268f3fdd0a3934b143c3a85d1f8ec4d4e58a (diff)
housekeeping
Diffstat (limited to 'configs/profile/airootfs/root')
-rwxr-xr-xconfigs/profile/airootfs/root/customize_airootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/profile/airootfs/root/customize_airootfs.sh b/configs/profile/airootfs/root/customize_airootfs.sh
index 2f7db97..edbd2d6 100755
--- a/configs/profile/airootfs/root/customize_airootfs.sh
+++ b/configs/profile/airootfs/root/customize_airootfs.sh
@@ -21,7 +21,7 @@ chmod 440 /etc/sudoers.d/g_wheel
LOG_CONFIG "pacman"
-sed -i "s|#Server|Server|" /etc/pacman.d/mirrorlist
+echo 'Server = https://repo.parabola.nu/$repo/os/$arch' >> /etc/pacman.d/mirrorlist
[[ "${ISO_INIT}" == 'openrc' ]] && sed -i $NONSYSTEMD_REGEX /etc/pacman-online.conf
[[ "${INSTALL_TYPE}" == 'Complete' ]] && cp /etc/pacman-offline.conf /etc/pacman.conf || \
cp /etc/pacman-online.conf /etc/pacman.conf