Remove optimisation as it breaks on Debian Bookworm

Minimal images doesn't have any of this anyway ...
This commit is contained in:
Igor 2023-04-13 23:20:41 +02:00 committed by Igor Pečovnik
parent 046ba3a121
commit 40fa40ebaa

View File

@ -84,7 +84,6 @@ write_uboot_platform() {
}
family_tweaks() {
chroot_sdcard_apt_get remove --auto-remove linux-sound-base alsa-base alsa-utils bluez
[[ -f $SDCARD/etc/netplan/armbian-default.yaml ]] && sed -i "s/^ renderer.*/ renderer: networkd/" $SDCARD/etc/netplan/armbian-default.yaml
cp $SRC/packages/bsp/mvebu64/networkd/10* $SDCARD/etc/systemd/network/
if [[ $BOARD = "espressobin" ]]; then