summaryrefslogtreecommitdiff
path: root/configs/profile/root-image
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2017-12-22 04:41:48 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2018-01-01 00:53:26 -0500
commit87cdd9cdf061447f185a340262ea2e988d85028e (patch)
treeff56d6d96ad20e381628309778db776f7d2934f0 /configs/profile/root-image
parent7341b211b33bd208e345cfdac5909c42dfbb9150 (diff)
squashme skel
Diffstat (limited to 'configs/profile/root-image')
-rwxr-xr-xconfigs/profile/root-image/root/customize_root_image.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/configs/profile/root-image/root/customize_root_image.sh b/configs/profile/root-image/root/customize_root_image.sh
index 4be89e0..cbcf868 100755
--- a/configs/profile/root-image/root/customize_root_image.sh
+++ b/configs/profile/root-image/root/customize_root_image.sh
@@ -19,19 +19,13 @@ chmod 440 /etc/sudoers.d/g_wheel
sed -i "s|#Server|Server|" /etc/pacman.d/mirrorlist
# KLUDGE begin # FIXME: https://labs.parabola.nu/issues/1527
if [[ "${arch}" == "i686" ]]
-then echo "Server = https://repomirror.parabola.nu/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
+then echo "Server = https://repo.parabola.nu/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
fi
# KLUDGE end
# KLUDGE begin temp until next calamares rebuild # FIXME:
cp /etc/pacman.conf /etc/pacman-offline.conf ; cp /etc/pacman.conf /etc/pacman-online.conf
sed -i 's|requiredStorage:.*|requiredStorage: 8.9|' /usr/share/calamares/modules/welcome.conf
# KLUDGE end
-echo "ls /etc/pacman.d/gnupg/ IN" ; ls -al /etc/pacman.d/gnupg/ # FIXME:
-rm -rf /etc/pacman.d/gnupg/
-pacman-key --init
-pacman-key --populate archlinux archlinux32 archlinuxarm parabola
-pacman-key --refresh
-echo "ls /etc/pacman.d/gnupg/ OUT" ; ls -al /etc/pacman.d/gnupg/ # FIXME:
# configure services
if [[ "${iso_init}" == 'systemd' ]]