Skip to content

Commit

Permalink
setup: don't remove alsa-utils
Browse files Browse the repository at this point in the history
Lots of packages appear to have grown dependencies on alsa-utils in Bookworm,
including some that TeslaUSB wants, so don't remove alsa-utils when making
root and boot read-only..
(specifically, this change was prompted by raspberrypi-sys-mods being removed
when alsa-utils is removed)
  • Loading branch information
marcone committed Dec 11, 2024
1 parent a694eac commit 657f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/pi/make-root-fs-readonly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ systemctl disable radxa-adbd radxa-usbnet &> /dev/null || true
systemctl disable armbian-led-state &> /dev/null || true

log_progress "Removing unwanted packages..."
apt-get remove -y --force-yes --purge triggerhappy logrotate dphys-swapfile bluez alsa-utils
apt-get remove -y --force-yes --purge triggerhappy logrotate dphys-swapfile bluez
apt-get -y --force-yes autoremove --purge
# Replace log management with busybox (use logread if needed)
log_progress "Installing ntp and busybox-syslogd..."
Expand Down

0 comments on commit 657f17a

Please sign in to comment.