summaryrefslogtreecommitdiff
path: root/configs/profile/airootfs/root
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-04-18 03:05:08 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-10-19 14:04:04 -0400
commit166fbd141e5ee0cf552d5d20a6551210fe871f21 (patch)
treed28c762159065f1eb703893ff5e76ba110028fb4 /configs/profile/airootfs/root
parenta6e9930d12d6e2bc74111c0ee796f48153c2ac50 (diff)
squashme - updated package list
Diffstat (limited to 'configs/profile/airootfs/root')
-rwxr-xr-xconfigs/profile/airootfs/root/customize_airootfs.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/profile/airootfs/root/customize_airootfs.sh b/configs/profile/airootfs/root/customize_airootfs.sh
index c40a165..2230daa 100755
--- a/configs/profile/airootfs/root/customize_airootfs.sh
+++ b/configs/profile/airootfs/root/customize_airootfs.sh
@@ -17,15 +17,6 @@ chmod 440 /etc/sudoers.d/g_wheel
# configure pacman
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://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
# configure services
if [[ "${iso_init}" == 'systemd' ]]