Fixed the removal of packages at the end of image creation.

This commit is contained in:
Storm Dragon 2025-01-17 01:35:21 -05:00
parent 6bb5267b91
commit 06282f5ea8

View File

@ -281,7 +281,7 @@ systemctl disable systemd-networkd.service systemd-networkd.socket
systemctl enable brltty.path cronie.service fake-hwclock.service fenrirscreenreader.service log2ram.service NetworkManager.service
# Cleanup packages
pacman -Sc --noconfirm
pacman -R --noconfirm go python-build python-installer python-wheel python-setuptools
pacman -R --noconfirm go python-build python-installer python-wheel python-setuptools python-incremental
# Update fstab for Raspberry Pi 4. Not needed until linux-aarch64 works.
# [[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab