From dee09ece209e1950306b3988b1b3ad8aa8e6496d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 4 Jan 2025 07:38:05 -0600 Subject: [PATCH] xxx --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index ded750d..6599f9a 100644 --- a/build.sh +++ b/build.sh @@ -33,4 +33,5 @@ cid=$(buildah from "${base}") buildah add "${cid}" portage /etc/portage buildah_run_script "${cid}" "${SRCDIR}"/lib/sync.sh buildah_run_script "${cid}" "${SRCDIR}"/tools.sh +df -Th buildah commit --rm --squash "${cid}" "aimee-os.org/build/build-${target}"