From 06282f5ea80d5d8403f2bcd44da09c9f84c2253f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 17 Jan 2025 01:35:21 -0500 Subject: [PATCH] Fixed the removal of packages at the end of image creation. --- pi4/build/build-stormux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi4/build/build-stormux.sh b/pi4/build/build-stormux.sh index e904db3..6ce427a 100755 --- a/pi4/build/build-stormux.sh +++ b/pi4/build/build-stormux.sh @@ -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