A recent change (probably made by me?!) has made deck much more noisy when running make clean on an appliance build dir with any built targets. E.g. with only bootstrap built:
root@tkldev:/turnkey/fab/products/lamp# make clean
RELEASE not set - falling back to system: debian/trixie
FAB_ARCH not set - falling back to system: amd64
umount: build/bootstrap/: no mount point specified.
umount: build/bootstrap/: no mount point specified.
umount: build/bootstrap/: no mount point specified.
umount: build/bootstrap/: no mount point specified.
umount: build/bootstrap/: no mount point specified.
deck -D build/bootstrap
rm -rf build/root.spec build/cdroot build/product.iso build/log build/screens build/stamps
It is only cosmetic (everything still works fine) but it is annoying...
A recent change (probably made by me?!) has made deck much more noisy when running
make cleanon an appliance build dir with any built targets. E.g. with onlybootstrapbuilt:It is only cosmetic (everything still works fine) but it is annoying...