Apt lists is needed for synpatic index generation

This commit is contained in:
Igor
2023-05-04 13:58:10 +02:00
committed by igorpecovnik
parent 8a6d76831a
commit 63e9bd3baa

View File

@@ -112,7 +112,7 @@ function create_new_rootfs_cache_via_debootstrap() {
# Done with debootstrap. Clean-up it's litterbox.
display_alert "Cleaning up after debootstrap" "debootstrap cleanup" "info"
run_host_command_logged rm -rf "${SDCARD}/var/cache/apt" "${SDCARD}/var/lib/apt/lists"
run_host_command_logged rm -rf "${SDCARD}/var/cache/apt"
local_apt_deb_cache_prepare "after debootstrap second stage" # just for size reference in logs