summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils')
-rwxr-xr-xext4_utils/mkuserimg_mke2fs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext4_utils/mkuserimg_mke2fs.sh b/ext4_utils/mkuserimg_mke2fs.sh
index ea73ff70..8ba8777a 100755
--- a/ext4_utils/mkuserimg_mke2fs.sh
+++ b/ext4_utils/mkuserimg_mke2fs.sh
@@ -133,8 +133,9 @@ if [[ $1 ]]; then
fi
case $EXT_VARIANT in
+ ext2) ;;
ext4) ;;
- *) echo "Only ext4 is supported!"; exit 3 ;;
+ *) echo "Only ext2/4 are supported!"; exit 3 ;;
esac
if [ -z $MOUNT_POINT ]; then