diff --git a/Xfce32/acorhooks/normal/0520-applications.hook.chroot b/Xfce32/acorhooks/normal/0520-applications.hook.chroot index e9b0ccc..9d6736a 100755 --- a/Xfce32/acorhooks/normal/0520-applications.hook.chroot +++ b/Xfce32/acorhooks/normal/0520-applications.hook.chroot @@ -8,6 +8,9 @@ # apt remove -y termit apt --purge --yes autoremove vim vim-tiny nautilus 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 {} \;