diff --git a/Mate/acorhooks/normal/0520-applications.hook.chroot b/Mate/acorhooks/normal/0520-applications.hook.chroot index 82206c1..8e4ce91 100755 --- a/Mate/acorhooks/normal/0520-applications.hook.chroot +++ b/Mate/acorhooks/normal/0520-applications.hook.chroot @@ -8,6 +8,9 @@ # apt remove -y termit apt --purge --yes autoremove vim vim-tiny gnome-system-monitor hv3 mpv murrine-themes konsole malcontent termit raspi-firmware systemsettings nvidia* +# Remove /boot/firmware folder +rm -r /boot/firmware + # Lowers the footprint in RAM at the small expense of added size to the ISO. #update-icon-caches /usr/share/icons/* find /usr/share/icons -type d -exec gtk-update-icon-cache -f {} \;