From 87cdd9cdf061447f185a340262ea2e988d85028e Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 22 Dec 2017 04:41:48 -0500 Subject: squashme skel --- configs/profile/root-image/root/customize_root_image.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'configs/profile/root-image') 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' ]] -- cgit v1.2.2