trigger error handler as soon as possible
[grml-debootstrap.git] / grml-debootstrap
index d00dc0c..97409bc 100755 (executable)
@@ -2151,7 +2151,7 @@ for i in format_efi_partition prepare_vm mkfs tunefs \
          preparechroot execute_pre_scripts chrootscript execute_post_scripts \
          remove_configs umount_chroot grub_install umount_target fscktool ; do
     if stage "${i}" ; then
-      "$i" || bailout 2 "$i"
+      "$i"
       stage "${i}" 'done'
       rm -f "${STAGES}/${i}"
     fi