Author: hawk
Date: Sun Mar 19 22:45:22 2006
New Revision: 7242

Modified:
   bootdisk/trunk/batch-installer/installer-pkgs
Log:
- allow to finish installation process when package installation
  has returned some error value


Modified: bootdisk/trunk/batch-installer/installer-pkgs
==============================================================================
--- bootdisk/trunk/batch-installer/installer-pkgs       (original)
+++ bootdisk/trunk/batch-installer/installer-pkgs       Sun Mar 19 22:45:22 2006
@@ -248,7 +248,11 @@
          log error "$(nls "You might want to try installing just basic 
packages,")"
          log error "$(nls "and install rest after reboot.")"
          cat $poldek_log >> /var/log/installer
-         exit 1
+         nls 'Do you wish to continue installation process anyway? '
+         read ans
+         if [ "$ans" != "y" ] && [ "$ans" != "Y" ]; then
+           exit 1
+         fi
        fi
        ;;
     *)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to