New commits:
commit b75f44686cccf26c8e5bbce1b4e6da28b8b8f1c5
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
libcauldron: update cauldron_build_iso to use new
cauldron_clean_iso_system
Updated the code in cauldron_build_iso to use
cauldron_clean_iso_system as intended.
diff --git a/src/libcauldron b/src/libcauldron
index 9ee9194..2f2ff4e 100755
--- a/src/libcauldron
+++ b/src/libcauldron
@@ -373,7 +373,11 @@ function cauldron_build_iso() {
cauldron_add_installer
# remove unnecessary files from iso and free up space
- cauldron_clean_iso_system
+ # this needs to have error-checking added in later
+ for cleaner in ${CAULDRON_BASE}/cleaners/* ;
+ do
+ cauldron_clean_iso_system $cleaner
+ done
# finished with iso building, clean up from chroot setup
cauldron_exit_chroot
[SM-Commit] GIT changes to devel-flux cauldron by Justin Boffemmyer (b75f44686cccf26c8e5bbce1b4e6da28b8b8f1c5),
Justin Boffemmyer, 04/04/2008