Draft: lb clean --binary now also removes the debian installer staging files
requested to merge dev-jam/live-build:bugfix/clean-binary-remove-debian-installer-stagefiles into master
When rebuilding an image by running lb clean --binary
, lb config
, lb build
, the debian installer is missing in the rebuild image. lb clean --binary does not delete the installer staging files in the .build folder. This commit fixes that.