First Stable OS

This commit is contained in:
2025-03-21 10:25:29 -07:00
parent b9e30f2e0e
commit c66784a6a0
46 changed files with 332 additions and 196 deletions

View File

@@ -3,6 +3,7 @@
rm -f "${ROOTFS_DIR}/etc/apt/apt.conf.d/51cache"
find "${ROOTFS_DIR}/var/lib/apt/lists/" -type f -delete
on_chroot << EOF
apt-file update
apt-get update
apt-get -y dist-upgrade --auto-remove --purge
apt-get clean