disable suse-isolinux call, kiwi 3.74 is creating isos directly
authorAdrian Schröter <adrian@suse.de>
Mon, 26 Oct 2009 13:57:36 +0000 (13:57 +0000)
committerAdrian Schröter <adrian@suse.de>
Mon, 26 Oct 2009 13:57:36 +0000 (13:57 +0000)
build

diff --git a/build b/build
index 344ccab..1391145 100755 (executable)
--- a/build
+++ b/build
@@ -1585,13 +1585,14 @@ for SPECFILE in "${SPECFILES[@]}" ; do
        if test "$imagetype" = product ; then
            echo "running kiwi --create-instsource..."
            chroot $BUILD_ROOT su -c "kiwi --root $TOPDIR/KIWIROOT -v -v --instsource-local --logfile terminal -p $TOPDIR/SOURCES --create-instsource $TOPDIR/SOURCES" - $BUILD_USER < /dev/null && BUILD_SUCCEEDED=true
-           for i in $BUILD_ROOT/$TOPDIR/KIWIROOT/main/* ; do
-               test -d "$i" || continue
-               n="${i##*/}"
-               test "$n" = scripts && continue
-               test "$n" != "${n%0}" && continue
-               chroot $BUILD_ROOT su -c "suse-isolinux $TOPDIR/KIWIROOT/main/$n $TOPDIR/KIWI/$n.iso" - $BUILD_USER
-           done
+### This block is obsolete with current kiwi versions, only needed for kiwi 3.01 version
+#          for i in $BUILD_ROOT/$TOPDIR/KIWIROOT/main/* ; do
+#              test -d "$i" || continue
+#              n="${i##*/}"
+#              test "$n" = scripts && continue
+#              test "$n" != "${n%0}" && continue
+#              chroot $BUILD_ROOT su -c "suse-isolinux $TOPDIR/KIWIROOT/main/$n $TOPDIR/KIWI/$n.iso" - $BUILD_USER
+#          done
        else
            BUILD_SUCCEEDED=true
             if [ -z "$RUNNING_IN_VM" ]; then