Switch to e2fsck
diff --git a/tools/get_uec_image.sh b/tools/get_uec_image.sh
index 259362e..a824eeb 100755
--- a/tools/get_uec_image.sh
+++ b/tools/get_uec_image.sh
@@ -135,7 +135,7 @@
 1
 w
 " | fdisk $NBD
-fsck -t ext4 -f ${NBD}p1
+e2fsck -f -p ${NBD}p1
 resize2fs ${NBD}p1
 
 # Do some preliminary installs