ExnixOS-BY-MR/eznixOS12Xdev-calamares+deb.../eznixOS12Xdev/D-I-installer/scripts/07final-cleanup

17 lines
383 B
Plaintext
Raw Normal View History

2023-11-19 18:09:38 -01:00
#!/bin/sh -e
# EznixOS custom settings
# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
# This script removes unwanted software and files after Debian installation.
# Remove unwanted packages
chroot /target apt purge --autoremove -y \
calamares \
calamares-settings-debian \
raspi-firmware
# Clean unnecessary files
chroot /target rm -r /boot/firmware