Author: hawk
Date: Sun Mar 19 20:04:11 2006
New Revision: 7227

Modified:
   bootdisk/trunk/batch-installer/installer-validate
Log:
- allow more filesystems with source=disk


Modified: bootdisk/trunk/batch-installer/installer-validate
==============================================================================
--- bootdisk/trunk/batch-installer/installer-validate   (original)
+++ bootdisk/trunk/batch-installer/installer-validate   Sun Mar 19 20:04:11 2006
@@ -373,9 +373,12 @@
 
        case "$source_filesystem" in 
            ext2) : ;;
+           ext3) : ;;
            reiserfs) : ;;
+           jfs) : ;;
+           xfs) : ;;
            vfat) : ;;
-           *) error source_filesystem "`nls "must be ext2, reiserfs or vfat if 
source=disk"`" ;;
+           *) error source_filesystem "`nls "must be ext2, ext3, reiserfs, 
jfs, xfs or vfat if source=disk"`" ;;
        esac
        ;;
     *)
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to