Removed some packages that can be installed after the build is completed.
This commit is contained in:
parent
06282f5ea8
commit
2108f02719
@ -191,15 +191,11 @@ pacman -Su --needed --noconfirm \
|
|||||||
pipewire-pulse \
|
pipewire-pulse \
|
||||||
poppler \
|
poppler \
|
||||||
python-pyudev \
|
python-pyudev \
|
||||||
python-build \
|
|
||||||
python-daemonize \
|
python-daemonize \
|
||||||
python-evdev \
|
python-evdev \
|
||||||
python-dbus \
|
python-dbus \
|
||||||
python-installer \
|
|
||||||
python-pyenchant \
|
python-pyenchant \
|
||||||
python-pyte \
|
python-pyte \
|
||||||
python-setuptools \
|
|
||||||
python-wheel \
|
|
||||||
raspberrypi-utils \
|
raspberrypi-utils \
|
||||||
realtime-privileges \
|
realtime-privileges \
|
||||||
rhvoice-voice-bdl \
|
rhvoice-voice-bdl \
|
||||||
@ -245,9 +241,6 @@ export aurPackages=(fenrir \
|
|||||||
growpartfs \
|
growpartfs \
|
||||||
log2ram \
|
log2ram \
|
||||||
python-pythondialog \
|
python-pythondialog \
|
||||||
python-libloader \
|
|
||||||
python-platform-utils \
|
|
||||||
python-accessible-output2 \
|
|
||||||
yay)
|
yay)
|
||||||
export PKGDEST=~/packages
|
export PKGDEST=~/packages
|
||||||
for p in "\${aurPackages[@]}" ; do
|
for p in "\${aurPackages[@]}" ; do
|
||||||
@ -281,7 +274,7 @@ systemctl disable systemd-networkd.service systemd-networkd.socket
|
|||||||
systemctl enable brltty.path cronie.service fake-hwclock.service fenrirscreenreader.service log2ram.service NetworkManager.service
|
systemctl enable brltty.path cronie.service fake-hwclock.service fenrirscreenreader.service log2ram.service NetworkManager.service
|
||||||
# Cleanup packages
|
# Cleanup packages
|
||||||
pacman -Sc --noconfirm
|
pacman -Sc --noconfirm
|
||||||
pacman -R --noconfirm go python-build python-installer python-wheel python-setuptools python-incremental
|
pacman -R --noconfirm go
|
||||||
|
|
||||||
# Update fstab for Raspberry Pi 4. Not needed until linux-aarch64 works.
|
# Update fstab for Raspberry Pi 4. Not needed until linux-aarch64 works.
|
||||||
# [[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab
|
# [[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab
|
||||||
|
Loading…
Reference in New Issue
Block a user