bootdisk/trunk/batch-installer/installer-validate
hawk
cvs at pld-linux.org
Sun Mar 19 20:04:14 CET 2006
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
;;
*)
More information about the pld-cvs-commit
mailing list